@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap");
* {
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

h2 {
  font-size: 2.5rem;
  font-weight: 700;
  padding-bottom: 40px;
  padding-top: 85px;
}

h2 p {
  color: #555;
}

header {
  background-color: #006ba4;
}

header img {
  width: 150px;
}

.book {
  width: 32px;
  height: 12px;
  --color: #fff;
  --duration: 6.8s;
  position: relative;
  margin: 32px 0 0 0;
  zoom: 1.5;
}

.book .inner {
  width: 32px;
  height: 12px;
  position: relative;
  -webkit-transform-origin: 2px 2px;
          transform-origin: 2px 2px;
  -webkit-transform: rotateZ(-90deg);
          transform: rotateZ(-90deg);
  -webkit-animation: book var(--duration) ease infinite;
          animation: book var(--duration) ease infinite;
}

.book .inner .left,
.book .inner .right {
  width: 60px;
  height: 4px;
  top: 0;
  border-radius: 2px;
  background: var(--color);
  position: absolute;
}

.book .inner .left:before,
.book .inner .right:before {
  content: "";
  width: 48px;
  height: 4px;
  border-radius: 2px;
  background: inherit;
  position: absolute;
  top: -10px;
  left: 6px;
}

.book .inner .left {
  right: 28px;
  -webkit-transform-origin: 58px 2px;
          transform-origin: 58px 2px;
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
  -webkit-animation: left var(--duration) ease infinite;
          animation: left var(--duration) ease infinite;
}

.book .inner .right {
  left: 28px;
  -webkit-transform-origin: 2px 2px;
          transform-origin: 2px 2px;
  -webkit-transform: rotateZ(-90deg);
          transform: rotateZ(-90deg);
  -webkit-animation: right var(--duration) ease infinite;
          animation: right var(--duration) ease infinite;
}

.book .inner .middle {
  width: 32px;
  height: 12px;
  border: 4px solid var(--color);
  border-top: 0;
  border-radius: 0 0 9px 9px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.book ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  left: 50%;
  top: 0;
}

.book ul li {
  height: 4px;
  border-radius: 2px;
  -webkit-transform-origin: 100% 2px;
          transform-origin: 100% 2px;
  width: 48px;
  right: 0;
  top: -10px;
  position: absolute;
  background: var(--color);
  -webkit-transform: rotateZ(0deg) translateX(-18px);
          transform: rotateZ(0deg) translateX(-18px);
  -webkit-animation-duration: var(--duration);
          animation-duration: var(--duration);
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.book ul li:nth-child(0) {
  -webkit-animation-name: page-0;
          animation-name: page-0;
}

.book ul li:nth-child(1) {
  -webkit-animation-name: page-1;
          animation-name: page-1;
}

.book ul li:nth-child(2) {
  -webkit-animation-name: page-2;
          animation-name: page-2;
}

.book ul li:nth-child(3) {
  -webkit-animation-name: page-3;
          animation-name: page-3;
}

.book ul li:nth-child(4) {
  -webkit-animation-name: page-4;
          animation-name: page-4;
}

.book ul li:nth-child(5) {
  -webkit-animation-name: page-5;
          animation-name: page-5;
}

.book ul li:nth-child(6) {
  -webkit-animation-name: page-6;
          animation-name: page-6;
}

.book ul li:nth-child(7) {
  -webkit-animation-name: page-7;
          animation-name: page-7;
}

.book ul li:nth-child(8) {
  -webkit-animation-name: page-8;
          animation-name: page-8;
}

.book ul li:nth-child(9) {
  -webkit-animation-name: page-9;
          animation-name: page-9;
}

.book ul li:nth-child(10) {
  -webkit-animation-name: page-10;
          animation-name: page-10;
}

.book ul li:nth-child(11) {
  -webkit-animation-name: page-11;
          animation-name: page-11;
}

.book ul li:nth-child(12) {
  -webkit-animation-name: page-12;
          animation-name: page-12;
}

.book ul li:nth-child(13) {
  -webkit-animation-name: page-13;
          animation-name: page-13;
}

.book ul li:nth-child(14) {
  -webkit-animation-name: page-14;
          animation-name: page-14;
}

.book ul li:nth-child(15) {
  -webkit-animation-name: page-15;
          animation-name: page-15;
}

.book ul li:nth-child(16) {
  -webkit-animation-name: page-16;
          animation-name: page-16;
}

.book ul li:nth-child(17) {
  -webkit-animation-name: page-17;
          animation-name: page-17;
}

.book ul li:nth-child(18) {
  -webkit-animation-name: page-18;
          animation-name: page-18;
}

@-webkit-keyframes page-0 {
  4% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
  13%,
  54% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }
  63% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@keyframes page-0 {
  4% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
  13%,
  54% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }
  63% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@-webkit-keyframes page-1 {
  5.86% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
  14.74%,
  55.86% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }
  64.74% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@keyframes page-1 {
  5.86% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
  14.74%,
  55.86% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }
  64.74% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@-webkit-keyframes page-2 {
  7.72% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
  16.48%,
  57.72% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }
  66.48% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@keyframes page-2 {
  7.72% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
  16.48%,
  57.72% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }
  66.48% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@-webkit-keyframes page-3 {
  9.58% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
  18.22%,
  59.58% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }
  68.22% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@keyframes page-3 {
  9.58% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
  18.22%,
  59.58% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }
  68.22% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@-webkit-keyframes page-4 {
  11.44% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
  19.96%,
  61.44% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }
  69.96% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@keyframes page-4 {
  11.44% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
  19.96%,
  61.44% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }
  69.96% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@-webkit-keyframes page-5 {
  13.3% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
  21.7%,
  63.3% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }
  71.7% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@keyframes page-5 {
  13.3% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
  21.7%,
  63.3% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }
  71.7% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@-webkit-keyframes page-6 {
  15.16% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
  23.44%,
  65.16% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }
  73.44% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@keyframes page-6 {
  15.16% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
  23.44%,
  65.16% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }
  73.44% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@-webkit-keyframes page-7 {
  17.02% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
  25.18%,
  67.02% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }
  75.18% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@keyframes page-7 {
  17.02% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
  25.18%,
  67.02% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }
  75.18% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@-webkit-keyframes page-8 {
  18.88% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
  26.92%,
  68.88% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }
  76.92% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@keyframes page-8 {
  18.88% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
  26.92%,
  68.88% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }
  76.92% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@-webkit-keyframes page-9 {
  20.74% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
  28.66%,
  70.74% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }
  78.66% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@keyframes page-9 {
  20.74% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
  28.66%,
  70.74% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }
  78.66% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@-webkit-keyframes page-10 {
  22.6% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
  30.4%,
  72.6% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }
  80.4% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@keyframes page-10 {
  22.6% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
  30.4%,
  72.6% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }
  80.4% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@-webkit-keyframes page-11 {
  24.46% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
  32.14%,
  74.46% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }
  82.14% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@keyframes page-11 {
  24.46% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
  32.14%,
  74.46% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }
  82.14% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@-webkit-keyframes page-12 {
  26.32% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
  33.88%,
  76.32% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }
  83.88% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@keyframes page-12 {
  26.32% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
  33.88%,
  76.32% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }
  83.88% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@-webkit-keyframes page-13 {
  28.18% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
  35.62%,
  78.18% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }
  85.62% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@keyframes page-13 {
  28.18% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
  35.62%,
  78.18% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }
  85.62% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@-webkit-keyframes page-14 {
  30.04% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
  37.36%,
  80.04% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }
  87.36% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@keyframes page-14 {
  30.04% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
  37.36%,
  80.04% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }
  87.36% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@-webkit-keyframes page-15 {
  31.9% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
  39.1%,
  81.9% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }
  89.1% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@keyframes page-15 {
  31.9% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
  39.1%,
  81.9% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }
  89.1% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@-webkit-keyframes page-16 {
  33.76% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
  40.84%,
  83.76% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }
  90.84% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@keyframes page-16 {
  33.76% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
  40.84%,
  83.76% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }
  90.84% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@-webkit-keyframes page-17 {
  35.62% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
  42.58%,
  85.62% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }
  92.58% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@keyframes page-17 {
  35.62% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
  42.58%,
  85.62% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }
  92.58% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@-webkit-keyframes page-18 {
  37.48% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
  44.32%,
  87.48% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }
  94.32% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@keyframes page-18 {
  37.48% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
  44.32%,
  87.48% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }
  94.32% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@-webkit-keyframes left {
  4% {
    -webkit-transform: rotateZ(90deg);
            transform: rotateZ(90deg);
  }
  10%,
  40% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  46%,
  54% {
    -webkit-transform: rotateZ(90deg);
            transform: rotateZ(90deg);
  }
  60%,
  90% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  96% {
    -webkit-transform: rotateZ(90deg);
            transform: rotateZ(90deg);
  }
}

@keyframes left {
  4% {
    -webkit-transform: rotateZ(90deg);
            transform: rotateZ(90deg);
  }
  10%,
  40% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  46%,
  54% {
    -webkit-transform: rotateZ(90deg);
            transform: rotateZ(90deg);
  }
  60%,
  90% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  96% {
    -webkit-transform: rotateZ(90deg);
            transform: rotateZ(90deg);
  }
}

@-webkit-keyframes right {
  4% {
    -webkit-transform: rotateZ(-90deg);
            transform: rotateZ(-90deg);
  }
  10%,
  40% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  46%,
  54% {
    -webkit-transform: rotateZ(-90deg);
            transform: rotateZ(-90deg);
  }
  60%,
  90% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  96% {
    -webkit-transform: rotateZ(-90deg);
            transform: rotateZ(-90deg);
  }
}

@keyframes right {
  4% {
    -webkit-transform: rotateZ(-90deg);
            transform: rotateZ(-90deg);
  }
  10%,
  40% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  46%,
  54% {
    -webkit-transform: rotateZ(-90deg);
            transform: rotateZ(-90deg);
  }
  60%,
  90% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  96% {
    -webkit-transform: rotateZ(-90deg);
            transform: rotateZ(-90deg);
  }
}

@-webkit-keyframes book {
  4% {
    -webkit-transform: rotateZ(-90deg);
            transform: rotateZ(-90deg);
  }
  10%,
  40% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
    -webkit-transform-origin: 2px 2px;
            transform-origin: 2px 2px;
  }
  40.01%,
  59.99% {
    -webkit-transform-origin: 30px 2px;
            transform-origin: 30px 2px;
  }
  46%,
  54% {
    -webkit-transform: rotateZ(90deg);
            transform: rotateZ(90deg);
  }
  60%,
  90% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
    -webkit-transform-origin: 2px 2px;
            transform-origin: 2px 2px;
  }
  96% {
    -webkit-transform: rotateZ(-90deg);
            transform: rotateZ(-90deg);
  }
}

