@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  -webkit-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}

a:hover,
a:focus {
  text-decoration: none;
}

p {
  font-size: 14px;
  color: #666;
  line-height: 170%;
}

b,
strong {
  font-weight: 700;
}

i img {
  vertical-align: middle;
}

.cssanimations.wow-activo .wow,
.wow {
  visibility: hidden;
}

* {
  font-variant-numeric: lining-nums;
  -webkit-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
}

/**
 * Fade-zoom animation for first dialog
 */

/* start state */

.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* animate out */

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */

.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */

.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */

.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */

/* at start */

.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */

.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  color: #FFF;
  background-color: #FFF;
  line-height: 150%;
}

@media (min-width: 1300px) {
  .container {
    max-width: 1300px;
  }
}

.relative {
  position: relative;
}

p {
  font-size: 1.25rem;
  font-weight: 400;
  color: #FFF;
  line-height: 150%;
}

a {
  text-decoration: none;
  color: #FFF;
}

a:hover {
  color: #f94e63;
}

/* Tipografía */

.poppins {
  font-family: "Poppins", sans-serif;
}

.caslongrad {
  font-family: "CaslonGraD", serif;
}

.fw-light {
  font-weight: 300;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

.fw-xbold {
  font-weight: 800;
}

.fw-black {
  font-weight: 900;
}

.text-blanco {
  color: #FFF;
}

.text-azul {
  color: #172e51;
}

.text-coral {
  color: #f94e63;
}

.transition_all,
header .header .logo,
#menu .menu li .logo-span,
.play_button,
#portfolio .row .portfolio .titulo,
#portfolio .row .portfolio .marca,
#portfolio .row .portfolio .back-img:after,
#portfolio .row .portfolio .box-img img {
  -webkit-transition: all .30s ease-in-out;
  transition: all .30s ease-in-out;
}

/* Cambiar color a la selección */

/* webkit, opera, IE9 */

::-moz-selection {
  background: #f94e63;
  color: #fff;
}

::selection {
  background: #f94e63;
  color: #fff;
}

/* mozilla firefox */

::-moz-selection {
  background: #f94e63;
  color: #fff;
}

/* Manito en los cliqueables */

a[href],
input[type='submit'],
input[type='image'],
label[for],
select,
button,
.pointer {
  cursor: pointer;
}

/* Quita el borde feo a los input */

input[type="text"]:focus,
textarea:focus,
input[type="search"]:focus {
  outline: none;
}

/* Opacidad en todos los navegadores */

.cross-opacity {
  /* FF, Safari, Chrome, IE9 y 10 */
  opacity: 0.7;
  /* IE */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  /* IE8 */
  filter: alpha(opacity=70);
  /* IE 5-7  */
}

body::-webkit-scrollbar {
  width: 3px;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
  border-radius: 0px;
}

body::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: #f94e63;
}

textarea {
  resize: none;
}

textarea::-webkit-scrollbar {
  width: 0px;
}

textarea::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.1);
  border-radius: 0px;
}

textarea::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: #f94e63;
}

.select {
  position: relative;
  display: block;
}

.select select::-ms-expand {
  display: none;
  /* to ie 10 */
}

:-moz-any(.select):after {
  /* background-color: #fff; this is necessary for overcome the caret default browser */
  pointer-events: none;
  /* https://developer.mozilla.org/en-US/docs/Web/CSS/pointer-events  */
  z-index: 1;
  /* this is necessary for overcome the pseudo element */
}

select:focus,
input:focus {
  outline: 0;
}

.select:after {
  font-family: 'custom-font';
  position: absolute;
  right: 0px;
  top: 0px;
  content: '\E800';
  width: 59px;
  height: 57px;
  text-align: center;
  font-size: 16px;
  display: block;
  color: #172e51;
  pointer-events: none;
  background-color: #FFF;
  -webkit-transition: all .30s ease-in-out;
  transition: all .30s ease-in-out;
  line-height: 57px;
}

.select:hover:after {
  background-color: #f94e63;
  color: #FFF;
}

.scrollbar-rail {
  height: 550px;
  margin-bottom: 30px;
}

.box-img img {
  width: 100%;
  position: relative;
  z-index: 2;
  display: block;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .box-img img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
}

.back-img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}

/* **** */

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 120%;
}

h1 {
  font-size: 60px;
}

