@charset "UTF-8";
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
   
}

*,
*::before,
*::after {

}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h4, h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}

img {
  vertical-align: middle;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  text-transform: none;
}

button,
[type=button],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

 
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

iframe {
  border: 0;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
@media (min-width: 1200px) {

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.25;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
}

 
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.d-none {
  display: none !important;
}

@media (min-width: 768px) {

  .d-md-block {
    display: block !important;
  }
}

/*!
 * Font Awesome Pro 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fal,.far {
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	display:inline-block;
	font-style:normal;
	font-variant:normal;
	text-rendering:auto;
	line-height:1
}
.fa-calendar-day:before {
	content:"\f783"
}
.fa-envelope-open-text:before {
	content:"\f658"
}
.fa-location-arrow:before {
	content:"\f124"
}
.fa-phone-alt:before {
	content:"\f879"
}
.fa-watch:before {
	content:"\f2e1"
}
@font-face {
	font-family:"Font Awesome 5 Brands";
	font-style:normal;
	font-weight:400;
	font-display:block;
	src:url(../font/fa-brands-400.eot);
	src:url(../font/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../font/fa-brands-400.woff2) format("woff2"),url(../font/fa-brands-400.woff) format("woff"),url(../font/fa-brands-400.ttf) format("truetype"),url(../font/fa-brands-400.svg#fontawesome) format("svg")
}
@font-face {
	font-family:"Font Awesome 5 Duotone";
	font-style:normal;
	font-weight:900;
	font-display:block;
	src:url(../font/fa-duotone-900.eot);
	src:url(../font/fa-duotone-900.eot?#iefix) format("embedded-opentype"),url(../font/fa-duotone-900.woff2) format("woff2"),url(../font/fa-duotone-900.woff) format("woff"),url(../font/fa-duotone-900.ttf) format("truetype"),url(../font/fa-duotone-900.svg#fontawesome) format("svg")
}
@font-face {
	font-family:"Font Awesome 5 Pro";
	font-style:normal;
	font-weight:300;
	font-display:block;
	src:url(../font/fa-light-300.eot);
	src:url(../font/fa-light-300.eot?#iefix) format("embedded-opentype"),url(../font/fa-light-300.woff2) format("woff2"),url(../font/fa-light-300.woff) format("woff"),url(../font/fa-light-300.ttf) format("truetype"),url(../font/fa-light-300.svg#fontawesome) format("svg")
}
.fal {
	font-weight:300
}
@font-face {
	font-family:"Font Awesome 5 Pro";
	font-style:normal;
	font-weight:400;
	font-display:block;
	src:url(../font/fa-regular-400.eot);
	src:url(../font/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../font/fa-regular-400.woff2) format("woff2"),url(../font/fa-regular-400.woff) format("woff"),url(../font/fa-regular-400.ttf) format("truetype"),url(../font/fa-regular-400.svg#fontawesome) format("svg")
}
.fal,.far {
	font-family:"Font Awesome 5 Pro"
}
.far {
	font-weight:400
}
@font-face {
	font-family:"Font Awesome 5 Pro";
	font-style:normal;
	font-weight:900;
	font-display:block;
	src:url(../font/fa-solid-900.eot);
	src:url(../font/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../font/fa-solid-900.woff2) format("woff2"),url(../font/fa-solid-900.woff) format("woff"),url(../font/fa-solid-900.ttf) format("truetype"),url(../font/fa-solid-900.svg#fontawesome) format("svg")
}
/* bootstrp */

/*----------------------------------------
    01. common css
----------------------------------------*/

body {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--clr-common-text);
  line-height: 26px;
}

a {
  text-decoration: none;
}

.w-img img {
  width: 100%;
}

a:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