@keyframes book {
  4% {
    -webkit-transform: rotateZ(-90deg);
            transform: rotateZ(-90deg);
  }
  10%,
  40% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
    -webkit-transform-origin: 2px 2px;
            transform-origin: 2px 2px;
  }
  40.01%,
  59.99% {
    -webkit-transform-origin: 30px 2px;
            transform-origin: 30px 2px;
  }
  46%,
  54% {
    -webkit-transform: rotateZ(90deg);
            transform: rotateZ(90deg);
  }
  60%,
  90% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
    -webkit-transform-origin: 2px 2px;
            transform-origin: 2px 2px;
  }
  96% {
    -webkit-transform: rotateZ(-90deg);
            transform: rotateZ(-90deg);
  }
}

.contentLoader {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2100;
  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;
  background: #006ba4;
}

.contentLoader .dribbble {
  position: fixed;
  display: block;
  right: 24px;
  bottom: 24px;
}

header .nav-item a {
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  position: relative;
}

header .nav-item a::before {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.5s -webkit-transform ease;
  transition: 0.5s -webkit-transform ease;
  transition: 0.5s transform ease;
  transition: 0.5s transform ease, 0.5s -webkit-transform ease;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
}

header .nav-item a:hover {
  color: #fff;
}

header .nav-item a:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  background: #018edae0;
}

