/*start general properties for website*/
/***************************** Start Animations *****************************/
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg) scale3d(0.8, 0.8, 0.8);
            transform: rotate(0deg) scale3d(0.8, 0.8, 0.8);
  }
  100% {
    -webkit-transform: rotate(360deg) scale3d(1, 1, 1);
            transform: rotate(360deg) scale3d(1, 1, 1);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg) scale3d(0.8, 0.8, 0.8);
            transform: rotate(0deg) scale3d(0.8, 0.8, 0.8);
  }
  100% {
    -webkit-transform: rotate(360deg) scale3d(1, 1, 1);
            transform: rotate(360deg) scale3d(1, 1, 1);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
    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(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
    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);
  }
}

/*rotation animation*/
@-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);
  }
}

/*spinner loading page*/
@-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);
  }
}

/*start the wave animation*/
@-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: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

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

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

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

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

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

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

@keyframes vibrate {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  40% {
    -webkit-transform: translate(-2px, -2px);
            transform: translate(-2px, -2px);
  }
  60% {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
  }
  80% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
  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);
  }
}

/*flipping*/
@-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;
  }
}

/*shadow animation*/
@-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);
  }
}

/*start rotate*/
@-webkit-keyframes rotate {
  0% {
    border-top-left-radius: 50%;
    border-top-right-radius: 60%;
    border-bottom-left-radius: 40%;
    border-bottom-right-radius: 55%;
  }
  25% {
    border-top-left-radius: 30%;
    border-top-right-radius: 10%;
    border-bottom-left-radius: 20%;
    border-bottom-right-radius: 70%;
  }
  50% {
    border-top-left-radius: 20%;
    border-top-right-radius: 40%;
    border-bottom-left-radius: 60%;
    border-bottom-right-radius: 30%;
  }
  75% {
    border-top-left-radius: 70%;
    border-top-right-radius: 20%;
    border-bottom-left-radius: 30%;
    border-bottom-right-radius: 50%;
  }
  100% {
    border-top-left-radius: 50%;
    border-top-right-radius: 60%;
    border-bottom-left-radius: 40%;
    border-bottom-right-radius: 55%;
  }
}
@keyframes rotate {
  0% {
    border-top-left-radius: 50%;
    border-top-right-radius: 60%;
    border-bottom-left-radius: 40%;
    border-bottom-right-radius: 55%;
  }
  25% {
    border-top-left-radius: 30%;
    border-top-right-radius: 10%;
    border-bottom-left-radius: 20%;
    border-bottom-right-radius: 70%;
  }
  50% {
    border-top-left-radius: 20%;
    border-top-right-radius: 40%;
    border-bottom-left-radius: 60%;
    border-bottom-right-radius: 30%;
  }
  75% {
    border-top-left-radius: 70%;
    border-top-right-radius: 20%;
    border-bottom-left-radius: 30%;
    border-bottom-right-radius: 50%;
  }
  100% {
    border-top-left-radius: 50%;
    border-top-right-radius: 60%;
    border-bottom-left-radius: 40%;
    border-bottom-right-radius: 55%;
  }
}

@-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);
  }
}

@-webkit-keyframes fadeInLeft {
  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 mover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@keyframes mover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@-webkit-keyframes box_1 {
  0%, 100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
    border-color: #008dcb;
  }
}

@keyframes box_1 {
  0%, 100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
    border-color: #008dcb;
  }
}

@-webkit-keyframes box_2 {
  0%, 100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-60px);
            transform: translateX(-60px);
    border-color: #008dcb;
  }
}

@keyframes box_2 {
  0%, 100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-60px);
            transform: translateX(-60px);
    border-color: #008dcb;
  }
}

@-webkit-keyframes box_3 {
  0%, 100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(60px);
            transform: translateX(60px);
    border-color: #08d0cb;
  }
}

@keyframes box_3 {
  0%, 100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(60px);
            transform: translateX(60px);
    border-color: #08d0cb;
  }
}

@-webkit-keyframes box_4 {
  0%, 100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    border-color: #008dcb;
  }
}

@keyframes box_4 {
  0%, 100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    border-color: #008dcb;
  }
}