@media (max-width: 1199px) {
  h1 {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 55px;
}

@media (max-width: 1199px) {
  h2 {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 36px;
  }
}

h3 {
  font-size: 30px;
}

@media (max-width: 1199px) {
  h3 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  h3 {
    font-size: 26px;
  }
}

h4 {
  font-size: 58px;
  line-height: 120%;
}

h4 span {
  font-size: 84px;
}

@media (max-width: 767px) {
  h4 {
    font-size: 38px;
    line-height: 120%;
  }

  h4 span {
    font-size: 44px;
  }
}

h5 {
  font-size: 88px;
  line-height: 70%;
}

@media (max-width: 1199px) {
  h5 {
    font-size: 58px;
  }
}

@media (max-width: 767px) {
  h5 {
    font-size: 46px;
  }
}

h6 {
  font-size: 62px;
}

@media (max-width: 1199px) {
  h6 {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  h6 {
    font-size: 38px;
  }
}

p.big {
  font-size: 24px;
}

.shadow-br {
  -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.2);
}

.bg-verde {
  background-color: #f94e63;
}

.bg-azul {
  background-color: #172e51;
}

.bg-azul-90 {
  background-color: rgba(23, 46, 81, 0.9);
}

.mb-1em {
  margin-bottom: 1em;
}

.mb-2em {
  margin-bottom: 2em;
}

.of-hidden {
  overflow: hidden;
}

.rounded-15 {
  border-radius: 15px !important;
}

.rounded-25 {
  border-radius: 25px;
}

.nowrap {
  white-space: nowrap;
}

/* PLACEHOLDER */

input::-webkit-input-placeholder {
  color: #000;
  font-size: 21px;
}

textarea::-webkit-input-placeholder {
  color: #000;
  font-size: 21px;
}

input:-moz-placeholder {
  color: #000;
  font-size: 21px;
  opacity: 1;
}

textarea:-moz-placeholder {
  color: #000;
  font-size: 21px;
  opacity: 1;
}

input::-moz-placeholder {
  color: #000;
  font-size: 21px;
  opacity: 1;
}

textarea::-moz-placeholder {
  color: #000;
  font-size: 21px;
  opacity: 1;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}

header .header {
  padding: 20px 0 0 0;
}

@media (max-width: 991px) {
  header .header {
    padding: 10px 0 0 0;
  }
}

header .header .icon-doggy {
  font-size: 50px;
  position: relative;
  top: -10px;
}

header .header .logo {
  font-size: 28px;
  line-height: 65%;
  opacity: 0;
  position: relative;
  left: -100px;
}

@media (max-width: 991px) {
  header .header .logo {
    font-size: 22px;
  }
}

@media (min-width: 768px) {
  header.header-scrolled {
    background-color: rgba(23, 46, 81, 0.3);
  }
}

header.header-scrolled .logo {
  opacity: 1;
  left: 0;
}

@media (max-width: 991px) {
  header .container {
    max-width: inherit;
  }
}

.redes li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 3px;
}

.redes li a {
  width: 30px;
  display: block;
  text-align: center;
  background-color: #172e51;
  color: #FFF;
}

.redes li a i {
  color: #FFF;
  font-size: 16px;
  line-height: 30px;
}

.redes li a:hover {
  background-color: #f94e63;
  color: #FFF;
}

@media (max-width: 767px) {
  .redes li a {
    width: 26px;
  }

  .redes li a i {
    font-size: 14px;
    line-height: 26px;
  }
}

#menu {
  padding: 40px 0;
}

#menu .menu li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 50px;
}

#menu .menu li:last-child {
  margin-right: 0;
}

@media (max-width: 1199px) {
  #menu .menu li {
    margin-right: 5px;
  }
}

#menu .menu li a {
  color: #FFF;
  font-size: 13px;
  padding: 2px 8px;
}

#menu .menu li a:hover,
#menu .menu li a.active {
  background-color: #FFF;
  color: #f94e63;
}

#menu .menu li .logo-span {
  font-size: 30px;
  line-height: 100%;
}

#menu .menu li .logo-span:hover,
#menu .menu li .logo-span.active {
  color: #f94e63;
  background-color: transparent;
}

@media (max-width: 991px) {
  #menu .menu li .logo-span {
    font-size: 22px;
  }
}

@media (min-width: 768px) {
  #menu {
    display: block !important;
  }
}

@media (max-width: 767px) {
  #menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    border: 0;
    padding: 0;
    z-index: 15;
    background-color: rgba(23, 46, 81, 0.7);
  }

  #menu .menu {
    text-align: left;
  }

  #menu .menu li {
    padding: 0px;
    display: block;
    margin: 0;
  }

  #menu .menu li a {
    font-weight: 700;
    padding: 15px 20px;
    display: block;
  }
}