header .nav-item a:focus {
  color: #fff;
}

header .navigation-wrap {
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

header .navigation-wrap .nav-item {
  padding: 0 0.625rem;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

header .navigation-wrap .navbar-toggler:focus {
  outline: unset;
  border: unset;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.carousel-indicators {
  bottom: 15px;
}

.carousel-item {
  height: 52rem;
  background-color: #000;
}

.carousel-item .carousel-caption {
  bottom: 5rem;
  z-index: 10;
}

.carousel-item .carousel-caption h1 {
  font-size: 60px;
  font-weight: 700;
}

.carousel-item .carousel-caption p {
  font-size: 20px;
  font-weight: 500;
}

.carousel-item .carousel-caption a {
  background-color: #006ba4;
  border: none;
  color: #fff;
}

.carousel-item .carousel-caption a:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.carousel-item .overlayImage {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*opacity: 0.5;*/
}

.carousel-item .bannerOne {
  background-image: url("../img/banner1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
}

.carousel-item .bannerTwo {
  background-image: url("../img/banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
}

.carousel-item .bannerThree {
  background-image: url("../img/banner3.jpg");
  -webkit-box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5);
}

.carousel-item .bannerFour {
  background-image: url("../img/banner4.jpg");
  -webkit-box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5);
}

.carousel-item .bannerFive {
  background-image: url("../img/banner5.jpg");
  -webkit-box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5);
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 4rem;
  height: 4rem;
}

.sectionValues {
  background-color: #f7f7f7;
  padding-bottom: 95px;
}

.sectionValues h2 span {
  position: relative;
}

.sectionValues h2 span::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  background-color: #006ba4;
  height: 100%;
  width: 100%;
  -webkit-clip-path: polygon(0 90%, 100% 83%, 100% 100%, 0% 100%);
          clip-path: polygon(0 90%, 100% 83%, 100% 100%, 0% 100%);
}

.sectionValues .pValidezOne {
  font-size: 19px;
}

.sectionValues .pValidez {
  font-size: 1.125rem;
  padding-bottom: 25px;
  white-space: pre-line;
}

.sectionValues .bodyContainer {
  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;
}

.sectionValues .bodyContainer .containerValor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sectionValues .bodyContainer .containerValor .box {
  position: relative;
  width: 350px;
  padding: 40px;
  background-color: #fff;
  -webkit-box-shadow: 0 0.313rem 0.938rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.313rem 0.938rem rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  height: 298px;
}

.sectionValues .bodyContainer .containerValor .box:hover {
  color: #fff;
}

.sectionValues .bodyContainer .containerValor .box::before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 2;
}