@font-face {
  font-family: "semiBold";
  src: url(../fonts/tajawal/Tajawal-Medium.ttf);
}

@font-face {
  font-family: "regular";
  src: url(../fonts/tajawal/Tajawal-Regular.ttf);
}

@font-face {
  font-family: "bold";
  src: url(../fonts/tajawal/Tajawal-Bold.ttf);
}

* {
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

.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;
}

h1,
h2,
h3 {
  font-family: "bold";
}

h4,
h5,
h6 {
  font-family: "semiBold";
}

p,
span, label {
  font-family: 'regular';
}

.button-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;
}

.custom-btn {
  position: relative;
  padding: 15px 20px;
  border-radius: 7px;
  border: 0px;
  background: linear-gradient(166deg, #08c 35%, #5349ff 65%);
  color: #fff;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  overflow: hidden;
}

.custom-btn span {
  font-size: 1.3em;
  color: #fff;
  font-family: 'regular';
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.custom-btn .icon {
  position: absolute;
  z-index: 1;
  font-size: 2em;
  left: 50%;
  top: -25%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.custom-btn:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.custom-btn:hover span {
  opacity: 0;
}

.custom-btn:hover .icon {
  -webkit-animation: icon 1s ease-in-out;
          animation: icon 1s ease-in-out;
  top: 50%;
}

@-webkit-keyframes icon {
  0% {
    top: -25%;
  }
  100% {
    top: 50%;
  }
}

@keyframes icon {
  0% {
    top: -25%;
  }
  100% {
    top: 50%;
  }
}

.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 4px;
  background-color: rgba(11, 128, 210, 0.4);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot span:hover {
  width: 20px;
  height: 4px;
  background-color: #0b80d2 !important;
  position: relative;
}

.d-flex-space-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.screen-none {
  display: none;
}

.relative-zindex {
  position: relative;
  z-index: 9999;
}

.general-section {
  width: 100%;
  padding: 50px 0px;
  position: relative;
  overflow: hidden;
}

.navbar-fixed-top.scrolled {
  background-color: #ffff;
  -webkit-box-shadow: 0px 0px 10px #008dcb;
          box-shadow: 0px 0px 10px #008dcb;
}

.custom-margin {
  margin: 20px 0px;
}

.heading {
  width: 100%;
  text-align: center;
  position: relative;
}

.heading::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: rgba(11, 128, 210, 0.4);
  top: 50%;
  left: 0%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
}

.heading h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding: 0px 20px;
  color: #0b80d2;
  margin: auto;
  background-color: #fff;
  z-index: 9;
}

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

/*end general properties for website*
/*start top nav*/
.top-nav {
  padding: 0px 0px;
  background-color: #fff;
}

.top-nav .content {
  height: 100%;
  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;
}

.top-nav p {
  margin: 0px;
  font-size: 20px;
  font-family: "Segoe Script","Savoye LET",sans-serif !important;
  color: #0b80d2 !important;
}

.top-nav .nav-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.top-nav .nav-content.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.top-nav .nav-content.column h4 {
  font-size: 17px;
}

.top-nav .nav-content .content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.top-nav .nav-content .content p {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
  font-size: 13px;
  color: #000000 !important;
}

.top-nav .image-content {
  width: 115px;
  height: 100px;
  overflow: hidden;
}

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

.top-nav .small-image {
  width: 90px;
  height: 65px;
}

.center-nav {
  width: 100%;
  padding: 0px 0px 20px 0px;
  -webkit-box-shadow: 0px 9px 12px rgba(0, 141, 203, 0.4);
          box-shadow: 0px 9px 12px rgba(0, 141, 203, 0.4);
}

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

.center-nav .nav-list li a {
  color: #000;
  font-family: 'semiBold';
  margin: 10px 0px;
  position: relative;
  -webkit-transition: .5s linear;
  transition: .5s linear;
}

.center-nav .nav-list li a::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-top: 2px solid #008dcb;
  bottom: -40px;
  left: calc(50% - 25px);
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: .5s linear;
  transition: .5s linear;
}

.center-nav .nav-list li a::before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border-top: 2px solid #008dcb;
  bottom: -30px;
  left: calc(50% - 15px);
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: .8s linear;
  transition: .8s linear;
}

