@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap');

body,
html {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;

}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

* {
  box-sizing: border-box;
}

:focus {
  outline: 0;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}


/*......................... reset css start............................ */

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%;
  vertical-align: baseline;
  font-weight: normal;
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

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;
}

/*......................... reset css start............................ */







/* .scrollTop {
  position: fixed;
  right: 7%;
  bottom: 10px;
  background-color: transparent;
  padding: 20px;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  border: 1px solid #93AC4E;
} */

.scrollTop {
  position: relative;
}

.scrollTop .top {
  position: absolute;
  left: 11%;
  bottom: 50px;
  width: 64px;
  height: 64px;
  background-color: transparent;
  padding: 23px;
  transition: all 0.4s ease-in-out 0s;
  border: 1px solid #fff;
  border-radius: 50px;
  opacity: 1;
  cursor: pointer;
  z-index: 1;
  transform: rotate(180deg);
}

.scrollTop .top img {
  width: 15px;
  height: 15px;
}

.scrollTop .top:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.3);
}



.container {
  width: 86%;
  margin: auto;
  text-align: center;
}

button {
  position: fixed;
  bottom: 67px;
  left: 11%;
  z-index: 1;
  width: 64px;
  height: 64px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50px;
  cursor: pointer;

}

button:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.3);
}

#moveUp {
  margin-left: -100px;
  transform: rotate(180deg);
}

#moveDown {}

.mt-1 {
  margin-top: 7%;
}


.section {
  text-align: center;
}

.section img {
  height: 100vh;
  object-fit: cover;
}