.sectionValues .bodyContainer .containerValor .box:nth-child(1) .icon {
  -webkit-box-shadow: 0 0 0 0 #006ba4;
          box-shadow: 0 0 0 0 #006ba4;
  background-color: #006ba4;
}

.sectionValues .bodyContainer .containerValor .box:nth-child(1):hover .icon {
  -webkit-box-shadow: 0 0 0 400px #006ba4;
          box-shadow: 0 0 0 400px #006ba4;
}

.sectionValues .bodyContainer .containerValor .box:nth-child(2) .icon {
  -webkit-box-shadow: 0 0 0 0 #006ba4;
          box-shadow: 0 0 0 0 #006ba4;
  background-color: #006ba4;
}

.sectionValues .bodyContainer .containerValor .box:nth-child(2):hover .icon {
  -webkit-box-shadow: 0 0 0 400px #006ba4;
          box-shadow: 0 0 0 400px #006ba4;
}

.sectionValues .bodyContainer .containerValor .box:nth-child(3) .icon {
  -webkit-box-shadow: 0 0 0 0 #006ba4;
          box-shadow: 0 0 0 0 #006ba4;
  background-color: #006ba4;
}

.sectionValues .bodyContainer .containerValor .box:nth-child(3):hover .icon {
  -webkit-box-shadow: 0 0 0 400px #006ba4;
          box-shadow: 0 0 0 400px #006ba4;
}

.sectionValues .bodyContainer .containerValor .box:nth-child(4) .icon {
  -webkit-box-shadow: 0 0 0 0 #006ba4;
          box-shadow: 0 0 0 0 #006ba4;
  background-color: #006ba4;
}

.sectionValues .bodyContainer .containerValor .box:nth-child(4):hover .icon {
  -webkit-box-shadow: 0 0 0 400px #006ba4;
          box-shadow: 0 0 0 400px #006ba4;
}