.center-nav .nav-list li a:hover, .center-nav .nav-list li a.active {
  color: #008dcb;
}

.center-nav .nav-list li a:hover::after, .center-nav .nav-list li a:hover::before, .center-nav .nav-list li a.active::after, .center-nav .nav-list li a.active::before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.nav-mobile-button {
  width: 50px;
  height: 30px;
  overflow: hidden;
  position: relative;
}

.nav-mobile-button span {
  width: 100%;
  height: 2px;
  background: linear-gradient(166deg, #08c 35%, #5349ff 65%);
  position: absolute;
  left: 0;
}

.nav-mobile-button span:nth-child(1) {
  top: 0;
}

.nav-mobile-button span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.nav-mobile-button span:nth-child(3) {
  bottom: 0;
}

.mobile-nav {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
}

.mobile-nav::after {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  background: linear-gradient(166deg, #08c 35%, #5349ff 65%);
  -webkit-filter: blur(2px);
          filter: blur(2px);
  top: 0;
  left: 0;
}

.mobile-nav::before {
  content: '';
  position: absolute;
  width: 55%;
  height: 100%;
  background: linear-gradient(166deg, #08c 35%, #5349ff 65%);
  -webkit-filter: blur(2px);
          filter: blur(2px);
  top: 0;
  right: 0;
}

.mobile-nav .content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 999999;
  padding: 30px 0px 0px 0px;
}

.mobile-nav .content .navbar-nav .nav-item {
  text-align: center;
}

.mobile-nav .content .navbar-nav .nav-item .nav-link {
  margin: .5rem 1rem;
  color: #fff;
  font-size: 20px !important;
  position: relative;
}

.mobile-nav .content .navbar-nav .nav-item .nav-link::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-top: 2px solid #fff;
  bottom: -40px;
  left: calc(50% - 25px);
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: .5s linear;
  transition: .5s linear;
}

.mobile-nav .content .navbar-nav .nav-item .nav-link::before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border-top: 2px solid #fff;
  bottom: -30px;
  left: calc(50% - 15px);
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: .8s linear;
  transition: .8s linear;
}

.mobile-nav .content .navbar-nav .nav-item .nav-link:hover, .mobile-nav .content .navbar-nav .nav-item .nav-link.active {
  color: #fff;
}

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

.mobile-nav .content .buttons-content .custom-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0px 10px;
  background-color: transparent;
  position: relative;
  z-index: 999;
}

.mobile-nav .content .buttons-content .custom-btn::after {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: #F7A637;
  top: 0;
  left: 0;
  z-index: -1;
}

.mobile-nav .content .buttons-content .custom-btn::before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: #007ab9;
  top: 0;
  right: 0;
  z-index: -1;
}

.mobile-nav .content .buttons-content .custom-btn:hover {
  background-color: #F7A637;
}

.mobile-nav .close {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 30px;
  color: #fff;
  z-index: 999;
}

.active-nav {
  -webkit-animation: clip 1s linear;
          animation: clip 1s linear;
  opacity: 1;
  visibility: visible;
}

/*start header*/
/*start header*/
header {
  background-color: #f3f6f9;
}

header::after {
  content: "";
  position: absolute;
  bottom: 25rem;
  right: 60rem;
  width: 90rem;
  height: 35rem;
  border-radius: 17rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #29b6f6d9;
  -webkit-animation: rotate-scale-up 10s linear infinite;
          animation: rotate-scale-up 10s linear infinite;
}

header .content {
  width: 100%;
  padding: 100px 0px;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 999;
}

header .content h6 {
  color: #0b80d2 !important;
  font-size: 40px;
}

header .content h3 {
  color: #222;
  margin: 10px 0px;
}

header .content p {
  line-height: 1.8rem;
  margin: 10px 0px 20px 0px;
  color: #808080;
}

header .image-content {
  width: 100%;
  height: 400px;
  overflow: hidden;
}

header .image-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-animation: mover 1s infinite alternate;
          animation: mover 1s infinite alternate;
}

