

img,
video {
  max-width: 100%;
  height: auto;
}

dd {
  margin-bottom: 20px;
}
ul {
  list-style: disc;
}
li > ul,
li > ol {
  padding: 0;
  margin-left: 15px;
}
select {
  max-width: 100%;
}


iframe {
  max-width: 100%;
}

section.big-heading {
  padding-bottom: 180px;
}

section.parallax-bg {
  background-color: transparent;
}

section.parallax-bg:not(.parallax-bg-text-dark) {
  color: #fff !important;
}
section.parallax-bg:not(.parallax-bg-text-dark) blockquote footer {
  color: inherit;
}
section.simple-parallax {
  padding-top: 220px;
  padding-bottom: 220px;
}
@media (min-width: 991px) {
  section.page-title {
    height: 500px;
  }
}
section.page-title .title {
  margin-bottom: 0;
}
section.page-title .title h1.upper {
  font-size: 65px;
}
.grey-bg {
  background-color: #f7f7f7;
}
.title {
  margin-bottom: 25px;
  position: relative;
  z-index: 10;
}

.title.center {
  text-align: center;
}
.title.center hr {
  margin: 25px auto;
}
.title > h1,
.title > h2,
.title > h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 700;
}
.title > h1.font-weight-400,
.title > h2.font-weight-400,
.title > h3.font-weight-400 {
  font-weight: 400;
}

.title > h1 {
  font-size: 55px;
}

.title > h2 {
  font-size: 32px;
}

.title > h3 {
  font-size: 26px;
  line-height: 1.6;
  margin-bottom: 0;
}

.title > hr {
  width: 40px;
  margin: 15px 0;
  border-top: 1px solid #222225;
}

.title > hr.white {
  border-color: #fff;
}


.btn-container {
  position: relative;
}
.btn {
  padding: 0 30px;
  height: 52px;
  line-height: 48px;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-weight: 500;
  font-family: 'Work Sans', sans-serif
  border-radius: 0 !important;
}


.btn:focus,
.btn:focus:active {
  outline: none;
}
.btn:hover .btn-icon.btn-icon-animated i {
  margin-left: 6px;
}
.btn .btn-icon {
  padding: 0 8px;
}
.btn .btn-icon i {
  -webkit-transition: margin-left 0.3s ease;
  transition: margin-left 0.3s ease;
  position: absolute;
}
.btn i {
  line-height: inherit;
}
.btn > i {
  margin-left: 4px;
}

.btn-color {
  color: #fff;
  background-color: #f06b4a;
}
.btn-color:hover,
.btn-color:active,
.btn-color:focus {
  background-color: #c1c1c1;
  color: #fff;
}

.btn-image {
  padding: 0;
}
.btn-image > img {
  max-height: 100%;
  width: auto;
}


.row-parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.row-parallax-bg .parallax-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 130%;
  height: calc(100% + 30vh);
}
.row-parallax-bg .parallax-wrapper .parallax-bg-element {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.parallax-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(45, 45, 45, 0.4);
  color: #fff;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.parallax-overlay-light {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.4);
  color: #fff;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.parallax-overlay.extra-dark {
  background-color: rgba(0, 0, 0, 0.75);
}
.parallax-overlay.light {
  background-color: rgba(0, 0, 0, 0.05);
  color: #2d2d2d;
}
.parallax-overlay.colored {
  background-color: rgba(27, 150, 237, 0.85);
  color: #fff;
}
.parallax-overlay.gradient:after {
  content: "";
  background: -webkit-linear-gradient(#ff6471, #1b96ed), top;
  background: linear-gradient(#ff6471, #1b96ed), top;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: .75;
}
.parallax-overlay p {
  color: #fff;
}
.parallax-overlay .icon-box-basic i {
  color: #fff;
}

.parallax-stroke {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	z-index: 0;
	/*border-top-width: medium;
	border-top-style: solid;
	border-top-color:#E0E0E0;*/
}




.section-scrolling {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50%;
  bottom: 50px;
  line-height: 50px;
  margin-bottom: -25px;
  margin-left: -25px;
  text-align: center;
  -webkit-animation: floatingArrow 1.8s infinite;
  animation: floatingArrow 1.8s infinite;
}
.section-scrolling > a {
  color: inherit;
}
.section-scrolling > a > i {
  line-height: inherit;
}



.img-side {
  padding: 0px!important;
  position: absolute!important;
  top: 0px;
  height: 100%;
  overflow: hidden;
  z-index: 100;
}
.img-side.img-right {
  right: 0;
}
.img-side.img-left {
  left: 0;
}
.img-side.img-center {
  left: 0;
  right: 0;
  margin: auto;
}
.img-holder {
  position: absolute;
  top: 0;
  width: 100%;
  height: 130%;
  height: calc(100% + 30vh);
  background-size: cover;
  background-position: center center;
}
.img-holder.overlay {
  color: #fff;
}
.img-holder.overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 40, 45, 0.6);
}
.img-holder.overlay .title p {
  color: #fff;
}
.img-holder .title {
  padding-left: 100px;
  padding-right: 100px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .img-holder .title {
    display: none;
  }
}
.holder-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.holder-container:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(45, 45, 45, 0.5);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}