.sectionValues .bodyContainer .containerValor .box:nth-child(5) .icon {
  -webkit-box-shadow: 0 0 0 0 #006ba4;
          box-shadow: 0 0 0 0 #006ba4;
  background-color: #006ba4;
}

.sectionValues .bodyContainer .containerValor .box:nth-child(5):hover .icon {
  -webkit-box-shadow: 0 0 0 400px #006ba4;
          box-shadow: 0 0 0 400px #006ba4;
}

.sectionValues .bodyContainer .containerValor .box:nth-child(6) .icon {
  -webkit-box-shadow: 0 0 0 0 #006ba4;
          box-shadow: 0 0 0 0 #006ba4;
  background-color: #006ba4;
}

.sectionValues .bodyContainer .containerValor .box:nth-child(6):hover .icon {
  -webkit-box-shadow: 0 0 0 400px #006ba4;
          box-shadow: 0 0 0 400px #006ba4;
}

.sectionValues .bodyContainer .containerValor .box .icon {
  position: relative;
  width: 80px;
  height: 80px;
  background-color: #fff;
  color: #fff;
  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;
  margin: 0 auto;
  border-radius: 50%;
  font-size: 40px;
  font-weight: 700;
  -webkit-transition: 1s;
  transition: 1s;
}

.sectionValues .bodyContainer .containerValor .box .content {
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sectionValues .bodyContainer .containerValor .box .content p {
  margin-top: 40px;
  font-size: 20px;
}

.sectionValues .bodyContainer .containerValor .box a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  margin-top: 21px;
  color: #006ba4;
  -webkit-box-shadow: 0 0.313rem 0.938rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.313rem 0.938rem rgba(0, 0, 0, 0.3);
}

.events {
  padding-bottom: 95px;
}

.events h2 span {
  position: relative;
}

.events h2 span::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  background-color: #006ba4;
  height: 100%;
  width: 100%;
  -webkit-clip-path: polygon(0 90%, 100% 83%, 100% 100%, 0% 100%);
          clip-path: polygon(0 90%, 100% 83%, 100% 100%, 0% 100%);
}

.events .pEvents {
  font-size: 1.125rem;
  white-space: pre-line;
}

.courses {
  padding-bottom: 95px;
}

.courses h2 span {
  position: relative;
}

.courses h2 span::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  background-color: #006ba4;
  height: 100%;
  width: 100%;
  -webkit-clip-path: polygon(0 90%, 100% 83%, 100% 100%, 0% 100%);
          clip-path: polygon(0 90%, 100% 83%, 100% 100%, 0% 100%);
}

.courses .pCourses {
  font-size: 1.125rem;
  white-space: pre-line;
}

.courses .accordion-flush .accordion-item:first-child {
  border: none;
}

.courses .accordion-flush .accordion-item .accordion-button {
  background-color: #006ba4;
  color: #fff;
  border-radius: 5px;
}

.courses .accordion-flush .accordion-item .accordion-button::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.courses .accordion-flush .accordion-item .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: rgba(0, 0, 0, 0.125);
}

.courses .accordion-flush .accordion-item .accordion-body p {
  font-weight: bold;
  cursor: pointer;
}

.courses .accordion-flush .accordion-item .accordion-body p:hover {
  text-decoration: underline;
}

.courses .accordion-flush .accordion-item .accordion-body .modal-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.courses .accordion-flush .accordion-item .accordion-body .modal-header .modal-title {
  font-weight: bold;
  color: #006ba4;
}

.courses .accordion-flush .accordion-item .accordion-body .modal-header .btn-close {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.courses .accordion-flush .accordion-item .accordion-body .modal-header .btn-close:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.courses .accordion-flush .accordion-item .accordion-body .modal-footer button {
  background-color: #006ba4;
}

.courses a {
  background-color: #006ba4;
  border: none;
  color: #fff;
}

.courses a:focus {
  outline: none;
}

.courses a:hover {
  color: #fff;
}

.sectionTestimonials {
  background-color: #f7f7f7;
  padding-bottom: 95px;
}

.sectionTestimonials h2 span {
  position: relative;
}

.sectionTestimonials h2 span::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  background-color: #006ba4;
  height: 100%;
  width: 100%;
  -webkit-clip-path: polygon(0 90%, 100% 83%, 100% 100%, 0% 100%);
          clip-path: polygon(0 90%, 100% 83%, 100% 100%, 0% 100%);
}