img,
::before,
::after {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:hover {
  color: var(--clr-theme-1);
}

button:focus {
  outline: 0;
  border: 0;
}

h3,
h4 {
  font-family: "Poppins", sans-serif;
  color: var(--clr-common-heading);
  margin-top: 0px;
  font-weight: 600;
  line-height: 1.2;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  font-weight: 600;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

*::-moz-selection {
  background: var(--clr-theme-1);
  color: var(--clr-common-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--clr-theme-1);
  color: var(--clr-common-white);
  text-shadow: none;
}

::selection {
  background: var(--clr-theme-1);
  color: var(--clr-common-white);
  text-shadow: none;
}

/*--
    - Input Placeholder
-----------------------------------------*/
*::-moz-placeholder {
  color: var(--clr-common-placeholder);
  font-size: 16px;
  opacity: 1;
}

/*-------------------------------------------
    --------- Common Classes----------------
-----------------------------------------*/

.zi-1100 {
  z-index: 1100;
}

.p-relative {
  position: relative;
}

.cp {
  cursor: pointer;
}

[type=email] {
  direction: unset;
}

/*---------------------------------------
    - Background color
-----------------------------------------*/

/*-----------------------------------------
   ---------- color --------------
-----------------------------------------*/

/* pulse btn */
:root {
  /**
    @color declaration
    */
  --clr-common-white: #fff;
  --clr-common-black: #000;
  --clr-common-blue: #2785ff;
  --clr-common-heading: #000000;
  --clr-common-text: #2D2D2D;
  --clr-common-border: #0b3d2c;
  --clr-common-placeholder: #777777;
  --clr-common-gray: #acacac;
  --clr-theme-1: #c00;
  --clr-theme-2: #FBD017;
  --clr-bg-1: #FFF9F9;
  --clr-bg-2: #F8F3FF;
  --clr-bg-3: #FFBC77;
  --clr-bg-4: #EFE2FF;
  --clr-bg-5: #FFF1F1;
  --clr-bg-6: #F6F9FE;
  --clr-bg-7: #B8B8B8;
  --clr-bg-8: #1976D2;
  --clr-bg-9: #29ABE2;
  --clr-bg-10: #A346B3;
  --clr-bg-11: #0077B7;
  --clr-bg-12: #FFECE2;
  --clr-bg-13: #FFF7F3;
  --clr-bg-14: #F7F7F7;
  --clr-bg-15: #F7F5FA;
  --clr-bg-16: #219FFF;
  --clr-bg-17: #071311;
  --clr-bg-18: #F3F3F3;
  --clr-bg-19: rgb(242, 242, 242);
  --clr-bg-20: #FFEBEB;
  --clr-border-1: #2E2E2E;
  --clr-border-2: rgba(213, 213, 213, 0.3568627451);
  --clr-border-3: rgba(213, 213, 213, 0.3607843137);
  --clr-border-4: rgba(213, 213, 213, 0.431372549);
  --clr-border-5: #EBEBEB;
}

.cp-btn {
  z-index: 1;
  position: relative;
  padding: 0 30px;
  text-align: center;
  text-transform: capitalize;
  color: var(--clr-common-white);
  font-size: 16px;
  font-weight: 600;
  background-color: transparent;
  outline: none;
  border: none;
  transition: color 0.5s;
  cursor: pointer;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  height: 48px;
  line-height: 48px;
  display: inline-block;
  overflow: hidden;
}
.cp-btn:before {
  content: "";
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--clr-theme-1);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.cp-btn:after {
  content: "";
  z-index: -2;
  position: absolute;
  left: 1.5px;
  top: 1.5px;
  width: 100%;
  height: 100%;
  transition: all 0.3s 0.2s;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.cp-btn:hover {
  color: var(--clr-common-white);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.cp-btn:hover:before {
  border-color: var(--clr-theme-2);
}
.cp-btn:hover:after {
  transition: all 0.3s;
  left: 0;
  top: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.cp-btn__inner {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: var(--clr-theme-1);
}
.cp-btn__blobs {
  position: relative;
  display: block;
  height: 100%;
  filter: url("#goo");
}
.cp-btn__blob {
  position: absolute;
  top: -10px;
  width: 25%;
  height: 100%;
  background: var(--clr-theme-2);
  transform: translate3d(0, 150%, 0) scale(1.7);
  transition: transform 0.45s;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
@supports (filter: url("#goo")) {
  .cp-btn__blob {
    transform: translate3d(0, 150%, 0) scale(1.4);
  }
}
.cp-btn__blob:nth-child(1) {
  left: 0%;
  transition-delay: 0s;
}
.cp-btn__blob:nth-child(2) {
  left: 30%;
  transition-delay: 0.08s;
}
.cp-btn__blob:nth-child(3) {
  left: 60%;
  transition-delay: 0.16s;
}
.cp-btn__blob:nth-child(4) {
  left: 90%;
  transition-delay: 0.24s;
}
.cp-btn:hover .cp-btn__blob {
  transform: translateZ(0) scale(1.7);
}
@supports (filter: url("#goo")) {
  .cp-btn:hover .cp-btn__blob {
    transform: translateZ(0) scale(1.4);
  }
}
@supports (filter: url("#goo")) {
}
@supports (filter: url("#goo")) {
}
@supports (filter: url("#goo")) {
}
@supports (filter: url("#goo")) {
}

.row {
  --bs-gutter-x: 30px;
}


.cp-floating-title {
  font-size: 28px;
  margin-bottom: 25px;
  text-transform: capitalize;
}
.cp-floating-item {
  display: grid;
  align-items: center;
  gap: 20px 80px;
  grid-template-columns: 1fr 1fr;
  box-shadow: 0px 4px 100px rgba(255, 55, 55, 0.1);
  background: var(--clr-common-white);
  z-index: 100;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cp-floating-item {
    grid-template-columns: 1fr;
  }
}
.cp-floating-action {
  position: fixed;
  bottom: 130px;
  right: 32px;
  z-index: 100;
  display: inline-block;
  background: var(--clr-common-white);
  box-shadow: 0px 4px 140px 11px rgba(255, 55, 55, 0.1);
  border-radius: 100px;
  padding: 15px;
}
.cp-floating-btn {
  display: block;
  text-align: center;
  color: var(--clr-common-black);
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #FFEEEE;
  border-radius: 50%;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 10px;
  color: var(--clr-theme-1);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.cp-floating-btn:last-child {
  margin-bottom: 0;
}
.cp-floating-btn:hover {
  background: var(--clr-theme-1);
  color: var(--clr-common-white);
}
.cp-floating-text-inner {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}
.cp-floating-text-inner-text {
  font-size: 18px;
  text-transform: capitalize;
}
.cp-floating-text-inner-icon {
  width: 35px;
  height: 35px;
  min-width: 35px;
  background: linear-gradient(180deg, #c00 0%, #c00 100%);
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 17px;
  color: var(--clr-common-white);
}
.cp-floating-location iframe {
  width: 100%;
  min-height: 500px;
}

.cp-signup-popup {
  padding-inline-end: 60px;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .cp-signup-popup {
    padding-inline-start: 60px;
  }
}

.cp-floating-model {
  z-index: 2000;
  background: rgba(0, 0, 0, 0.3882352941);
}
.cp-floating-model .modal-content {
  margin-inline: 30px;
}
.cp-floating-model .modal-dialog {
  max-width: 1000px;
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cp-floating-model .modal-dialog {
    max-width: 700px;
  }
}
.cp-floating-model .btn-close {
  color: var(--clr-common-black);
  border-radius: 0.25rem;
  opacity: 1;
  right: 0;
  position: absolute;
  z-index: 1000;
  top: 10px;
  right: 10px;
}

.cp-floating-text a {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cp-floating-text {
    padding: 12px 20px 20px 30px;
  }
}

.cp-input-field {
  margin-bottom: 20px;
  position: relative;
}
.cp-input-field label {
  margin-bottom: 8px;
  display: block;
  text-transform: capitalize;
}
.cp-input-field input,
.cp-input-field textarea {
  display: block;
  height: 38px;
  width: 85%;
  border: 1px solid var(--clr-border-5);
  padding: 0 20px;
  outline: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding-inline-end: 40px;
}
.cp-input-field input:focus,
.cp-input-field textarea:focus {
  border: 1px solid var(--clr-theme-1);
}
.cp-input-field textarea {
  padding: 10px 20px;
  min-height: 200px;
  padding-inline-end: 40px;
  resize: none;
}
@media (max-width: 575px) {
  .cp-input-field textarea {
    min-height: 150px;
  }
}



@-webkit-keyframes cp-bg-move-y {
  0% {
    transform: translateY(-30px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(-30px);
  }
}
@keyframes cp-bg-move-y {
  0% {
    transform: translateY(-30px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(-30px);
  }
}
.cp-bg-move-y {
  -webkit-animation-name: cp-bg-move-y;
  animation-name: cp-bg-move-y;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