/*------------------ Gallery ------------------------*/

#filters {
  list-style: none;
  padding: 20px 0 20px 0;
  text-align: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background-color:#f5f5f5;
}
#filters li {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  position: relative;
  padding: 8px;
  text-transform: uppercase;
  margin: 0 10px;
  font-size: 12px;
  letter-spacing: 0.1em;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #474747;
}
#filters li:after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: transparent;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#filters li.active {
  color: #f06b4a;
}
#filters li.active:after {
  width: 100%;
  background-color: #f06b4a;
}
#filters li.active:hover {
  color: #f06b4a;
}
#filters + #works-grid {
  margin-top: 0px;
}
#works-grid.two-col .work-item {
  width: 50%;
}
#works-grid.three-col .work-item {
  width: 33.33333333%;
}
#works-grid.four-col .work-item {
  width: 25%;
}
.work-item {
  float: left;
  position: relative;
  overflow: hidden;
}
.work-item a {
  display: block;
  position: relative;
  overflow: hidden;
}
.work-item img {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.work-item:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.work-item:hover .work-info {
  opacity: 1;
}
.work-item:hover .work-info h3,
.work-item:hover .work-info p {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.work-item:hover .work-info h3:after {
  width: 60px;
  opacity: 1;
}
.work-item img {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.work-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px 40px;
  background-color: rgba(64, 64, 64, 0.7);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
}
.work-info .v-center {
  vertical-align: top;
}
.work-info h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
  opacity: 0;
  
}
.work-info p {
  color: #fff;
  font-size: 14px;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
  opacity: 0;
}


<!-- Go to top -->
.go-top.showed-up {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.go-top:hover {
  background-color: #1b96ed;
}
.go-top a {
  color: #fff;
  display: block;
}
.go-top a i {
  font-size: 11px;
  line-height: inherit;
}

/*
  13
  Photogallery
*/
.photo-gallery {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.photo-gallery.with-margin {
  padding-right: 10px;
}
.photo-gallery.with-margin > li {
  padding-left: 15px;
  margin-bottom: 15px;
}
.photo-gallery > li {
  width: 25%;
  float: left;
  position: relative;
}
.photo-gallery > li.half {
  width: 50%;
}
@media (max-width: 767px) {
  .photo-gallery > li.half {
    width: 100%;
  }
  
  section {
    padding-top: 40px;
    padding-bottom: 60px;}
}
@media (max-width: 991px) {
  .photo-gallery > li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .photo-gallery > li {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .photo-gallery > li.full-sm {
    width: 100%;
  }
}
.photo-gallery > li .gallery-item {
  position: relative;
  overflow: hidden;
}
.photo-gallery > li .gallery-item > a {
  display: block;
  position: relative;
  z-index: 2;
}
.photo-gallery > li .gallery-item > a img {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.photo-gallery > li .gallery-item > a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.photo-gallery > li .gallery-item > a:hover .gallery-caption,
.photo-gallery > li .gallery-item > a:hover .gallery-caption h4,
.photo-gallery > li .gallery-item > a:hover .gallery-caption i {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.photo-gallery > li .gallery-caption {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  color: #474747;
}
.photo-gallery > li .gallery-caption i {
  display: block;
  font-size: 18px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}
.photo-gallery > li .gallery-caption h4 {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 15px;
  margin-top: 15px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}
/*
  Mini Gallery Lightbox
*/
#gallery-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 2000000;
  text-align: center;
  display: none;
}
.gallery-image {
  max-width: 800px;
  margin: auto;
  position: relative;
}
.gallery-image img {
  max-height: 600px;
}
#gallery-close {
  position: absolute;
  height: 50px;
  line-height: 50px;
  top: -50px;
  right: 0;
  margin: auto;
  font-size: 30px;
  color: #fff;
  text-align: center;
}
#gallery-close:hover {
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
}
#gallery-close:hover,
#gallery-close:focus {
  color: #fff;
}
#gallery-close i {
  vertical-align: middle;
  line-height: inherit;
}
.gallery-control {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  bottom: -50px;
  color: #fff;
  font-size: 20px;
}
.gallery-control:hover {
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
}
.gallery-control:hover,
.gallery-control:focus {
  color: #fff;
}
.gallery-control i {
  vertical-align: middle;
  line-height: inherit;
}
.gallery-control.gallery-prev {
  left: 0;
  text-align: left;
}
.gallery-control.gallery-next {
  right: 0;
  text-align: right;
}


/*
  19
  Maps
*/
#map.full-width {
  height: 500px;
  width: 100%;
  position: relative!important;
}