.sectionTestimonials .pTestimonials {
  font-size: 1.125rem;
  padding-bottom: 25px;
  white-space: pre-line;
}

.sectionTestimonials .testimonialsCarousel .owl-stage-outer {
  padding: 30px 0;
  padding-bottom: 73px;
}

.sectionTestimonials .testimonialsCarousel .owl-dots {
  text-align: center;
}

.sectionTestimonials .testimonialsCarousel .owl-dots span {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: relative;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #006ba4;
  margin: 0 5px;
}

.sectionTestimonials .testimonialsCarousel .owl-dots .active span {
  background: #006ba4;
  height: 15px;
  width: 15px;
  margin-bottom: -1px;
}

.sectionTestimonials .testimonialsCarousel .card {
  background: #fff;
  -webkit-box-shadow: 0 0.313rem 0.938rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.313rem 0.938rem rgba(0, 0, 0, 0.1);
  margin: 0 20px;
  padding: 0 10px;
  border-radius: 20px;
  border: none;
}

.sectionTestimonials .testimonialsCarousel .card .card-img-top {
  border-radius: 50%;
  margin: 15px auto 0;
  -webkit-box-shadow: 0 0.313rem 0.938rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.313rem 0.938rem rgba(0, 0, 0, 0.3);
  height: 110px;
  width: 110px;
}

.sectionTestimonials .testimonialsCarousel .card h5 {
  color: #006ba4;
  line-height: 35px;
}

.sectionTestimonials .testimonialsCarousel .card h5 span {
  color: #555;
}

.sectionTestimonials .testimonialsCarousel .card p {
  font-size: 16px;
  color: #555;
  padding-bottom: 15px;
}

.sectionTestimonials .testimonialsCarousel .active {
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sectionTestimonials .testimonialsCarousel .center {
  opacity: 1;
}

.sectionTestimonials .testimonialsCarousel .center h5 {
  font-size: 24px;
}

.sectionTestimonials .testimonialsCarousel .center h5 span {
  font-size: 20px;
}

.about {
  padding-bottom: 95px;
}

.about h2 span {
  position: relative;
}

.about h2 span::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  background-color: #006ba4;
  height: 100%;
  width: 100%;
  -webkit-clip-path: polygon(0 90%, 100% 83%, 100% 100%, 0% 100%);
          clip-path: polygon(0 90%, 100% 83%, 100% 100%, 0% 100%);
}

.about .accordion-flush .accordion-item {
  border: none;
}

.about .accordion-flush .accordion-item:first-child {
  border: none;
}

.about .accordion-flush .accordion-item .accordion-button {
  background-color: #006ba4;
  color: #fff;
  border-radius: 5px;
}

.about .accordion-flush .accordion-item .accordion-button::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.about .accordion-flush .accordion-item .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: rgba(0, 0, 0, 0.125);
}

.about .accordion-flush .accordion-item .accordion-body {
  text-align: justify;
}

.about .accordion-flush .accordion-item .accordion-body span {
  color: #018edae0;
}

.about .pAbout {
  font-size: 1.125rem;
  padding-bottom: 45px;
  line-height: 32px;
}

.about-tab .nav-item .nav-link {
  padding: 5px 20px;
  border-radius: 8px;
  border: 2px solid;
  border-color: transparent;
  border-radius: 0;
  color: #0f105e;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.about-tab .nav-item .active {
  color: #fff;
  position: relative;
  background: #006ba4;
}

.tab-content .about-title {
  position: relative;
}

.tab-content span {
  color: #006ba4;
}

.tab-content .about-title::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background: #006ba4;
  bottom: -18px;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.tab-content .about-title::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  background: #006ba4;
  left: 0;
  bottom: -8px;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.tab-content .about-title:hover::before {
  width: 100px;
}

.tab-content .about-title:hover::after {
  width: 50px;
}

.persanalItec {
  padding-bottom: 95px;
}

.persanalItec h2 span {
  position: relative;
}