/*start who us*/
.who-us .content h4 {
  color: #007ab9;
  position: relative;
  margin: 10px 0px;
  padding: 10px 0px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.who-us .content h4::after {
  content: '';
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: rgba(0, 122, 185, 0.5);
  bottom: 0px;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.who-us .content p {
  line-height: 1.8rem;
  color: #808080;
  margin: 0px 0px 10px 0px;
}

.who-us .image-content {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
  -webkit-transition: .5s linear;
  transition: .5s linear;
}

.who-us .image-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.who-us .image-content::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 70px solid rgba(0, 164, 230, 0);
  top: 0;
  left: 0;
  -webkit-transition: .5s linear;
  transition: .5s linear;
}

.who-us .image-content:hover::after {
  border: 0px solid rgba(0, 164, 230, 0.2);
}

.who-us .card {
  position: relative;
  width: 100%;
  height: 320px;
  margin: 20px 0px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  background-color: transparent !important;
  border-width: 0px !important;
  cursor: pointer;
}

.who-us .card .box {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

.who-us .card .box .img-bk {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #f3f6f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0px 20px;
  text-align: center;
}

.who-us .card .box .img-bk .icon {
  font-size: 6em;
  margin: 10px 0px;
}

.who-us .card .box .img-bk i, .who-us .card .box .img-bk h3 {
  background: -webkit-linear-gradient(166deg, #08c 35%, #5349ff 65%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.who-us .card .box .img-bk h3 {
  margin: 5px 0px;
}

.who-us .card .box .img-bk p {
  color: #808080;
}

.who-us .card .box .content-bk {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #f3f6f9;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.who-us .card .box .content-bk .content {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  padding: 20px;
  background-color: transparent;
  -webkit-transform: translateZ(70px);
          transform: translateZ(70px);
  text-align: center;
  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;
}

.who-us .card .box .content-bk .content p {
  color: #808080;
  line-height: 1.8rem;
  margin: 10px 0px;
}

.who-us .card:hover .box {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

/*start about-us*/
.about-us {
  background-color: #f3f6f9;
}

.about-us .heading h3 {
  background-color: #f3f6f9 !important;
}

.about-us .box {
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.about-us .box .image-content {
  width: 100%;
  height: 200px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-us .box .image-content svg {
  width: 60%;
  height: 60%;
  margin: auto;
  fill: #0b80d2;
  stroke: #0b80d2;
  stroke-dashoffset: 1500;
  stroke-dasharray: 1500;
  -webkit-transition: fill .5s , stroke-dashoffset 6s linear, -webkit-transform .3s;
  transition: fill .5s , stroke-dashoffset 6s linear, -webkit-transform .3s;
  transition: transform .3s, fill .5s , stroke-dashoffset 6s linear;
  transition: transform .3s, fill .5s , stroke-dashoffset 6s linear, -webkit-transform .3s;
}

.about-us .box .box-content {
  text-align: center;
  padding: 10px 0px;
}

.about-us .box .box-content h6 {
  color: #000;
}

.about-us .box .box-content p {
  color: #808080;
}

.about-us .box:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.about-us .box:hover h6 {
  color: #5349ff;
}

.about-us .box:hover svg {
  stroke-dashoffset: 0;
  fill: transparent;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  -webkit-transition: fill .5s linear, stroke-dashoffset 6s linear, -webkit-transform .3s linear;
  transition: fill .5s linear, stroke-dashoffset 6s linear, -webkit-transform .3s linear;
  transition: transform .3s linear, fill .5s linear, stroke-dashoffset 6s linear;
  transition: transform .3s linear, fill .5s linear, stroke-dashoffset 6s linear, -webkit-transform .3s linear;
}

/*start projects*/
.projects .nav-pills {
  padding: 30px 0px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.projects .nav-pills .nav-link {
  color: #0b80d2;
  background-color: #f3f6f9;
  border-radius: 5px;
  margin: 0px 10px;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: 0px 0px 10px #ddd;
          box-shadow: 0px 0px 10px #ddd;
  position: relative;
  overflow: hidden;
  z-index: 99;
}

.projects .nav-pills .nav-link::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: linear-gradient(166deg, #08c 35%, #5349ff 65%);
  z-index: -1;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: .3s;
  transition: .3s;
}

.projects .nav-pills .nav-link:hover, .projects .nav-pills .nav-link.active {
  color: #fff;
}

.projects .nav-pills .nav-link:hover::after, .projects .nav-pills .nav-link.active::after {
  border-radius: 0%;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.projects .tab-content .box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  -webkit-transition: .5s linear;
  transition: .5s linear;
}

.projects .tab-content .box .image-content {
  width: 100%;
  height: 250px;
}

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

.projects .tab-content .box .box-content {
  width: 100%;
  padding: 20px 0px;
  text-align: center;
  background-color: #f3f6f9;
}

.projects .tab-content .box .box-content h5 {
  margin: auto;
  background: -webkit-linear-gradient(166deg, #08c 35%, #5349ff 65%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.projects .tab-content .box .details {
  width: 100%;
  height: 100%;
  background-color: #f3f6f9;
  position: absolute;
  bottom: -100%;
  left: 0;
  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;
  -webkit-transition: .5s linear;
  transition: .5s linear;
}

.projects .tab-content .box .details h5 {
  background: -webkit-linear-gradient(166deg, #08c 35%, #5349ff 65%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.projects .tab-content .box .details p {
  line-height: 1.8rem;
  margin: 10px 0px;
  color: #808080;
}

.projects .tab-content .box:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 136, 204, 0.3);
          box-shadow: 0px 0px 10px rgba(0, 136, 204, 0.3);
}

.projects .tab-content .box:hover .details {
  bottom: 0% !important;
}

/*start gallery*/
.gallery {
  background-color: #f3f6f9;
}

.gallery .heading h3 {
  background-color: #f3f6f9  !important;
}

.gallery .content {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.gallery .content h4 {
  color: #007ab9;
  position: relative;
  margin: 10px 0px;
  padding: 20px 0px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.gallery .content h4::after {
  content: '';
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: rgba(0, 122, 185, 0.5);
  bottom: 0px;
  right: 0% !important;
}

.gallery .content p {
  line-height: 1.8rem;
  color: #808080;
  margin: 0px 0px 10px 0px;
}

.gallery .image-content {
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.gallery .image-content svg {
  width: 100%;
  height: 500px;
}

.gallery .image-content svg #arrow, .gallery .image-content svg #hand, .gallery .image-content svg #woman, .gallery .image-content svg #music, .gallery .image-content svg #flower {
  -webkit-transform-origin: center;
          transform-origin: center;
  transform-box: fill-box;
}

.gallery .image-content svg #arrow, .gallery .image-content svg #music, .gallery .image-content svg #flower {
  -webkit-animation: rotation 1s linear infinite;
          animation: rotation 1s linear infinite;
}

.gallery .image-content svg #hand, .gallery .image-content svg #woman {
  -webkit-animation: translateY 1s linear infinite;
          animation: translateY 1s linear infinite;
}

.gallery .nav-pills {
  padding: 30px 0px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gallery .nav-pills .nav-link {
  color: #0b80d2;
  background-color: #f3f6f9;
  border-radius: 5px;
  margin: 0px 10px;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: 0px 0px 10px #ddd;
          box-shadow: 0px 0px 10px #ddd;
  position: relative;
  overflow: hidden;
  z-index: 99;
}

.gallery .nav-pills .nav-link::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: linear-gradient(166deg, #08c 35%, #5349ff 65%);
  z-index: -1;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: .3s;
  transition: .3s;
}

.gallery .nav-pills .nav-link:hover, .gallery .nav-pills .nav-link.active {
  color: #fff;
}

.gallery .nav-pills .nav-link:hover::after, .gallery .nav-pills .nav-link.active::after {
  border-radius: 0%;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.gallery .tab-content .box {
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
}

.gallery .tab-content .box .image-content {
  width: 100%;
  height: 150px;
  overflow: hidden;
  position: relative;
}

.gallery .tab-content .box .image-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .5s  linear;
  transition: .5s  linear;
}

.gallery .tab-content .box .image-content::After {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  -webkit-transition: .5s linear;
  transition: .5s linear;
  opacity: 0;
}

.gallery .tab-content .box .box-content {
  padding: .85em 1.3em;
  position: absolute;
  border-radius: 5px;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.gallery .tab-content .box .box-content i {
  font-size: 2em;
  background: -webkit-linear-gradient(166deg, #08c 35%, #5349ff 65%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 99;
  -webkit-transition: .5s linear;
  transition: .5s linear;
}

.gallery .tab-content .box .box-content::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(166deg, #08c 35%, #5349ff 65%);
  top: 0;
  left: 0;
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: .5s linear;
  transition: .5s linear;
}

.gallery .tab-content .box:hover .image-content img {
  -webkit-animation: rotate-scale-up 10s linear forwards;
          animation: rotate-scale-up 10s linear forwards;
}

.gallery .tab-content .box:hover .image-content::After {
  -webkit-animation: clip .5s linear;
          animation: clip .5s linear;
  opacity: 1;
}

.gallery .tab-content .box:hover .box-content i {
  -webkit-animation: toRightFromLeft .5s linear;
          animation: toRightFromLeft .5s linear;
  background: -webkit-linear-gradient(166deg, #fff 35%, #f3f6f9 65%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gallery .tab-content .box:hover .box-content::after {
  -webkit-transform: scale(1);
          transform: scale(1);
  border-radius: 0px;
}

/*start users*/
.users .owl-stage {
  padding: 40px 0px 40px 0px !important;
}

.users .card {
  height: 242px;
  padding: 20px;
  text-align: center;
  margin: 0 10px;
  background-color: #f3f6f9;
  -webkit-transition: .8s;
  transition: .8s;
  cursor: pointer;
  border: none !important;
}

.users .card i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  margin: 0 auto;
  background: -webkit-linear-gradient(166deg, #08c 35%, #5349ff 65%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 25px;
  position: relative;
  top: 80px;
  -webkit-transition: .8s;
  transition: .8s;
}

.users .card h5 {
  background: -webkit-linear-gradient(166deg, #08c 35%, #5349ff 65%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  top: 100px;
  text-align: center;
  -webkit-transition: .8s;
  transition: .8s;
}

.users .card p {
  color: #808080;
  opacity: 0;
  -webkit-transition: .8s;
  transition: .8s;
  position: relative;
  top: 27px;
  font-size: 30px !important;
}

.users .card:hover {
  -webkit-box-shadow: 0px 0px 10px #0b80d2;
          box-shadow: 0px 0px 10px #0b80d2;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.users .card:hover p {
  opacity: 1;
}

.users .card:hover i {
  top: -50px;
  background-color: #f3f6f9;
  color: #00a4e6;
  border: 2px solid rgba(11, 128, 210, 0.8);
}

.users .card:hover h5 {
  top: 0px;
}

/*start articles*/
.articles {
  background-color: #f3f6f9;
}

.articles .heading h3 {
  background-color: #f3f6f9;
}

.articles .box {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-transition: .5s linear;
  transition: .5s linear;
}

.articles .box .image-content {
  width: 50%;
  height: 265px;
  overflow: hidden;
  position: relative;
}

.articles .box .image-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .5s linear;
  transition: .5s linear;
  -webkit-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
}

.articles .box .image-content::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  -webkit-transition: .5s linear;
  transition: .5s linear;
  opacity: 0;
}

.articles .box .new {
  padding: 0px 10px;
}

.articles .box .new h4 {
  background: -webkit-linear-gradient(166deg, #08c 35%, #5349ff 65%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.articles .box .content {
  width: 50%;
  height: 100%;
  padding: 10px 0px 0px 0px;
  background-color: #fff;
}

.articles .box .content p {
  color: #808080;
  line-height: 1.8rem;
  font-size: 15px;
}

.articles .box .content .details {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #f3f6f9;
  padding: 0px 10px 10px 10px;
}

.articles .box .content .writer, .articles .box .content .time, .articles .box .content .clock {
  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;
}

.articles .box .content .writer h6, .articles .box .content .writer p, .articles .box .content .time h6, .articles .box .content .time p, .articles .box .content .clock h6, .articles .box .content .clock p {
  margin: 0px;
}

.articles .box .content .writer p, .articles .box .content .time p, .articles .box .content .clock p {
  margin: 0px 10px;
  font-size: 12px;
}

.articles .box .content .writer i, .articles .box .content .writer h6, .articles .box .content .time i, .articles .box .content .time h6, .articles .box .content .clock i, .articles .box .content .clock h6 {
  background: -webkit-linear-gradient(166deg, #08c 35%, #5349ff 65%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.articles .box:hover {
  -webkit-box-shadow: 0px 0px 10px #0b80d2;
          box-shadow: 0px 0px 10px #0b80d2;
}

.articles .box:hover .image-content img {
  -webkit-animation: rotate-scale 10s linear;
          animation: rotate-scale 10s linear;
}

.articles .box:hover .image-content::after {
  -webkit-animation: clip 1s linear;
          animation: clip 1s linear;
  opacity: 1;
}

.articles .more-articles {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.articles .more-articles .list-group {
  margin: 20px 0px;
  border: none;
}

.articles .more-articles .list-group .list-group-item {
  border: none;
  border-bottom: 1px solid #808080;
  margin: 0px;
  border-radius: 0px;
  text-align: center;
  position: relative;
}

.articles .more-articles .list-group .list-group-item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(166deg, #08c 35%, #5349ff 65%);
  top: 0;
  left: 0;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: .5s linear;
  transition: .5s linear;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.articles .more-articles .list-group .list-group-item a {
  color: #0b80d2;
  position: relative;
  z-index: 99;
}

.articles .more-articles .list-group .list-group-item:hover a {
  color: #fff;
}

.articles .more-articles .list-group .list-group-item:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  border-radius: 0px;
}

/*start contact us*/
.contact-us .data-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}

.contact-us .data-content .image-content {
  margin: 20px 0px;
}

.contact-us .data-content .image-content img {
  width: 100%;
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}

.contact-us .data-content .map {
  width: 100%;
  height: 300px;
  margin: 20px 0px;
  overflow: hidden;
  border-radius: 10px;
}

.contact-us .data-content .map iframe {
  width: 100%;
  height: 100%;
}

.contact-us form {
  padding: 20px 0px;
}

.contact-us form label {
  color: #0b80d2;
  font-size: 20px;
  font-family: 'regular';
}

.contact-us form .form-control {
  border: 2px solid #808080;
  resize: none;
  font-family: 'regular';
}

/*start footer*/
footer {
  background-color: #333;
}

footer .content .heading h6 {
  background-color: #333;
  padding: 0px 5px;
  color: #f3f6f9;
  position: relative;
  z-index: 999;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

footer .content p {
  color: #808080;
  font-size: 13px;
  margin: 10px 0px;
  line-height: 1.8rem;
}

footer .content ul li {
  margin: 5px 0px;
}

footer .content ul li a {
  color: #808080;
}

footer .content .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 20px;
}

footer .content .social-icons li {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  overflow: hidden;
  background-color: #f3f6f9;
  -webkit-transition: .5s linear;
  transition: .5s linear;
}

footer .content .social-icons li i {
  background: -webkit-linear-gradient(166deg, #08c 35%, #5349ff 65%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: .5s linear;
  transition: .5s linear;
}

footer .content .social-icons li:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

footer .content .social-icons li:hover i {
  -webkit-animation: toRightFromLeft .5s linear;
          animation: toRightFromLeft .5s linear;
}

.copyrights {
  background-color: #444;
  padding: 10px 0px;
}

.copyrights p {
  color: #f3f6f9;
  margin: 0px;
}

/*scroll to top btn*/
.scroll-top-btn {
  display: inline-block;
  width: 60px;
  height: 60px;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%);
          clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%);
  background: linear-gradient(166deg, #08c 35%, #5349ff 65%);
  color: #fff;
  text-align: center;
  line-height: 50px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 1000;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.scroll-top-btn:hover {
  background: rgba(11, 128, 210, 0.3);
}

.scroll-top-btn:hover i {
  -webkit-animation: translateY .5s linear infinite;
          animation: translateY .5s linear infinite;
  background: -webkit-linear-gradient(166deg, #08c 35%, #5349ff 65%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.scroll-top-btn i {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 20px;
}
/*# sourceMappingURL=style.css.map */