#section0 {
  background: -webkit-gradient(linear, top left, bottom left, from(#4bbfc3), to(#7baabe));
  background: -webkit-linear-gradient(#4BBFC3, #7BAABE);
  background: linear-gradient(#4BBFC3, #7BAABE);
}

#section1 {
  background: -webkit-gradient(linear, top left, bottom left, from(#7baabe), to(#969ac6));
  background: -webkit-linear-gradient(#7BAABE, #969AC6);
  background: linear-gradient(#7BAABE, #969AC6);
}

#section2 {
  background: -webkit-gradient(linear, top left, bottom left, from(#969ac6), to(#92a1ca));
  background: -webkit-linear-gradient(#969AC6, #92A1CA);
  background: linear-gradient(#969AC6, #92A1CA);
}

#section3 {
  background: -webkit-gradient(linear, top left, bottom left, from(#92a1ca), to(#76c2bd));
  background: -webkit-linear-gradient(#92A1CA, #76C2BD);
  background: linear-gradient(#92A1CA, #76C2BD);
}

header {
  position: fixed;
  width: 100%;
  top: 40px;
  left: 0;
  padding: 0px 3%;
  background-color: transparent;
  z-index: 1;
}

.logo {
  width: 130px;
  height: 113px;
  display: inline-block;
  float: left;
}

.logo img {
  width: 100%;
}

.menu {
  float: right;
  margin-top: 28px;
  opacity: .7;
}

.menu ul {
  margin: 0;
  padding: 0;
}

.menu ul li {
  float: left;
}

.menu li a {
  margin: 0px 10px;
  font-size: 24px;
  color: #fff;
}

.menu:hover {
  opacity: 1;
}

.inner_banner {
  position: relative;
}

main {
  width: 100%;
  padding: 0 6%;
  left: 0;
  margin: 0;
  position: absolute;
  top: 52%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

h2 {
  font-size: 98px;
  color: #fff;
  font-weight: 700;
  text-align: left;
  width: 75%;
  float: left;
  margin-bottom: 29px;
  display: inline-block;
  line-height: 1.05;
}

.text-area {
  width: 100%;
  float: left;
}

.line {
  width: 220px;
  height: 12px;
  float: left;
  margin-right: 60px;
  margin-top: 3px;
}

.line-2 {
  width: 220px;
  height: 12px;
  float: left;
  margin-right: 60px;
  margin-top: 3px;
}

.line .redd {
  background-color: #DE202D;
  height: 100%;
  width: 100%;
}


.line-2 .contac {
  background-color: #DE202D;
  height: 100%;
  width: 100%;
}

.line-cont {
  float: revert;
  margin-top: 113px;
}

.textp {
  width: 25%;
  float: left;
}

p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  text-align: left;
  margin-bottom: 15px;
  line-height: 1.5;
  letter-spacing: 0.16px;
}

.count1 {
  width: 2%;
  float: right;
  font-size: 24px;
  font-weight: 300;
  position: absolute;
  right: 6%;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.number1 {
  color: #fff;
  padding: 18px 5px;
  text-align: center;
  font-weight: 500;
}

.number2 {
  border-top: 1px solid #fff;
  color: #fff;
  opacity: .5;
  padding: 12px 4px;
  text-align: center;
}

.coyright {
  width: 100%;
  padding: 0 3%;
  left: 0;
  margin: 0;
  position: absolute;
  font-size: 12px;
  letter-spacing: 1.4px;
  float: right;
  color: #fff;
  text-align: right;
  bottom: 20px;
  z-index: 1;
}

.box {
  background-color: #000;
  color: #ffffff;
  height: 100%;
  width: 100%;
  text-align: center;
  display: none;
  z-index: 2;
  position: absolute;
  padding: 0 6%;
  overflow: auto;
}

.close {
  cursor: pointer;
  position: absolute;
  top: 6%;
  right: 4%;
  width: 25px;
  z-index: 2;
}

.close img {
  width: 100%;
}

.thank-you {
  background-color: #000;
  color: #ffffff;
  height: 100%;
  width: 100%;
  text-align: center;
  display: none;
  z-index: 2;
  position: absolute;
  padding: 0 6%;
  overflow: auto;
}

.thank-you h5 {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  text-align: left;
  width: 70%;
  margin-top: 60px;
  display: inline-block;
  line-height: 1.05;
  text-align: center;
  letter-spacing: 1.5px;
  margin-bottom: 30px;
}

.thank-you p {
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.thank-you img {
  width: 155px;
  height: 158px;
  display: block;
  margin: auto;
}

.tku {
  position: relative;
  transition: all 5s ease-in-out;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 35%;
}


h4 {
  font-size: 105px;
  color: #fff;
  font-weight: 700;
  text-align: left;
  width: 70%;
  float: left;
  margin-top: 220px;
  display: inline-block;
  line-height: 1.05;
}

h4::after {
  content: "";
  width: 220px;
  height: 12px;
  background-color: #DE202D;
  display: block;
  margin-top: 22px;

}

.form-area {
  width: 65%;
  display: block;
  float: left;
  margin: 0 0 0 17%;
}

.col-3 {
  float: left;
  width: 47%;
  margin: 50px 5% 0 0;
  position: relative;
}


.col-3:nth-last-child(2n+1) {
  margin-right: 0;
}

.col-4 {
  float: left;
  width: 99%;
  margin: 50px 4% 0 0;
  position: relative;
}

input[type="text"],
input[type="tel"],
input[type="email"] {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
  letter-spacing: 1px;
  border-radius: 0;
}

textarea {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  letter-spacing: 1px;
  width: 100%;
  box-sizing: border-box;
  resize: none;
  border-radius: 0;
}

.gradian1:after {
  background: transparent linear-gradient(186deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
  width: 100%;
  height: 100%;
  background-size: cover;
  opacity: .67;
  left: 0;
  top: 0;
  position: absolute;
  content: "";
}


:focus {
  outline: none;
}

.inputAnimation {
  border: 0;
  padding: 15px 0;
  border-bottom: 1px solid #898989;
  background-color: transparent;
}

.formField.is-empty .inputAnimation~label {
  position: absolute;
  left: 0;
  width: 100%;
  top: 9px;
  color: #aaa;
  transition: 0.3s;
  z-index: -1;
  letter-spacing: 0.5px;
  text-align: left;
  font-size: 20px;
}

.formField.is-empty .inputAnimation:focus~label,
.formField .inputAnimation~label {
  position: absolute;
  top: -16px;
  left: 0;
  width: 100%;
  font-size: 12px;
  color: #898989;
  letter-spacing: 0.5px;
  text-align: left;
  transition: 0.3s;
  z-index: -1;
}

.form-area .butto {
  text-decoration: none;
  font-size: 14px;
  font-style: 500;
  color: #fff;
  position: inherit;
  padding: 20px 75px;
  display: inline-block;
  text-align: center;
  width: auto;
  height: auto;
  left: 0;
  border-radius: 0;
  background: #3F3F3F;
  line-height: 1;
  text-transform: uppercase;
  float: left;
  margin: 90px 0 208px 0;
  cursor: pointer;
  border: 0;
  letter-spacing: 1.4px;
  cursor: pointer;
}

.form-area .butto:hover {
  background: #DE202D;
}

/*!
  fullPage 3.1.2
 */


html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;

  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box;
}

.fp-slide {
  float: left;
}

.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}

.fp-section.fp-table,
.fp-slide.fp-table {
  display: flex;
  table-layout: fixed;
  width: 100%;
}

.fp-tableCell {
  display: block;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
  overflow: hidden;
  position: relative;
}

.fp-scroller {
  overflow: hidden;
}

.iScrollIndicator {
  border: 0 !important;
}

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  top: 50%;
  opacity: 1;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translate3d(0, -50%, 0);
}

#fp-nav.fp-right {
  right: 17px;
}

#fp-nav.fp-left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}

.fp-slidesNav.fp-bottom {
  bottom: 17px;
}

.fp-slidesNav.fp-top {
  top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active+.fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}

/*Only display content to screen readers*/
.fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.error {
  width: 100%;
  float: left;
  font-weight: 500;
  font-size: 12px;
  color: #ff0000;
  text-align: left;
  padding-top: 5px;
}

#fp-nav {
  display: none !important;
}

.overflow-auto {
  overflow-y: auto;
}

@media only screen and (max-width:1700px) {

  h2 {
    font-size: 88px;
  }

  p {
    font-size: 14px;
  }

  main {
    top: 58%;
  }


}


@media only screen and (max-width:1440px) {

  header {
    position: fixed;
    width: 100%;
    top: 40px;
    left: 0;
    padding: 0px 4%;
  }

  .logo {
    width: 92px;
    height: 80px;
    display: inline-block;
  }

  .menu {
    float: right;
    margin-top: 28px;
    opacity: .7;
    transition: 0.3s;
  }

  .menu ul {
    margin: 0;
    padding: 0;
  }

  .menu ul li {
    float: left;
  }

  .menu li a {
    margin: 0px 10px;
    font-size: 20px;
    color: #fff;
  }

  .menu:hover {
    opacity: 1;
  }

  .inner_banner {
    position: relative;
  }

  main {
    width: 100%;
    padding: 0 8%;
    left: 0;
    margin: 0;
    position: absolute;
    top: 52%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  h2 {
    font-size: 75px;
    color: #fff;
    font-weight: 700;
    text-align: left;
    width: 75%;
    float: left;
    margin-bottom: 22px;
    display: inline-block;
  }

  .text-area {
    width: 100%;
    float: left;
  }

  .line {
    width: 190px;
    height: 9px;
    float: left;
    margin-right: 20px;
    margin-top: 3px;
  }

  .line-2 {
    width: 190px;
    height: 9px;
    /* float: left; */
    margin-right: 20px;
    margin-top: 88px;
  }

  .textp {
    width: 31%;
    float: left;
  }

  p {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    text-align: left;
    margin-bottom: 15px;
    line-height: 1.4;
  }

  .count1 {
    width: 2%;
    float: right;
    font-size: 20px;
    font-weight: 300;
    position: absolute;
    right: 6%;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .number1 {
    color: #fff;
    padding: 12px 4px;
    text-align: center;
  }

  .number2 {
    border-top: 1px solid #fff;
    color: #fff;
    opacity: .5;
    padding: 12px 4px;
    text-align: center;
  }

  .coyright {
    width: 100%;
    padding: 0 2%;
    left: 0;
    margin: 0;
    position: absolute;
    font-size: 10px;
    float: right;
    color: #fff;
    text-align: right;
    bottom: 20px;
  }

  h4 {
    font-size: 85px;
    margin-top: 180px;
  }

  h4::after {
    width: 190px;
    height: 9px;
    margin-top: 22px;
  }

  .inputAnimation~label {
    font-size: 16px;
  }

  input[type="text"] {
    font-size: 16px;
  }

  .col-3 {
    margin: 45px 4% 0 0;
  }

  .form-area {
    margin: 0 0 0 18%;
    width: 72%;
  }

  textarea {
    font-size: 16px;
  }

  button {
    width: 48px;
    height: 48px;
    left: 13%;
  }

  #moveUp {
    margin-left: -71px;
  }

  .tku {
    width: 60%;
  }

  .close {
    width: 18px;
  }

  .scrollTop .top {
    width: 48px;
    height: 48px;
    left: 13%;
    padding: 15px;
  }

  .mt-1 {
    margin-top: 13%;
  }

}


@media only screen and (max-width: 1366px) {

  h2 {
    font-size: 65px;
  }

  main {
    top: 58%;
  }

}

@media only screen and (max-width:1280px) {
  h2 {
    font-size: 65px;
  }

  main {
    top: 52%;
  }

  .count1 {
    font-size: 18px;
  }

  h4 {
    font-size: 75px;
    margin-top: 170px;
  }

  .coyright {
    bottom: 10px;
  }

  h2 {
    width: 80%;
  }

  .textp {
    width: 40%;
  }

  .count1 {
    width: 3%;
  }

  .section img {
    height: 100vh;
    object-fit: cover;
  }


}

@media only screen and (max-width:1024px) {
  h2 {
    width: 95%;
  }

  .mt-1 {
    margin-top: 19%;
  }

}

@media only screen and (max-width:870px) {
  h2 {
    font-size: 50px;
  }

  .textp {
    width: 55%;
  }

  .coyright {
    bottom: 10px;
  }

  .form-area {
    margin: 0 0 0 8%;
    width: 95%;
  }


  h4 {
    font-size: 65px;
  }

  h4::after {
    width: 160px;
    height: 6px;
    margin-top: 14px;
  }

}

@media only screen and (max-width:650px) {
  main {
    padding: 0 30px;
    top: 125px;
    -ms-transform: none;
    transform: none;
  }

  h2 {
    font-size: 35px;
    width: 100%;
    margin-bottom: 50px;
  }

  h2 br {
    display: none;
  }

  .textp {
    width: calc(100% - 47px);
  }

  .line {
    width: 9px;
    height: 120px;
  }


  .line .redd {
    background-color: #DE202D;
    height: 100%;
    width: 100%;
  }

  p {
    font-size: 12px;
  }

  .logo {
    width: 75px;
    height: 65px;
  }

  header {
    top: 30px;
    padding: 0 30px;
  }

  button {
    width: 40px;
    height: 40px;
    bottom: 50px;
    left: 30px;
  }

  button .arrow {
    width: 12px;
    vertical-align: middle;
  }

  #moveUp {
    margin-left: 0px;
  }

  #moveDown {
    margin-left: 60px;
  }

  .coyright {
    text-align: center;
    font-size: 10px;
    bottom: 10px;
  }

  .number1 {
    width: 50%;
    float: left;
    padding: 2px 2px;
  }

  .number2 {
    width: 50%;
    float: left;
    padding: 2px 2px;
    border: 0;
    border-left: 1px solid #fff;
  }

  .count1 {
    width: 22%;
    bottom: 40px;
    top: unset;
  }

  .menu li a {
    font-size: 14px;
  }

  .d-none-m {
    display: none;
  }

  h4 {
    font-size: 35px;
    margin-top: 125px;
    width: 100%;
  }

  .col-3 {
    width: 100%;
    margin: 38px 0% 0 0;
  }

  .form-area {
    margin: 0 0 0 0%;
    width: 100%;
  }

  .box {
    overflow: auto;
    padding: 0 30px;
  }

  .form-area .butto {
    margin: 80px 0 60px 0;
    padding: 18px 70px;
  }

  h4::after {
    width: 169px;
    height: 8px;
    margin-top: 12px;
  }

  .thank-you img {
    width: 130px;
    height: 132px;
  }

  .thank-you h5 {
    font-size: 32px;
    width: 100%;
    line-height: 1.5;
  }

  .tku {
    width: 100%;
  }

  .thank-you p {
    font-size: 13px;
  }

  .close {
    top: 53px;
    right: 30px;
  }

  .formField.is-empty .inputAnimation~label,
  input[type="text"],
  input[type="tel"],
  input[type="email"],
  textarea {
    font-size: 16px;
    letter-spacing: 0.16px;
  }

  .formField.is-empty .inputAnimation:focus~label,
  .formField .inputAnimation~label {
    font-size: 14px;
  }

  .line-2 {
    width: 110px;
    margin-top: 51px;
  }

  .mb-7 {
    margin-top: 7px !important;
  }

  .scrollTop .top {
    left: 30px;
    bottom: 50px;
    width: 40px;
    height: 40px;
    padding: 10px;
    bottom: 40px;
  }

  .mt-1 {
    margin-top: 0%;
  }
}




.lefteff {
  position: relative;
  animation-name: lefte;
  animation-duration: .8s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-delay: 4s;

}

@keyframes lefte {
  0% {
    left: -100px;
  }

  100% {
    left: 0px;
  }
}

.righteff {
  position: relative;
  animation-name: righte;
  animation-duration: .8s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-delay: 4s;
}

@keyframes righte {
  0% {
    right: -100px;
  }

  100% {
    right: 0px;
  }
}

.imgeff {
  position: relative;
  animation-name: imgef;
  animation-duration: .8s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-delay: 5.5s;
}

@keyframes imgef {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.05);
  }
}

.lineff {
  position: relative;
  animation-name: linef;
  animation-duration: .8s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-delay: 4.5s;

}

@keyframes linef {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}



@media only screen and (max-width:650px) {
  .lineff {
    position: relative;
    animation-name: linef;
    animation-duration: .8s;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    animation-delay: 4.5s;
  }

  @keyframes linef {
    0% {
      width: 9px;
      height: 0;
    }

    100% {
      width: 9px;
      height: 100%;
    }
  }

}




/* loader animation */

/* PRELOADER CSS */
.page-loader {
  width: 100%;
  height: 100vh;
  position: absolute;
  background: #000;
  z-index: 1000;
}

.loader {
  position: absolute;
  content: "";
  top: 80%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 23%;
  min-height: 8px;
  opacity: 1;
}



.loader::before {
  position: absolute;
  content: "";
  top: 80%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 auto;
  animation-duration: .8s;
  animation-timing-function: ease-in-out;
  min-height: 8px;
  background-color: #000000;
  animation-delay: 2.5s;
  opacity: 1;
  animation-name: loadd;
  animation-fill-mode: both;
  z-index: 1;
}


.loader::after {
  position: absolute;
  content: "";
  top: 80%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 auto;
  animation-duration: .8s;
  animation-timing-function: ease-in-out;
  min-height: 8px;
  background-color: #DE202D;
  animation-delay: 1.5s;
  opacity: 1;
  animation-name: load;
  animation-fill-mode: both;
}

/* SPINNER ANIMATION */
.spinner {
  position: relative;
  top: 35%;
  width: 180px;
  height: 155px;
  margin: 0 auto;
  animation-name: sk-scaleout;
  animation-duration: .8s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-delay: 1s;

}

@-webkit-keyframes sk-scaleout {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


@keyframes load {
  0% {
    width: 0%;
    left: 0;
    opacity: 0;
  }

  100% {
    width: 100%;
    left: 50%;
    opacity: 1;
  }


}


@keyframes loadd {
  0% {
    width: 0%;
    left: 0;
    opacity: 1;
  }

  100% {
    width: 100%;
    left: 50%;
    opacity: 1;
  }


}


@media only screen and (max-width:650px) {
  .loader {
    width: 70%;
  }

  .spinner {
    width: 130px;
  }
}