/*
  23
  Single Project Page
*/

.projects-controller a {
  display: block;
  float: left;
  width: 50%;
  overflow: hidden;
  color: inherit;
  cursor: default;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.projects-controller a.disabled {
  opacity: .6;
  pointer-events: none;
}
.projects-controller a.disabled > span {
  cursor: default;
}
.projects-controller a.disabled > span:hover {
  color: inherit;
}
.projects-controller a.disabled:hover {
  opacity: .4;
}
.projects-controller a.prev i {
  margin-right: 10px;
}
.projects-controller a.all {
  text-align: center;
}
.projects-controller a.all span {
  padding: 36px 0;
}
.projects-controller a.all span i {
  font-size: 20px;
}
.projects-controller a.next {
  text-align: right;
}
.projects-controller a.next i {
  margin-left: 10px;
}
.projects-controller a > span {
  display: inline-block;
  padding: 40px 20px;
  font-size: 16px;
  cursor: pointer;
  text-transform:none;
  font-weight:500;
}

.projects-controller a > span:hover {
  color: #a4a4a4;
}
.projects-controller a > span i {
  font-size: 90%;
  vertical-align: middle;
}

/*
  27
  CSS Fixes
*/

.parallax-bg .newsletter-btn,
.dark-bg .newsletter-btn,
.colored-bg .newsletter-btn {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
.parallax-bg .newsletter-btn:hover,
.dark-bg .newsletter-btn:hover,
.colored-bg .newsletter-btn:hover,
.parallax-bg .newsletter-btn:active,
.dark-bg .newsletter-btn:active,
.colored-bg .newsletter-btn:active,
.parallax-bg .newsletter-btn:focus,
.dark-bg .newsletter-btn:focus,
.colored-bg .newsletter-btn:focus {
  background-color: #fff;
  border-color: #fff;
  color: #2d2d2d;
}
.parallax-bg ::-webkit-input-placeholder,
.dark-bg ::-webkit-input-placeholder,
.colored-bg ::-webkit-input-placeholder {
  color: #fff;
}
.parallax-bg ::-moz-placeholder,
.dark-bg ::-moz-placeholder,
.colored-bg ::-moz-placeholder {
  color: #fff;
}
.parallax-bg :-ms-input-placeholder,
.dark-bg :-ms-input-placeholder,
.colored-bg :-ms-input-placeholder {
  color: #fff;
}
.parallax-bg ::placeholder,
.dark-bg ::placeholder,
.colored-bg ::placeholder {
  color: #fff;
}
.parallax-bg .form-control,
.dark-bg .form-control,
.colored-bg .form-control {
  color: #fff;
}
.parallax-bg .box:not(.outlined),
.dark-bg .box:not(.outlined),
.colored-bg .box:not(.outlined) {
  color: #6d6d6d;
}
.parallax-bg .box:not(.outlined):not(.dark-bg) h1,
.dark-bg .box:not(.outlined):not(.dark-bg) h1,
.colored-bg .box:not(.outlined):not(.dark-bg) h1,
.parallax-bg .box:not(.outlined):not(.dark-bg) h2,
.dark-bg .box:not(.outlined):not(.dark-bg) h2,
.colored-bg .box:not(.outlined):not(.dark-bg) h2,
.parallax-bg .box:not(.outlined):not(.dark-bg) h3,
.dark-bg .box:not(.outlined):not(.dark-bg) h3,
.colored-bg .box:not(.outlined):not(.dark-bg) h3,
.parallax-bg .box:not(.outlined):not(.dark-bg) h4,
.dark-bg .box:not(.outlined):not(.dark-bg) h4,
.colored-bg .box:not(.outlined):not(.dark-bg) h4,
.parallax-bg .box:not(.outlined):not(.dark-bg) h5,
.dark-bg .box:not(.outlined):not(.dark-bg) h5,
.colored-bg .box:not(.outlined):not(.dark-bg) h5,
.parallax-bg .box:not(.outlined):not(.dark-bg) h6,
.dark-bg .box:not(.outlined):not(.dark-bg) h6,
.colored-bg .box:not(.outlined):not(.dark-bg) h6 {
  color: #2d2d2d !important;
}
.parallax-bg .title > i,
.dark-bg .title > i,
.colored-bg .title > i {
  color: #fff;
}
.parallax-bg:not(.parallax-bg-text-dark) h1,
.dark-bg:not(.parallax-bg-text-dark) h1,
.colored-bg:not(.parallax-bg-text-dark) h1,
.parallax-bg:not(.parallax-bg-text-dark) h2,
.dark-bg:not(.parallax-bg-text-dark) h2,
.colored-bg:not(.parallax-bg-text-dark) h2,
.parallax-bg:not(.parallax-bg-text-dark) h3,
.dark-bg:not(.parallax-bg-text-dark) h3,
.colored-bg:not(.parallax-bg-text-dark) h3,
.parallax-bg:not(.parallax-bg-text-dark) h4,
.dark-bg:not(.parallax-bg-text-dark) h4,
.colored-bg:not(.parallax-bg-text-dark) h4,
.parallax-bg:not(.parallax-bg-text-dark) h5,
.dark-bg:not(.parallax-bg-text-dark) h5,
.colored-bg:not(.parallax-bg-text-dark) h5,
.parallax-bg:not(.parallax-bg-text-dark) h6,
.dark-bg:not(.parallax-bg-text-dark) h6,
.colored-bg:not(.parallax-bg-text-dark) h6 {
  color: inherit;
}
.parallax-bg .flex-control-paging > li > a,
.dark-bg .flex-control-paging > li > a,
.colored-bg .flex-control-paging > li > a {
  background-color: rgba(255, 255, 255, 0.5);
}
.parallax-bg .flex-control-paging > li > a:hover,
.dark-bg .flex-control-paging > li > a:hover,
.colored-bg .flex-control-paging > li > a:hover {
  background-color: rgba(255, 255, 255, 0.75);
}
.parallax-bg .flex-control-paging > li > a.flex-active,
.dark-bg .flex-control-paging > li > a.flex-active,
.colored-bg .flex-control-paging > li > a.flex-active {
  background-color: #fff;
  box-shadow: 0 0 0 1px #fff;
}
.parallax-bg .social-list > li > a,
.dark-bg .social-list > li > a,
.colored-bg .social-list > li > a {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: transparent;
}
.parallax-bg .countdown span,
.dark-bg .countdown span,
.colored-bg .countdown span {
  color: #fff;
  border-color: #fff;
}
.parallax-bg .icon-box-basic i,
.parallax-bg .pricing-table .pricing-head i,
.parallax-bg .icon-box > i {
  color: #fff;
}
/*
  28
  Media Queries & Animations
*/
/*
  Helpers
*/
.font-weight-300 {
  font-weight: 300;
}
.font-weight-400 {
  font-weight: 400;
}
.font-weight-500 {
  font-weight: 500;
}
.small-heading {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.full-height {
  height: auto;
  min-height: 100vh;
}

.centrize {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  position: relative;
}
.v-center {
  display: table-cell;
  vertical-align: middle;
}


.p-0 {
  padding: 0!important;
}
.pb-0 {
  padding-bottom: 0!important;
}





@media (max-width: 991px) {
  
  .gallery-control,
  #gallery-close {
    padding: 0 15px;
  }
 
}
@media (min-width: 768px) and (max-width: 991px) {
  #works-grid.two-col .work-item,
  #works-grid.three-col .work-item,
  #works-grid.four-col .work-item {
    width: 50%;
  }
  
  section.page-title .title h1.upper {
    font-size: 35px !important;
  }
  
}

@media (max-width: 767px) {
	
	section.page-title .title h1.upper {
    font-size: 35px !important;
  }
 
  .title h1 {
    font-size: 45px !important;
  }
  
  #works-grid.two-col .work-item,
  #works-grid.three-col .work-item,
  #works-grid.four-col .work-item {
    width: 100%;
  }
  .container .img-side {
    margin-left: -15px;
    margin-right: -15px;
  }
  .vc_row[data-vc-full-width] .img-side {
    margin-bottom: 0;
  }
  .img-side {
    min-height: 400px;
    margin: -120px 0 50px;
    position: relative!important;
    z-index: 0;
  }
  .img-side .img-holder .title {
    padding-left: 15px;
    padding-right: 15px;
  }
  section.p-0 .img-side,
  section.pt-0 .img-side {
    margin-top: 0;
  }
  
}