.persanalItec h2 span::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  background-color: #006ba4;
  height: 100%;
  width: 100%;
  -webkit-clip-path: polygon(0 90%, 100% 83%, 100% 100%, 0% 100%);
          clip-path: polygon(0 90%, 100% 83%, 100% 100%, 0% 100%);
}

.persanalItec .pPersonalItec {
  font-size: 1.125rem;
  padding-bottom: 45px;
  white-space: pre-line;
  line-height: 32px;
}

.persanalItec figure.snip {
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: 10px;
  max-width: 500px;
  width: 100%;
  text-align: center;
}

.persanalItec figure.snip:hover figcaption h3 {
  -webkit-transform: translateY(-50%) rotate(-5deg) scale(1);
          transform: translateY(-50%) rotate(-5deg) scale(1);
}

.persanalItec figure.snip * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.persanalItec figure.snip::after, .persanalItec figure.snip::before {
  position: absolute;
  width: 100%;
  height: 0px;
  display: block;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.persanalItec figure.snip::after {
  bottom: 0;
}

.persanalItec figure.snip::before {
  top: 0;
}

.persanalItec figure.snip img {
  max-width: 100%;
  margin-bottom: -5px;
}

.persanalItec figure.snip figcaption {
  position: relative;
  background: #fff;
}

.persanalItec figure.snip h3,
.persanalItec figure.snip p {
  display: inline-block;
  width: 100%;
}

.persanalItec figure.snip h4 {
  color: #000;
  font-size: 20px;
}

.persanalItec figure.snip h3 {
  padding: 12px 15px;
  -webkit-transform: translateY(-50%) rotate(0deg) scale(1);
          transform: translateY(-50%) rotate(0deg) scale(1);
}

.persanalItec figure.snip p {
  padding: 10px 40px 40px;
  color: #000;
}

.persanalItec figure.snip.snip.yellow::before, .persanalItec figure.snip.snip.yellow::after,
.persanalItec figure.snip.snip.yellow h3 {
  background: #006ba4;
}

.contact {
  padding-bottom: 95px;
}

.contact h2 span {
  position: relative;
}

.contact h2 span::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  background-color: #006ba4;
  height: 100%;
  width: 100%;
  -webkit-clip-path: polygon(0 90%, 100% 83%, 100% 100%, 0% 100%);
          clip-path: polygon(0 90%, 100% 83%, 100% 100%, 0% 100%);
}

.contact .pContact {
  font-size: 1.125rem;
  padding-bottom: 45px;
  line-height: 32px;
}

.contact .info {
  border-top: 3px solid #006ba4;
  border-bottom: 3px solid #006ba4;
  padding: 30px;
  background: #fff;
  width: 100%;
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.contact .info i {
  font-size: 20px;
  color: #006ba4;
  float: left;
  width: 44px;
  height: 44px;
  background: #e7f5fb;
  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;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #006ba4;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #555;
  padding-top: 5px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #47b2e4;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #006ba4;
  border-bottom: 3px solid #006ba4;
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  margin-bottom: 20px;
  padding-bottom: 8px;
}

.contact .php-email-form .form-group label {
  padding-bottom: 8px;
}

.contact .php-email-form .form-group input,
.contact .php-email-form .form-group textarea {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form .form-group input:focus, .contact .php-email-form .form-group input:focus,
.contact .php-email-form .form-group textarea:focus,
.contact .php-email-form .form-group textarea:focus {
  border-color: #006ba4;
}

.contact .php-email-form .form-group input {
  height: 44px;
}

.contact .php-email-form .form-group textarea {
  padding: 10px 12px;
  resize: none;
}

.contact .php-email-form a[type="submit"] {
  background: #006ba4;
  border: 0;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 5px;
}

.payOnLine {
  padding-bottom: 95px;
}

.payOnLine h2 span {
  position: relative;
}

.payOnLine h2 span::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  background-color: #006ba4;
  height: 100%;
  width: 100%;
  -webkit-clip-path: polygon(0 90%, 100% 83%, 100% 100%, 0% 100%);
          clip-path: polygon(0 90%, 100% 83%, 100% 100%, 0% 100%);
}

.payOnLine .pPayOnLine {
  font-size: 1.125rem;
  padding-bottom: 45px;
  line-height: 32px;
}

.payOnLine .nav-tabs {
  border: 0;
}

.payOnLine .nav-tabs .nav-link {
  border: 0;
  padding: 12px 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
  border-radius: 0;
  border-right: 2px solid #006ba4;
  font-weight: bold;
  font-size: 17px;
}

.payOnLine .nav-tabs .nav-link:hover {
  border-color: #006ba4;
}

.payOnLine .nav-tabs .nav-link.active {
  color: #fff;
  background: #006ba4;
  border-color: #006ba4;
}

.payOnLine .details p {
  color: #555;
  font-size: 1.125rem;
}

.swal2-styled.swal2-confirm {
  background-color: #006ba4 !important;
  border-color: #006ba4 !important;
}

.swal2-styled:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
  background-color: #006ba4 !important;
}