.switch {
  position: fixed;
  top: 0;
  right: 0;
  color: #FFF;
  background-color: #172e51;
}

.switch a {
  font-size: 22px;
  padding: 5px 3px;
  display: inline-block;
  color: #FFF;
}

.switch.s-close a {
  background-color: #f94e63;
  color: #FFF;
}

@media (min-width: 992px) {
  .switch {
    display: none;
  }
}

@media (max-width: 991px) {
  .switch {
    display: block;
  }
}

#top {
  height: 100%;
}

#top .slider-home {
  height: 100%;
}

#top .slider-home .slick-list {
  height: 100%;
}

#top .slider-home .slick-list .slick-track {
  height: 100%;
}

#top .logo-top {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: -30px;
  pointer-events: none;
}

#top .logo-top img {
  max-width: 645px;
}

@media (max-width: 1199px) {
  #top .logo-top img {
    max-width: 550px;
  }
}

@media (max-width: 991px) {
  #top .logo-top img {
    max-width: 445px;
  }
}

@media (max-width: 767px) {
  #top .logo-top img {
    max-width: 100%;
  }
}

.slider-home .back-img {
  position: absolute !important;
}

.slider-home .container {
  position: relative;
  z-index: 10;
}

.slider-home article {
  margin: 40px 40px;
  position: relative;
  padding: 35px;
}

@media (max-width: 991px) {
  .slider-home article {
    padding: 25px;
  }
}

@media (max-width: 767px) {
  .slider-home article {
    padding: 15px;
    margin: 0;
  }
}

.slider-home article .logo {
  margin-top: 150px;
  white-space: nowrap;
}

.slider-home article .logo span {
  font-size: 85px;
  line-height: 65%;
}

@media (max-width: 991px) {
  .slider-home article .logo {
    margin-top: 80px;
  }

  .slider-home article .logo span {
    font-size: 68px;
  }
}

@media (max-width: 767px) {
  .slider-home article .logo {
    margin-top: 50px;
  }

  .slider-home article .logo span {
    font-size: 54px;
  }
}

@media (max-width: 599px) {
  .slider-home article .logo {
    margin-top: 0px;
  }

  .slider-home article .logo span {
    font-size: 28px;
  }
}

.slider-home article .logo img {
  max-width: 650px;
}

@media (max-width: 1199px) {
  .slider-home article .logo img {
    max-width: 550px;
  }
}

@media (max-width: 991px) {
  .slider-home article .logo img {
    max-width: 450px;
  }
}

@media (max-width: 767px) {
  .slider-home article .logo img {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .slider-home article .logo {
    padding: 0 15%;
  }
}

.slider-home article .marca {
  margin-top: 280px;
}

.slider-home article p {
  font-size: 22px;
  line-height: 120%;
}

@media (max-width: 1199px) {
  .slider-home article p {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .slider-home article p {
    padding: 16px;
  }
}

.slider-home .back-img:after {
  content: '';
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(23, 46, 81, 0.3);
  z-index: 9;
}

.overblue:after {
  content: '';
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(23, 46, 81, 0.3);
  z-index: 9;
}

.navidots {
  position: absolute;
  left: -20px;
  bottom: 40px;
  width: 100%;
}

@media (max-width: 767px) {
  .navidots {
    bottom: 10px;
    left: 0px;
  }
}

.navidots .slick-dots {
  width: auto;
}

@media (max-width: 767px) {
  .navidots .slick-dots {
    width: 100%;
    left: 0;
    bottom: 10px;
  }
}

.play_button {
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 13px;
  display: inline-block;
  margin: 30px 0;
  font-size: 28px;
  line-height: 100%;
  color: #FFF;
}

.play_button i {
  position: relative;
  left: 3px;
}

.play_button i:before {
  margin: 0;
}

.play_button:hover {
  background-color: #f94e63;
  color: #FFF;
}

#vicky {
  height: 700px;
}

#vicky .box-img img {
  -o-object-position: top center;
     object-position: top center;
}

@media (max-width: 499px) {
  #vicky h4 {
    margin-top: 40px !important;
    font-size: 30px;
  }

  #vicky h4 span {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  #vicky p {
    font-size: 18px;
  }
}

@media (max-width: 499px) {
  #vicky p {
    font-size: 16px;
  }
}

@media (max-width: 359px) {
  #vicky p {
    font-size: 14px;
  }
}