@media (min-height: 600px) {
  .full-height {
    height: 100vh;
  }
}






@media only screen and (min-width: 480px) and (max-width: 767px) {

}
  
  
@keyframes animIconbox {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  75% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes animIconbox {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  75% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes floatingArrow {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(13%);
    transform: translateY(13%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes floatingArrow {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(13%);
    transform: translateY(13%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg) scale(0.9);
    transform: rotate(0deg) scale(0.9);
    border-left-color: transparent;
  }
  50% {
    -webkit-transform: rotate(180deg) scale(1);
    transform: rotate(180deg) scale(1);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(0.9);
    transform: rotate(360deg) scale(0.9);
    border-color: #1b96ed;
    border-left-color: transparent;
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg) scale(0.9);
    transform: rotate(0deg) scale(0.9);
    border-left-color: transparent;
  }
  50% {
    -webkit-transform: rotate(180deg) scale(1);
    transform: rotate(180deg) scale(1);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(0.9);
    transform: rotate(360deg) scale(0.9);
    border-color: #1b96ed;
    border-left-color: transparent;
  }
}
@-webkit-keyframes spinTwo {
  0% {
    border-color: #fff;
    border-right-color: transparent;
  }
  100% {
    border-color: #1b96ed;
    border-right-color: transparent;
  }
}
@keyframes spinTwo {
  0% {
    border-color: #fff;
    border-right-color: transparent;
  }
  100% {
    border-color: #1b96ed;
    border-right-color: transparent;
  }
}
@-webkit-keyframes spinThree {
  0% {
    border-color: #fff;
    border-bottom-color: transparent;
  }
  100% {
    border-color: #1b96ed;
    border-bottom-color: transparent;
  }
}
@keyframes spinThree {
  0% {
    border-color: #fff;
    border-bottom-color: transparent;
  }
  100% {
    border-color: #1b96ed;
    border-bottom-color: transparent;
  }
}