.swal2-icon.swal2-error {
  border-color: #006ba4 !important;
}

footer {
  background-color: #006ba4;
  color: #fff;
}

footer h2 {
  padding-bottom: 75px;
  text-shadow: 2px 1px 2px #969696;
  position: relative;
}

footer h2::before {
  content: "";
  position: absolute;
  bottom: 65px;
  background-color: #018edae0;
  height: 24%;
  width: 35%;
  -webkit-clip-path: polygon(0 90%, 100% 83%, 100% 100%, 0% 100%);
          clip-path: polygon(0 90%, 100% 83%, 100% 100%, 0% 100%);
}

.scrollUpBtn {
  position: fixed;
  height: 45px;
  width: 42px;
  background-color: #006ba4;
  right: 30px;
  bottom: 30px;
  text-align: center;
  line-height: 45px;
  color: #fff;
  z-index: 990;
  font-size: 25px;
  border-radius: 0.313rem;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.scrollUpBtn.show {
  opacity: 1;
  bottom: 30px;
  pointer-events: auto;
}

@media (max-width: 61.938rem) {
  h2 {
    font-size: 30px;
  }
  .navbar-nav {
    text-align: center;
  }
  .nav-item a:hover::before {
    display: none;
  }
  .navbar-toggler {
    background-color: #006ba4;
    -webkit-box-shadow: 0 0.313rem 0.938rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.313rem 0.938rem rgba(0, 0, 0, 0.1);
    width: 2.75rem;
    height: 2.125rem;
    padding: 0;
    font-size: 20px;
    color: #fff;
  }
  .carousel-indicators {
    bottom: 35px;
  }
  .carousel-item {
    height: 36rem;
  }
  .carousel-item .carousel-caption {
    bottom: 6rem;
  }
  .carousel-item .carousel-caption h1 {
    font-size: 43px;
  }
  .carousel-item .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .carousel-item .bannerOne,
  .carousel-item .bannerTwo,
  .carousel-item .bannerThree,
  .carousel-item .bannerFour,
  .carousel-item .bannerFive {
    background-position: center;
    background-size: cover;
  }
  footer h2::before {
    width: 78%;
  }
  .nav.nav-pills {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .specials .nav-link {
    border: 0;
    padding: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  footer h2::before {
    width: 50%;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .sectionValues .pValidez {
    text-align: justify;
  }
  .courses .pCourses {
    text-align: justify !important;
  }
  .sectionTestimonials .pTestimonials {
    text-align: justify;
  }
  .sectionTestimonials .pTestimonials {
    text-align: justify;
  }
  .about .pAbout {
    text-align: justify !important;
  }
  .persanalItec .pPersonalItec {
    white-space: normal;
    text-align: justify !important;
  }
  .contact .pContact {
    text-align: justify !important;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .sectionValues .pValidez {
    text-align: justify;
  }
  .courses .pCourses {
    text-align: justify !important;
  }
  .sectionTestimonials .pTestimonials {
    text-align: justify;
  }
  .about .pAbout {
    text-align: justify !important;
  }
  .persanalItec .pPersonalItec {
    white-space: normal;
    text-align: justify !important;
  }
  .contact .pContact {
    text-align: justify !important;
  }
  .payOnLine .pPayOnLine {
    text-align: justify !important;
  }
}
/*# sourceMappingURL=index.css.map */