#contacto {
  height: 100%;
  min-height: 700px;
}

#contacto article {
  background-color: rgba(23, 46, 81, 0.9);
  padding: 40px;
}

@media (min-width: 992px) {
  #contacto article {
    padding-right: 120px;
  }
}

#contacto article p {
  font-size: 24px;
  color: #edf0ed;
}

#contacto article a {
  color: #edf0ed;
}

#contacto article a:hover {
  color: #f94e63;
}

#portfolio .row .play_button {
  color: #FFF;
}

#portfolio .row .portfolio {
  min-height: 350px;
}

#portfolio .row .portfolio .titulo {
  position: absolute;
  padding: 5px 10px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  bottom: 0;
  background-color: #172e51;
}

#portfolio .row .portfolio .titulo p {
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
}

#portfolio .row .portfolio .titulo p strong {
  display: block;
}

#portfolio .row .portfolio .marca {
  position: relative;
  padding: 40px;
  opacity: 0;
}

#portfolio .row .portfolio .marca p {
  min-height: 48px;
  line-height: 120%;
}

#portfolio .row .portfolio .marca p strong {
  display: block;
}

#portfolio .row .portfolio .back-img:after {
  content: '';
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(249, 78, 99, 0);
  z-index: 9;
}

#portfolio .row .portfolio .box-img img {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}

#portfolio .row .portfolio:hover .back-img:after {
  background-color: rgba(249, 78, 99, 0.3);
}

#portfolio .row .portfolio:hover .titulo {
  bottom: -90px;
}

#portfolio .row .portfolio:hover .marca {
  opacity: 1;
}

#portfolio .row .portfolio:hover .box-img img {
  -webkit-transform: scale(1.35);
          transform: scale(1.35);
}

#portfolio .row .portfolio:hover .play_button {
  background-color: #172e51;
  color: #FFF;
}

#portfolio .row > .col-md-6:nth-child(odd) .portfolio .titulo {
  background-color: #f94e63;
}

#portfolio .row > .col-md-6:nth-child(odd) .portfolio:hover .back-img:after {
  background-color: rgba(23, 46, 81, 0.3);
}

#portfolio .row > .col-md-6:nth-child(odd) .portfolio:hover .play_button {
  background-color: #f94e63;
}

#material h6 {
  padding-top: 180px;
  padding-bottom: 50px;
}

@media (max-width: 499px) {
  #material h6 {
    padding-top: 430px;
  }
}

@media (max-width: 349px) {
  #material h6 {
    font-size: 30px;
  }
}

#material h3 a {
  color: #f94e63;
}

#material h3 a:hover {
  color: #FFF;
}

#material p {
  font-size: 15px;
}

#material p a {
  color: #f94e63;
}

#material p a:hover {
  font-weight: 700;
}

@media (max-width: 767px) {
  #material {
    background-color: rgba(23, 46, 81, 0.9);
  }

  #material .bg-azul-90 {
    background-color: transparent !important;
  }
}

footer {
  background-color: #FFF;
  position: relative;
  z-index: 8;
}

footer .foot {
  padding: 50px 0;
}

@media (max-width: 991px) {
  footer .foot {
    padding: 30px 0;
  }
}

footer .foot .menu li {
  display: inline-block;
  margin: 0 20px;
  vertical-align: middle;
}

@media (max-width: 1199px) {
  footer .foot .menu li {
    margin: 0 10px;
  }
}

@media (max-width: 767px) {
  footer .foot .menu li {
    display: block;
  }

  footer .foot .menu li:last-child {
    margin-top: 5px;
  }
}

footer .foot p {
  color: #172e51;
  font-size: 14px;
}

footer .foot a {
  color: #172e51;
  font-size: 12px;
  font-weight: 400;
}

footer .foot a:hover {
  color: #f94e63;
}

@media (max-width: 767px) {
  footer .redes li a {
    width: 22px;
    height: 22px;
  }
}

@media (max-width: 767px) {
  footer .redes li a i {
    font-size: 12px;
    display: block;
    line-height: 22px;
  }
}

footer .logo {
  font-size: 28px;
  line-height: 65%;
}

footer .logo-span {
  font-size: 30px;
  line-height: 100%;
}

footer .logo-span:hover {
  color: #f94e63;
}

@media (max-width: 991px) {
  footer .logo-span {
    font-size: 22px;
  }
}

footer .icon-doggy {
  font-size: 36px;
  position: relative;
  top: -4px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f94e63;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #f94e63;
  color: #FFF;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #172e51;
  color: #FFF;
}

