@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

::placeholder {
  color: #000;
  opacity: 1;
}

/*form common style*/
.form_row {
  margin: 0 -6px;
  display: flex;
  flex-wrap: wrap;
}

.form_row .form_col {
  padding: 0 6px;
  width: 50%;
}

@media (max-width: 767px) {
  .form_row {
    flex-wrap: wrap;
    margin: 0;
  }
  .form_row .form_col {
    width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .wide_form .form_row .form_col {
    width: 33.3333%;
  }
}

/*end form common style*/
form input[type="text"],
form input[type="email"],
form input[type="tel"],
form textarea {
  border: 1px solid #fff;
  display: block;
  width: 100%;
  padding: 15px;
  resize: none;
  font-weight: 400;
}

form .input-holder {
  margin-bottom: 12px;
}

@media (min-width: 1200px) {
  .form_sec textarea {
    height: 140px;
  }
}

/*pop form*/
.pop_overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.9);
  top: 0;
  z-index: 99999;
  overflow: auto;
  transition: all ease 1s;
}

.pop_overlay input[type="text"],
.pop_overlay input[type="email"],
.pop_overlay input[type="tel"],
.pop_overlay textarea {
  border: 1px solid #ccc;
  display: block;
  width: 100%;
  padding: 15px;
  resize: none;
}

.pop_overlay .close_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.pop_overlay .page_form .input-holder {
  margin-bottom: 10px;
}

.pop_overlay .form_wrap {
  position: relative;
  max-width: 800px;
  background: #fff;
  margin: 0 auto;
  top: -100%;
  border-radius: 5px;
  transition: all ease 1s;
}

@media (max-width: 850px) {
  .pop_overlay .form_wrap {
    max-width: 600px;
  }
}

@media (max-width: 650px) {
  .pop_overlay .form_wrap {
    max-width: 400px;
  }
}

@media (max-width: 430px) {
  .pop_overlay .form_wrap {
    margin: 0 15px;
  }
}

.pop_overlay .form_wrap .form_title {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  text-align: left;
  padding: 15px 20px 14px 30px;
  line-height: 1;
  background: #1c3f95;
}

@media (max-width: 650px) {
  .pop_overlay .form_wrap .form_title {
    padding-left: 17px;
  }
}

@media (max-width: 360px) {
  .pop_overlay .form_wrap .form_title {
    font-size: 16px;
  }
}

.pop_overlay .form_wrap form {
  padding: 40px;
  display: block;
}

@media (max-width: 650px) {
  .pop_overlay .form_wrap form {
    padding: 20px;
  }
}

.pop_overlay .form_wrap .input-holder {
  position: relative;
}

.pop_overlay .form_wrap .input-holder .error {
  position: absolute;
  left: 0;
  background: #f00;
  padding: 3px 5px;
  font-size: 13px;
  border-radius: 2px;
  color: #fff;
  font-weight: 400;
  bottom: 57px;
  line-height: 1.2;
}

.pop_overlay .form_wrap .input-holder .error:after {
  position: absolute;
  border-top: 6px solid #f00;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  bottom: -4px;
  left: 3px;
  content: '';
}

.pop_overlay .form_wrap .close_cta {
  position: absolute;
  right: 16px;
  top: 14px;
  color: #000;
  cursor: pointer;
  width: 15px;
  height: 15px;
}

.pop_overlay .form_wrap .close_cta svg {
  fill: #ccc;
  width: 15px;
  height: 15px;
}

.pop_overlay .form_wrap .close_cta:hover svg {
  fill: #fff;
}

.appear_form {
  display: block;
}

.appear_form .form_wrap {
  top: 15%;
  transition: all ease 0.2s;
}

/*end pop form*/
/*submit_wrap and captcha*/
.submit_wrap {
  display: flex;
  align-items: center;
}

.submit_wrap .google-captcha.input-holder {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .submit_wrap {
    align-items: end;
    flex-direction: column;
  }
}

@media (max-width: 649px) {
  .pop_overlay .submit_wrap {
    text-align: right;
  }
  .pop_overlay .submit_wrap .google-captcha {
    display: inline-block;
  }
}

@media (max-width: 456px) {
  .footform .submit_wrap {
    text-align: right;
  }
  .footform .submit_wrap .google-captcha {
    display: inline-block;
  }
}

.submit_wrap {
  padding-top: 0px;
}

.submit_wrap input[type="submit"] {
  margin-left: auto;
}

.input-holder {
  position: relative;
}

.input-holder .error,
.input-holder .newerror {
  position: absolute;
  left: 0;
  background: #f00;
  padding: 3px 5px;
  font-size: 13px;
  border-radius: 2px;
  color: #fff;
  font-weight: 400;
  bottom: 50px;
  line-height: 1.2;
}

.input-holder .error:after,
.input-holder .newerror:after {
  position: absolute;
  border-top: 6px solid #f00;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  bottom: -4px;
  left: 3px;
  content: '';
}

.textarea_field .error,
.textarea_field .newerror, .google-captcha .error,
.google-captcha .newerror {
  bottom: auto !important;
  top: -24px;
}

/*submit_wrap and captcha*/
.grecaptcha-badge {
  display: none !important;
}

@media (max-width: 767px) {
  .form_sec p.right {
    text-align: left;
  }
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%,
  43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  40%,
  43%,
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%,
  43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  40%,
  43%,
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  0%,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {
  0%,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
  }
  0%,
  40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
  }
  50%,
  80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
  }
  0%,
  40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
  }
  50%,
  80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  0%,
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  0%,
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  0%,
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  0%,
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
  }
  60%,
  80% {
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
  }
  60%,
  80% {
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    transform-origin: top left;
  }
  0%,
  20%,
  60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    transform-origin: top left;
  }
  40%,
  80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    transform-origin: top left;
  }
  0%,
  20%,
  60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    transform-origin: top left;
  }
  40%,
  80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50%,
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50%,
  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* ================================
						Slick Slider
================================= */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  top: 43%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 3;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover, .slick-next:focus {
  outline: none;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.slick-dots li {
  position: relative;
  margin: 0;
  padding: 0;
  cursor: pointer;
  width: 20px;
  padding: 5px 0;
}

.slick-dots li button {
  border: 0;
  display: block;
  height: 3px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0;
  background: #cfcece;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li:hover button {
  background: #666;
}

.slick-dots li.slick-active button {
  background: #000;
}

.slide_out {
  position: relative;
}

.slick_nav {
  width: 14px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  cursor: pointer;
  z-index: 1;
}

.slick_nav svg {
  width: 14px;
  height: 24px;
  fill: #1c3f95;
}

.slick_nav svg:hover {
  fill: #8dc63f;
}

.slick_prev {
  left: auto;
  right: 0;
}

.slick-list, .slick-slide {
  outline: none !important;
}

/*easy responsive tab*/
.resp-tabs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.resp-tabs-list li {
  font-size: 2.5rem;
  padding: 20px 0;
  border-top: 1px solid #d4d4d4;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.resp-tabs-list li .list_ico {
  display: none;
}

.resp-tabs-list li:first-child {
  border-top: 0;
}

.resp-tabs-list li:hover {
  color: #1c3f95;
}

.resp-tabs-list li.resp-tab-active {
  color: #1c3f95;
  font-weight: 600;
  cursor: default;
}

.resp-tabs-list li.resp-tab-active .list_ico {
  margin-left: auto;
  display: block;
  width: 104px;
  height: 28px;
}

.resp-tabs-container .resp-accordion {
  display: none;
  font-size: 2rem;
  padding: 10px 40px 10px 15px;
  background: #1c3f95;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  align-items: center;
  position: relative;
  border-radius: 6px;
  margin-bottom: 20px;
}

.resp-tabs-container .resp-accordion .resp-arrow {
  position: absolute;
  right: 16px;
  top: 21px;
  height: 8px;
  width: 14px;
  transition: all ease 0.2s;
}

.resp-tabs-container .resp-accordion .resp-arrow svg {
  width: 14px;
  height: 8px;
  fill: #fff;
  display: block;
}

.resp-tabs-container .resp-accordion .list_ico {
  display: none;
}

.resp-tabs-container .resp-accordion.resp-tab-active {
  background: #8dc63f;
}

.resp-tabs-container .resp-accordion.resp-tab-active .resp-arrow {
  transform: rotate(180deg);
}

.resp-tabs-container .tab_item {
  display: none;
}

@media (max-width: 1199px) {
  .resp-tabs-list {
    display: none;
  }
  .resp-tabs-container .tab_item .tab_content {
    padding-bottom: 20px;
  }
  .resp-tabs-container .resp-accordion {
    display: flex;
  }
}

/*end easy responsive tab*/
.accordionjs {
  position: relative;
}

.accordionjs .acc_section {
  position: relative;
  overflow: hidden;
}

.accordionjs .acc_section.acc_active > .acc_content {
  display: block;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  font-size: 10px !important;
  overflow: auto !important;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

img {
  border: 0;
  max-width: 100%;
}

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

button:focus {
  outline: none;
}

body {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, p {
  margin: 0;
  padding: 0 0 15px;
}

input:focus, textarea:focus, select:focus, a:focus {
  outline: none;
}

.common_sec {
  overflow: hidden;
}

.btn {
  font-weight: 800;
  font-size: 2.5rem;
  border: 0;
  background: #fff;
  text-transform: uppercase;
  color: #1c3e95;
  padding: 14px 40px;
  transition: all ease 0.2s;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  line-height: 1;
}

.btn:hover {
  background: #1c3f95;
}

@media (max-width: 1600px) {
  .btn {
    font-size: 20px;
  }
}

@media (max-width: 1199px) {
  .btn {
    font-size: 20px;
    padding: 14px 18px 15px;
  }
}

@media (max-width: 1023px) {
  .btn {
    font-size: 17px;
  }
}

@media (max-width: 479px) {
  .btn {
    font-size: 16px;
  }
}

.hidden {
  display: none;
}

.flex_bx {
  display: flex;
  justify-content: space-between;
}

.flex_bx:before,
.flex_bx:after {
  content: none;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}



@media (min-width: 2000px) {
  .sec_title {
    font-size: 80px;
  }
}

@media (max-width: 1199px) {
  .sec_title {
    font-size: 35px;
  }
  .sec_title br {
    display: none;
  }
}



@media (max-width: 1199px) {
  .sub_title {
    font-size: 1.82rem;
  }
}

.container {
  max-width: 1460px;
  padding: 0 15px;
  margin: 0 auto;
}

@media (max-width: 1499px) {
  .container {
    max-width: 1200px !important;
  }
}

@media (max-width: 1199px) {
  .container {
    max-width: 1024px !important;
  }
}

@media (max-width: 1023px) {
  .container {
    max-width: 768px !important;
  }
}

@media (max-width: 767px) {
  .container {
    max-width: 480px !important;
  }
}

/*header*/


@media (max-width: 1199px) {
  body {
   
  }
}

@media (max-width: 767px) {
  body {
    
  }
}

.page_head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
 
  padding: 20px 0;
  transition: all ease 0.2s;
  z-index: 2;
  /*@include max(767){
        padding: 10px 0;
        .container{
            display: block;
        }
        .logo_wrap{
            margin: 0 auto;
            width: 100px;
            img{
                display:block;
            }
        }
        &.stick_head, &.thank_head{
            padding: 10px 0;
            .logo_wrap{
                margin: 0 auto;
                width: 100px;
            }
        }
        .head_right{
            padding-top: 10px;
            margin-top: 10px;
            border-top: 1px solid #efefef;
            .h_cta{
                padding-right: 24px;
                .btn{
                    padding: 11px 14px;
                    font-size: 15px;
                }
            }
            .h_call {
                padding-left: 30px;
                margin-left: auto;
                a{
                    font-size: 20px;
                }
                span{
                    font-size: 15px;
                }
                svg{
                    width: 20px;
                    height: 22px;
                }
            }
        }
    }*/
}

.page_head .logo_wrap {
  transition: all ease 0.2s;
   width: 265px; height: 140px;
}

.page_head .container {
  align-items: center;
}

.page_head .head_right {
  display: flex;
  align-items: center;
}

.page_head .head_right .h_cta {
  padding: 0 45px 0 0;
}

.page_head .head_right .h_cta .btn {
 padding: 18px 30px;
}

.page_head .head_right .h_cta .btn:hover {
color: #fff;
}


.page_head .head_right .h_call {
  position: relative;
  padding-left: 56px; padding-right: 50px;
}

.page_head .head_right .h_call span {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.page_head .head_right .h_call a {
  font-size: 2.9rem;
  font-weight: 700;
  cursor: default; color: #fff;
}

.page_head .head_right .h_call svg {
  position: absolute;
  left: 13px;
 top: 10px;
  width: 25px;
  height: 25px;
  fill: #fff;
}

/*indicator*/
.page_head .head_right .l_indicator {
  margin-top: 5px;
  color: #fff;
 /* border: 1px solid #8dc63f;*/
  font-size: 2.9rem;
  padding: 6px 15px 8px 25px;
  font-weight: 600;
  display: inline-block;
  line-height: 1;
  border-radius: 3px;
  margin-right: 5px;
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.page_head .head_right .l_indicator span {
  position: absolute;
  width: 16px;
  height: 100%;
  left: 0;
  top: 0;
  /*background: #8dc63f;*/
  display: flex;
  align-items: center;
  justify-content: center;
}

.page_head .head_right .l_indicator svg {
  width: 34px;
  height: 36px;
  fill: #fff;
  position: static;
}
/*end indicator*/

.page_head.stick_head, .page_head.thank_head {
  padding: 10px 0;
  box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.1); background: #1c3e95;
}



.page_head.stick_head .logo_wrap, .page_head.thank_head .logo_wrap {
  width: 175px; height: 100px;
}

@media (max-width: 1199px) {
  .page_head {
    padding: 10px 0;
  }
  .page_head .logo_wrap {
    width: 140px;
  }
  .page_head .head_right .h_cta {
    padding-right: 24px;
  }
  .page_head .head_right .h_call {
    padding-left: 40px;
  }
  .page_head .head_right .h_call a {
    font-size: 25px;
  }
  .page_head .head_right .h_call span {
    font-size: 17px;
  }
  .page_head .head_right .h_call svg {
    width: 28px;
    height: 30px;
    left: 0;
  }
}

@media (max-width: 767px) {
  .page_head .logo_wrap {
    width: 100px;
  }
  .page_head .logo_wrap img {
    display: block;
  }
  .page_head.stick_head .logo_wrap, .page_head.thank_head .logo_wrap {
    width: 100px;
  }
  .page_head .head_right .h_cta {
    display: none;
  }
  .page_head .head_right .h_call {
    padding-left: 30px;
    margin-left: auto;
  }
  .page_head .head_right .h_call a {
    font-size: 20px;
  }
  .page_head .head_right .h_call span {
    font-size: 15px;
  }
  .page_head .head_right .h_call svg {
    width: 20px;
    height: 22px;
  }
}

/*end header*/
/*banner*/
.banner_in {
  position: relative;
  z-index: 1;
  padding-top: 7%;
  padding-bottom: 3%;
}

@media (max-width: 1023px) {
  .banner_in {
    padding-bottom: 0;
  }
}



.banner_img {
  position: absolute;
  right:10%;
  bottom: 40px;
  max-width: 47%;  !important; 
}

#videobx { width: 100%; height: 100%; }

.elementor-video {
    background-size: cover;
    bottom: 0;
    height: auto;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}


.elementor-video {
    -o-object-fit: cover;
    object-fit: cover;
}

 .elementor video {
    max-width: 100%;
    width: 100%;
    margin: 0;
    line-height: 1;
    border: none;
}




@media (max-width: 1023px) {
  .banner_img {
    position: static;
    margin: 0 auto;
    max-width: 400px;
  }
}

.banner_sec {

  position: relative;
}

.banner_sec .bnr_L {
  width: 45%;
  align-items: center;
  display: flex;
}

.banner_sec .bnr_L .bnr_txt {
  width: 100%;
}



@media (min-width: 2000px) {
  .banner_sec .bnr_L .bnr_txt h1 {
    font-size: 90px;
  }
}

@media (max-width: 1199px) {
  .banner_sec .bnr_L .bnr_txt h1 {
    font-size: 35px;
  }
}

.banner_sec .bnr_L .bnr_txt p {
  font-size: 2.1rem;
  font-weight: 500;
}

.banner_sec .bnr_L .bnr_txt .btn {
  margin-top: 20px; padding: 20px 40px;
}

.banner_sec .bnr_L .bnr_txt .btn:hover { color: #fff; }

.banner_sec .bnr_R {
 
  display: flex;
  width: 48%;
  justify-content: flex-end;
}

.banner_sec .bnr_R img {
  display: block;
}

@media (max-width: 1199px) {
  .banner_sec .bnr_L .bnr_txt p {
    font-size: 2rem;
  }
  .banner_sec .bnr_L .bnr_txt .btn {
    margin-top: 10px;
  }
}

@media (max-width: 1024px) {
  .banner_sec .bnr_L {
    width: 55%;
  }
  .banner_sec .bnr_R {
    width: 43%;
    display: block;
  }
  .banner_sec .bnr_R img {
    height: auto;
  }
}

@media (max-width: 1023px) {
  .banner_sec .bnr_L {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .banner_sec {
    /*.bnr_L{
                width: 100%;
                text-align: center;
                padding-top: 50px;
            }*/
  }
  .banner_sec .container {
    display: block;
  }
  .banner_sec .bnr_R {
    width: 50%;
    justify-content: center;
    margin: 0 auto;
    /*img{
                    width: %;
                }*/
  }
}

/*end banner*/
/*expert sec*/
.expert_sec {
  padding: 0 0 8%;
}

.expert_sec .exp_logo {
  display: flex;
  justify-content: center;
  padding: 30px 0 3%;
  list-style: none;
  margin: 0;
}

.expert_sec .exp_logo li {
  padding: 0 25px;
}

.status_bx .status_title {
  margin-bottom: -40px;
  display: flex;
  justify-content: flex-end;
}

.status_bx .status_title span {
  position: relative;
  width: 40%;
  font-size: 35px;
  font-weight: 600;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  min-width: 300px;
}

.status_bx .status_title span:before {
  content: '';
  width: 100%;
  height: 3px;
  background: #000;
  position: absolute;
  top: 51%;
  left: 0;
}

.status_bx .status_title span strong {
  font-weight: 600;
  display: inline-block;
  padding: 0 10px;
  background: #fff;
  position: relative;
}

@media (max-width: 1499px) {
  .status_bx .status_title {
    margin-bottom: 20px;
    justify-content: center;
  }
  .status_bx .status_title span {
    font-size: 26px;
  }
}

.status_bx .status_ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.status_bx .status_ul li {
  padding: 15px 0;
  position: relative;
}

@media (min-width: 1024px) {
  .status_bx .status_ul li.animated:before {
    content: '';
    position: absolute;
    left: 23px;
    top: 50%;
    bottom: -50%;
    width: 1px;
    background: #c4c4c4;
  }
  .status_bx .status_ul li.animated:last-child:before {
    display: none;
  }
}

.status_bx .status_ul li .status_i {
  display: flex;
  justify-content: space-between;
  position: relative;
}

@media (max-width: 767px) {
  .status_bx .status_ul li .status_i {
    display: block;
  }
}

.status_bx .status_ul li .status_i:before,
.status_bx .status_ul li .status_i:after {
  display: none;
}

.status_bx .status_ul li .status_i .stat_order {
  width: 90px;
  display: flex;
  align-items: center;
}

.status_bx .status_ul li .status_i .stat_order span {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  background: #1c3f95;
  font-size: 2.4rem;
}

@media (max-width: 1023px) {
  .status_bx .status_ul li .status_i .stat_order {
    display: none;
  }
}

.status_bx .status_ul li .status_i .stat_L {
  width: calc(56% - 90px);
  display: flex;
  box-shadow: 0px 0px 48.51px 0.49px rgba(5, 65, 108, 0.13);
  position: relative;
}

.status_bx .status_ul li .status_i .stat_L .stat_pic {
  background: #dfeeff;
  padding: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 244px;
}

.status_bx .status_ul li .status_i .stat_L .stat_pic img {
  width: 160px;
  height: 130px;
}
.status_bx .status_ul li .status_i .stat_L .stat_pic svg {
  width: 130px;
  height: 84px;
}

.status_bx .status_ul li .status_i .stat_L .stat_txt {
  padding: 25px 35px;
  width: calc(100% - 244px);
}

.status_bx .status_ul li .status_i .stat_L .stat_txt:after {
  content: '';
  position: absolute;
  width: 4px;
  top: 20px;
  bottom: 20px;
  background: #8dc63f;
  right: -2px;
}

.status_bx .status_ul li .status_i .stat_L .stat_txt h3 {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1;
}

.status_bx .status_ul li .status_i .stat_L .stat_txt p {
  font-size: 19px;
  padding-bottom: 0;
  line-height: 1.4;
}

@media (max-width: 1199px) {
  .status_bx .status_ul li .status_i .stat_L {
    display: block;
    padding: 30px;
  }
  .status_bx .status_ul li .status_i .stat_L .stat_pic {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto 0;
  }
  .status_bx .status_ul li .status_i .stat_L .stat_txt {
    width: 100%;
    text-align: center;
    padding: 30px;
  }
  .status_bx .status_ul li .status_i .stat_L .stat_txt h3 {
    font-size: 3.2rem;
  }
}

@media (max-width: 767px) {
  .status_bx .status_ul li .status_i .stat_L {
    width: 100%;
  }
  .status_bx .status_ul li .status_i .stat_L .stat_txt:after {
    top: auto;
    bottom: -2px;
    height: 4px;
    width: auto;
    left: 30px;
    right: 30px;
  }
}

.status_bx .status_ul li .status_i .stat_R {
  align-items: center;
  display: flex;
  width: 36%;
}

.status_bx .status_ul li .status_i .stat_R .stat_count {
  padding-left: 60px;
}

.status_bx .status_ul li .status_i .stat_R .stat_count strong {
  color: #1c3f95;
  font-size: 6.5rem;
  font-weight: 700;
}

.status_bx .status_ul li .status_i .stat_R .stat_count span {
  font-size: 2.3rem;
  display: block;
}

@media (max-width: 1199px) {
  .status_bx .status_ul li .status_i .stat_R .stat_count strong {
    font-size: 4.5rem;
  }
}

@media (max-width: 1023px) {
  .status_bx .status_ul li .status_i .stat_R .stat_count {
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .status_bx .status_ul li .status_i .stat_R {
    width: 100%;
  }
  .status_bx .status_ul li .status_i .stat_R .stat_count {
    padding-top: 15px;
    padding-left: 0;
    width: 100%;
    text-align: center;
  }
}

.status_bx .status_ul li .status_i .left_ico_bx {
  position: relative;
  width: 8%;
  display: flex;
  align-items: center;
}

.status_bx .status_ul li .status_i .left_ico_bx.animated {
  display: flex;
}

.status_bx .status_ul li .status_i .left_ico_bx:before {
  content: '';
  position: absolute;
  left: 15px;
  right: 40px;
  border: 1px dashed #777;
  top: 50%;
  transform: transition(0 50% 0 0);
  z-index: -1;
}

.status_bx .status_ul li .status_i .left_ico_bx .left_ico {
  border: 6px solid #f3f3f5;
  width: 26px;
  height: 52px;
  border-radius: 26px 0 0 26px;
  border-right: 0;
  margin-left: auto;
}

.status_bx .status_ul li .status_i .left_ico_bx .left_ico svg {
  width: 40px;
  height: 40px;
  box-shadow: 3px 0px 7px 0px rgba(0, 0, 0, 0.13);
  border-radius: 50%;
  display: block;
}

@media (max-width: 1023px) {
  .status_bx .status_ul li .status_i .left_ico_bx {
    width: 14%;
  }
}

@media (max-width: 767px) {
  .status_bx .status_ul li .status_i .left_ico_bx {
    width: 100%;
  }
  .status_bx .status_ul li .status_i .left_ico_bx:before {
    display: none;
  }
  .status_bx .status_ul li .status_i .left_ico_bx .left_ico {
    transform: rotate(90deg);
    margin: 0 auto;
  }
}

/*end expert sec*/
/*service sec*/
.service_sec {
  padding: 4% 0;
}

.service_sec .container {
  max-width: 1460px;
}

.service_sec .service_vtab {
  display: flex !important;
}

.service_sec .service_vtab .ser_L {
  width: 40%;
}



.service_sec .service_vtab .ser_L .ser_L_txt p { margin-bottom:0; margin-top: 10px; }

.service_sec .service_vtab .ser_L .ser_ad {
  text-align: center;
}

.service_sec .service_vtab .ser_L .ser_ad h3 {
  font-size: 5.5rem;
  font-weight: 600;
  padding-top: 15px;
  line-height: 1.2;
}

.service_sec .service_vtab .ser_L .ser_ad .ad_call {
  padding-bottom: 20px;
}

.service_sec .service_vtab .ser_L .ser_ad .ad_call a {
  font-size: 3.5rem;
  font-weight: 500;
  cursor: default;
}

.service_sec .service_vtab .ser_L .ser_ad .ad_call svg {
  top: 12px;
  width: 23px;
  height: 25px;
  width: 23px;
  margin-right: 5px;
}

@media (max-width: 1199px) {
  .service_sec .service_vtab .ser_L {
    text-align: center;
  }
  .service_sec .service_vtab .ser_L .ser_L_txt {
    font-size: 1.6rem;
  }
  .service_sec .service_vtab .ser_L .ser_ad h3 {
    font-size: 3rem;
  }
  .service_sec .service_vtab .ser_L .ser_ad .ad_call a {
    font-size: 2.8rem;
  }
  .service_sec .service_vtab .ser_L .ser_ad .ad_call svg {
    height: 19px;
  }
}

.service_sec .service_vtab .ser_R {
  width: 55%;
}

.service_sec .service_vtab .ser_R .tab_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.service_sec .service_vtab .ser_R .tab_list li {
  margin-bottom: 25px;
  padding: 43px 40px 43px 0;
  display: flex;
  align-items: center;
  
  border-radius: 5px; flex-flow: row wrap;
}

@media (min-width: 1200px) {
  .service_sec .service_vtab .ser_R .tab_list li {
    padding: 20px 0 0 0; 
  }
  .service_sec .service_vtab .ser_R .tab_list li:last-child {
    margin-bottom: 0;
  }
}

.service_sec .service_vtab .ser_R .tab_list li .ser_ico {
  width: 160px;
}

.service_sec .service_vtab .ser_R .tab_list li .ser_ico svg {
  display: block;
  width: 70px;
  height: 70px;
  margin: 0 auto;
}

.service_sec .service_vtab .ser_R .tab_list li .ser_txt {
  width: calc(100% - 160px);
}

.service_sec .service_vtab .ser_R .tab_list li .ser_txt h3 {
  font-size: 2.8rem;
  font-weight: 700;
}

.service_sec .service_vtab .ser_R .tab_list li .ser_txt p {
  font-size: 2.5rem;
  padding: 0;
  line-height: 1.5;
}

@media (min-width: 1200px) {
  .service_sec .service_vtab .ser_R .tab_list li .ser_txt p {
    font-size: 2.2rem;
  }
}

.service_sec .service_vtab .ser_R .tab_list li:nth-child(2) {
  background: #f4fff6;
}

.service_sec .service_vtab .ser_R .tab_list li:nth-child(3) {
  background: #fff0e0;
}

.service_sec .service_vtab .ser_R .tab_list li:nth-child(4) {
  background: #fbf2ff;
}

@media (max-width: 1499px) {
  .service_sec .service_vtab .ser_R .tab_list li .ser_txt h3 {
    font-size: 2.5rem;
  }
  .service_sec .service_vtab .ser_R .tab_list li .ser_txt p {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .service_sec .service_vtab .ser_R .tab_list li {
    flex-direction: column;
    padding: 0px;
  }
  .service_sec .service_vtab .ser_R .tab_list li .ser_ico {
    padding-bottom: 15px;
  }
  .service_sec .service_vtab .ser_R .tab_list li .ser_txt {
    text-align: center;
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .service_sec .service_vtab {
    display: block !important;
  }
  .service_sec .service_vtab .ser_L {
    width: 100%;
  }
  .service_sec .service_vtab .ser_R {
    padding-top: 40px;
    width: 100%!important;
  }
}

/*end service sec*/
/*study sec*/
.slick_navs {
  max-width: 500px;
  margin: -20px auto 0;
}

.slick_navs a {
  position: relative;
  cursor: pointer;
  z-index: 1;
}

.slick_navs a svg {
  width: 104px;
  height: 28px;
}

.slick_navs a:hover svg {
  fill: #8dc63f;
}

.slick_navs a.slick-disabled {
  visibility: hidden;
}

@media (max-width: 1199px) {
  .slick_navs a svg {
    width: 59px;
    height: 16px;
  }
}

.study_sec .sec_title {
  padding-bottom: 25px;
}

.study_sec .mrt-sml {
  padding-top: 10px;
  display: block;
}

.study_sec .study_slider {
  padding: 20px 0;
}

.study_sec .study_slider .study_i .study_L {
  width: 55%;
  padding-right: 3%;
}

.study_sec .study_slider .study_i .study_R {
  width: 45%;
  min-width: 514px;
}

.study_sec .study_slider .study_i .study_R .study_txt {
   font-size: 16px;
  line-height: 23px;
  padding: 15px 0 15px;
}

.study_sec .study_slider .study_i .study_score {
  margin: 0 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.study_sec .study_slider .study_i .study_score li {
  padding: 15px;
  font-size: 18px;
  background: #f4fff6;
  margin-right: 5px;
  margin-bottom: 5px;
  width: calc(57% - 5px);
}

.study_sec .study_slider .study_i .study_score li span {
  display: block;
}

.study_sec .study_slider .study_i .study_score li strong {
  font-weight: 600;
}

.study_sec .study_slider .study_i .study_score li .score {
  font-size: 40px;
  font-weight: 600;
}

.study_sec .study_slider .study_i .study_score li:nth-child(2) {
  background: #fff8f1;
}

.study_sec .study_slider .study_i .study_score li:nth-child(3) {
  background: #fdf9ff;
}

.study_sec .study_slider .study_i .study_score li:nth-child(4) {
  background: #fafcff;
}

.study_sec .study_slider .study_i .study_score li:nth-child(2n+1) {
  width: calc(43% - 5px);
}

@media (max-width: 1199px) {
  .study_sec .study_slider {
    padding-top: 20px;
  }
  .study_sec .study_slider .study_i {
    display: block;
  }
  .study_sec .study_slider .study_i .study_L {
    width: 100%;
    padding: 0 0 20px;
  }
  .study_sec .study_slider .study_i .study_R {
    min-width: 1px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .study_sec .study_slider .study_i .study_score li {
    margin-right: 0;
    padding: 10px 20px;
    width: 100%;
  }
  .study_sec .study_slider .study_i .study_score li:nth-child(2n+1) {
    width: 100%;
  }
}

/*end study sec*/
/*ticker sec*/
.ticker_sec {
  overflow: hidden;
  padding: 6% 0;
}

.ticker_sec .slideContainer .slick-track {
  display: flex;
}

.ticker_sec .slideContainer .slideItem {
  text-align: center;
}

.ticker_sec .ticker_mini_out {
  display: none !important;
}

.ticker_sec .ticker_mini_out .slideItem img {
  display: block;
}

@media (max-width: 1199px) {
  .ticker_sec .ticker_large {
    display: none;
  }
  .ticker_sec .ticker_mini_out {
    display: block !important;
  }
}

/*end ticker sec*/
/*fqa sec*/
.faq_sec {
  background: url(../img/faq-bg.jpg) no-repeat center fixed;
  padding: 3% 0;
  position: relative;
}

@media (max-width: 1199px) {
  .faq_sec:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
  }
}

@media (max-width: 767px) {
  .faq_sec .sec_title {
    text-align: center;
  }
}

.faq_L {
  max-width: 950px;
  position: relative;
}



.faq_tab {
  padding-top: 40px;
}

.faq_tab .faq_item .acc_head {
  display: block;
  padding: 20px 65px 20px 40px;
  font-size: 2.5rem;
  font-weight: 700;
  color: #1f1f1f;
  background: #e6f2ff;
  cursor: pointer;
  margin-bottom: 20px;
  border-radius: 6px;
}

.faq_tab .faq_item .acc_head:hover {
  color: #1c3f95;
}

.faq_tab .faq_item .acc_head svg {
  position: absolute;
  right: 30px;
  top: 40px;
  width: 23px;
  height: 11px;
  fill: #000;
  transition: all ease 0.2s;
}

.faq_tab .faq_item .faq_txt {
  font-size: 17px;
  padding: 5px 40px 10px;
}

.faq_tab .faq_item.acc_active .acc_head {
  background: #d4f6f4;
}

.faq_tab .faq_item.acc_active .acc_head svg {
  transform: rotate(180deg);
}

@media (max-width: 1199px) {
  .faq_tab {
    padding-top: 20px;
  }
  .faq_tab .faq_item .acc_head {
    padding: 15px 50px 15px 15px;
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .faq_tab .faq_item .acc_head svg {
    right: 20px;
    top: 24px;
    width: 14px;
    height: 8px;
  }
  .faq_tab .faq_item .faq_txt {
    padding: 10px 15px 10px;
  }
}

/*end faq sec*/
.partners_sec {
  padding: 5% 0 4%;
}

.partners_list {
  padding: 20px 30px;
  text-align: center;
}

.partners_list .partner_i {
  display: inline-block;
  padding: 30px;
  vertical-align: middle;
}
  .partners_list .partner_i {
    padding: 20px 35px;  min-width: 250px;
  }

@media (max-width: 1899px) {
  .partners_list {
    padding: 0;
  }
  .partners_list br {
    display: none;
  }

}

/*partners_sec*/
/*form_review*/
.form_review {
  position: relative;
 background: url(../img/testi-bg.jpg) no-repeat right top #445d9f;
}

.form_review:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: #294fad;
}

.form_review .container {
  display: flex;
}

.form_review .sec_title {
  font-size: 3.13vw;
}

@media (min-width: 2000px) {
  .form_review .sec_title {
    font-size: 60px;
  }
}

.form_review .form_sec {
  padding: 8% 60px 8% 0;
  width: 60%;
  background: #294fad;
  color: #fff;
  position: relative;
}

.form_review .form_sec p {
  font-size: 20px;
}

.form_review .form_sec p strong {
  font-weight: 600;
  display: block;
}

.form_review .form_sec .seo_form {
  padding-top: 20px;
}

.form_review .review_sec {
  padding: 8% 0 8% 60px;
  width: 40%;
  
}

.form_review .review_sec .sec_title {
  color: #fff;
}

.form_review .review_sec .slick_navs a svg {
  fill: #fff;
}

.form_review .review_sec .slick_navs a:hover svg {
  fill: #8dc63f;
}

.form_review .review_sec .review_slider {
  padding-bottom: 50px;
}

.form_review .review_sec .review_slider .slick-dots li button {
  background: #4b67aa;
}

.form_review .review_sec .review_slider .slick-dots li:hover button {
  background: #666;
}

.form_review .review_sec .review_slider .slick-dots li.slick-active button {
  background: #fff;
}

.form_review .review_sec .review_slide {
  padding-top: 70px;
}




@media (max-width: 1199px) {
  .form_review .review_sec .review_slide {
    padding-top: 40px;
  }
  .blue_bg .study_slider .study_i .study_score{
      width: 1245px !important;
}
}

@media (min-width: 768px) and (max-width: 1199px) {
  .form_review .review_sec .review_slide {
    padding: 40px 10px 0;
  }
}

.form_review .review_sec .review_i {
  background: #fff;
  border-radius: 5px;
  padding: 40px 40px 25px;
}

.form_review .review_sec .review_i .review_head {
  display: flex;
}

.form_review .review_sec .review_i .review_head .reveiw_source {
  margin-left: auto;
}

.form_review .review_sec .review_i .review_head .review_meta {
  margin-top: -78px;
}

.form_review .review_sec .review_i .review_head .review_meta .autor_n span {
  width: 76px;
  height: 76px;
  background: #4ebab1;
  font-weight: 600;
  font-size: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50%;
  margin-bottom: 10px;
}

.form_review .review_sec .review_i .review_head .review_meta .autor_n strong {
  font-weight: 600;
  font-size: 20px;
}

.form_review .review_sec .review_i .review_txt {
  font-size: 20px;
  padding-top: 5px;
}

@media (max-width: 767px) {
  .form_review .review_sec .review_i .review_txt {
    font-size: 18px;
  }
}

@media (max-width: 1199px) {
  .form_review .sec_title {
    font-size: 33px;
  }
  .form_review:before {
    display: none;
  }
  .form_review .container {
    display: block;
  }
  .form_review .form_sec {
    width: 100%;
    padding-right: 0;
    position: relative;
  }
  .form_review .form_sec:before {
    content: '';
    position: absolute;
    left: -50%;
    right: -50%;
    top: 0;
    bottom: 0;
    background: #294fad;
  }
  .form_review .form_sec .form_head {
    text-align: center;
  }
  .form_review .form_sec .seo_form,
  .form_review .form_sec .form_head {
    position: relative;
  }
  .form_review .form_sec p {
    font-size: 17px;
  }
  .form_review .review_sec {
    width: 100%;
    padding-left: 0;
  }
  .form_review .review_sec .sec_title {
    text-align: center;
  }
  .form_review .review_sec .review_i {
    padding-left: 30px;
    padding-right: 30px;
  }
  .form_review .review_sec .review_i .review_head .review_meta {
    margin-top: -65px;
  }
  .form_review .review_sec .review_i .review_head .review_meta .autor_n span {
    font-size: 20px;
    width: 50px;
    height: 50px;
  }
  .form_review .review_sec .review_i .review_head .reveiw_source {
    max-width: 80px;
  }
}

.tw_info {
  color: #fff;
}

@media (min-width: 1200px) {
  .tw_info {
    max-width: 320px;
  }
}

.tw_info .foot_logo {
  padding-bottom: 15px;
}

.tw_info .info_adrs {
  padding-top: 20px;
  display: flex;
  font-size: 20px;
}

.tw_info .info_adrs svg {
  margin-top: 10px;
  fill: #fff;
  width: 18px;
  height: 26px;
  margin-right: 15px;
}

.tw_info .info_call {
  padding-top: 20px;
  display: flex;
  align-items: center;
}

.tw_info .info_call svg {
  margin-top: 10px;
  width: 23px;
  height: 25px;
  fill: #fff;
  margin-right: 10px;
}

.tw_info .info_call a {
  color: #fff;
  font-weight: 500;
  font-size: 35px;
  cursor: default;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .tw_info .tw_info_in {
    display: flex;
    align-items: baseline;
  }
  .tw_info .tw_info_in .info_adrs {
    padding-right: 40px;
  }
}

@media (max-width: 1199px) {
  .tw_info .tw_info_in .info_call svg {
    margin-top: 6px;
  }
  .tw_info .tw_info_in .info_call a {
    font-size: 25px;
  }
}

/*end form_review*/
/*footer*/
.page_footer {
  text-align: center;
  font-style: 15px;
  font-weight: 300;
  padding: 40px 0;
}

.page_footer a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .page_footer {
    padding: 20px 0;
  }
}

#back-to-top {
  align-items: center;
  background-color: #294fad;
  bottom: 0;
  border: 0;
  color: #000;
  display: inline-flex;
  font-size: 0;
  flex-direction: column;
  justify-content: center;
  height: 42px;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 15px;
  text-align: center;
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  width: 38px;
  z-index: 99;
  cursor: pointer;
}

#back-to-top.visible {
  opacity: 1;
  transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
}

#back-to-top:before {
  content: '';
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  height: 15px;
  left: 30%;
  position: absolute;
  top: 70%;
  transform: rotate(45deg) translate(-50%, -50%);
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -moz-transform: rotate(45deg) translate(-50%, -50%);
  -ms-transform: rotate(45deg) translate(-50%, -50%);
  -o-transform: rotate(45deg) translate(-50%, -50%);
  width: 15px;
}

#back-to-top:hover {
  background-color: #8dc63f;
  text-decoration: none;
}

@media (max-width: 1199px) {
  #back-to-top {
    display: none;
  }
}

/*end footer*/
/*tab and mobile section padding*/
@media (max-width: 1199px) {
  .form_review .review_sec,
  .form_review .form_sec,
  .faq_sec,
  .ticker_sec,
  .expert_sec {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .expert_sec {
    padding-bottom: 35px;
  }
  .ticker_sec {
    padding: 20px 0 0;
  }
  .faq_sec {
    padding: 40px 0 20px;
    background: #fff;
  }
}

/*LP-1*/
/* banner testimonials*/
.banner_sec.testi_banner {
  padding: 60px 0 70px;
  overflow: hidden;
}

.banner_sec.testi_banner .bnr_L {
  width: 72%;
}

.banner_sec.testi_banner .bnr_L .testi_wrap .testi_i {
  position: relative;
  padding: 40px 40px 70px 50px;
  border: 2px solid #000;
  border-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 50px;
}

.banner_sec.testi_banner .bnr_L .testi_wrap .testi_i .quote_ico {
  width: 18%;
  max-width: 145px;
  padding-right: 20px;
}

.banner_sec.testi_banner .bnr_L .testi_wrap .testi_i .testi_txt {
  width: 82%;
}

.banner_sec.testi_banner .bnr_L .testi_wrap .testi_i .testi_txt p {
  font-weight: 400;
  color: #fff;
}

.banner_sec.testi_banner .bnr_L .testi_wrap .testi_i .testi_meta {
  display: flex;
  margin: 0 auto;
}

.banner_sec.testi_banner .bnr_L .testi_wrap .testi_i .testi_meta .author_bx {
  padding-right: 30px;
      color: #fff;
}

.banner_sec.testi_banner .bnr_L .testi_wrap .testi_i .testi_meta .author_bx strong {
  font-weight: 600;
  font-size: 30px;
}

.banner_sec.testi_banner .bnr_L .testi_wrap .testi_i .testi_meta .author_bx span {
  display: block;
  font-size: 19px;
  font-weight: 500;
}

.banner_sec.testi_banner .bnr_L .testi_wrap .testi_i .testi_foot {
  align-items: center;
  display: flex;
  position: absolute;
  bottom: -48px;
  left: 0;
  width: 100%;
  justify-content: space-between;
}

.banner_sec.testi_banner .bnr_L .testi_wrap .testi_i .testi_foot:before,
.banner_sec.testi_banner .bnr_L .testi_wrap .testi_i .testi_foot:after {
  content: '';
  height: 2px;
  background: #fff;
  width: 19%;
}

.banner_sec.testi_banner .bnr_R {
  width: 36%;
  padding: 0;
  position: relative;
  display: block;
}

.banner_sec.testi_banner .bnr_R img {
  position: absolute;
  right: -100px;
  bottom: -75px;
  max-width: 110%;
}

@media (max-width: 1499px) {
  .banner_sec.testi_banner .bnr_L .bnr_txt .testi_wrap .testi_i {
    margin: 20px 0 60px;
  }
  .banner_sec.testi_banner .bnr_L .bnr_txt .testi_wrap .testi_i .testi_txt p {
    font-size: 20px;
  }
  .banner_sec.testi_banner .bnr_L .bnr_txt .testi_wrap .testi_i .testi_meta .author_bx strong {
    font-size: 21px;
  }
  .banner_sec.testi_banner .bnr_L .bnr_txt .testi_wrap .testi_i .testi_meta .author_bx span {
    font-size: 18px;
  }
  .banner_sec.testi_banner .bnr_L .bnr_txt .testi_wrap .testi_i .testi_meta .g_logo {
    width: 180px;
  }
  .banner_sec.testi_banner .bnr_L .bnr_txt .testi_wrap .testi_i .testi_foot {
    bottom: -44px;
  }
}

@media (max-width: 1199px) {
  .banner_sec.testi_banner .bnr_L .bnr_txt .testi_wrap .testi_i {
    padding: 30px 30px 55px 30px;
  }
  .banner_sec.testi_banner .bnr_L .bnr_txt .testi_wrap .testi_i .quote_ico {
    max-width: 100px;
  }
}

@media (max-width: 1024px) {
  .banner_sec.testi_banner {
    padding-bottom: 0;
  }
  .banner_sec.testi_banner .container {
    display: block;
  }
  .banner_sec.testi_banner .bnr_L {
    width: 100%;
  }
  .banner_sec.testi_banner .bnr_L .bnr_txt {
    text-align: center;
  }
  .banner_sec.testi_banner .bnr_L .bnr_txt .testi_wrap .testi_i .testi_txt {
    text-align: left;
  }
  .banner_sec.testi_banner .bnr_R {
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .banner_sec.testi_banner .bnr_R img {
    position: static;
    margin: 30px -50px 0 0;
    width: 250px;
    height: auto;
  }
}

@media (max-width: 767px) {
  .banner_sec.testi_banner {
    padding: 0;
  }
  .banner_sec.testi_banner .bnr_L .bnr_txt .testi_wrap .testi_i {
    margin: 40px 0 30px;
    padding: 30px 30px 15px;
    border-bottom: 2px solid #000;
  }
  .banner_sec.testi_banner .bnr_L .bnr_txt .testi_wrap .testi_i .quote_ico {
    position: absolute;
    padding: 0;
    width: 50px;
    height: 42px;
    left: 30px;
    margin-top: -54px;
  }
  .banner_sec.testi_banner .bnr_L .bnr_txt .testi_wrap .testi_i .testi_txt {
    width: 100%;
  }
  .banner_sec.testi_banner .bnr_L .bnr_txt .testi_wrap .testi_i .testi_foot {
    position: static;
    display: block;
    text-align: left;
  }
  .banner_sec.testi_banner .bnr_L .bnr_txt .testi_wrap .testi_i .testi_meta {
    align-items: center;
  }
  .banner_sec.testi_banner .bnr_L .bnr_txt .testi_wrap .testi_i .testi_meta .g_logo {
    width: 110px;
  }
  .banner_sec.testi_banner .bnr_L .bnr_txt .testi_wrap .testi_i .testi_meta .author_bx strong {
    font-size: 17px;
  }
  .banner_sec.testi_banner .bnr_L .bnr_txt .testi_wrap .testi_i .testi_meta .author_bx span {
    font-size: 16px;
  }
  .banner_sec.testi_banner .bnr_L .bnr_txt .testi_wrap .testi_i .testi_meta .author_bx img {
    width: 120px;
  }
}

/*banner testimonials*/
/*thank you*/
body.than_body {
  padding-top: 100px !important;
}




.thank_you {
  padding: 12% 0 6%;
}

@media (min-width: 1200px) {
  .thank_you {
    border-bottom: 1px solid #ccc;
  }
}

.thank_you .thank_txt {
  text-align: center;
}

.thank_you .thank_txt .txt_lg {
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
}

.thank_you .thank_txt .txt_sm {
  font-size: 20px;
  padding: 5px 0 15px;
}

.thank_you .thank_txt .back_btn {
  padding: 10px 20px;
  background: #1c3f95;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
}

.thank_txt .btn { background: #8dc63f !important; color: #fff !important; }
.thank_txt .btn:hover { background: #1c3e95 !important; color: #fff !important; }


.thank_you .thank_txt .back_btn:hover {

  color: #fff;
  text-decoration: none;
}

@media (max-width: 1199px) {
  .thank_you {
    padding: 15% 0 6%;
  }
  .thank_you .thank_txt .txt_lg {
    font-size: 35px;
  }
  .thank_you .thank_txt .txt_sm {
    font-size: 16px;
  }
  .thank_you .thank_txt .back_btn {
    padding: 7px 20px;
  }
}

@media (max-width: 768px) {
  .thank_you {
    padding: 24% 0 11%;
  }
}

@media (max-width: 374px) {
  .thank_you {
    padding: 40% 0 12%;
  }
}

/*end thank you*/




/*@media (min-width: 1200px) and (max-width: 1400px) {
  .container{
    transform: scale(.9);
  }
  .banner_sec .container{
    margin-top: -50px;
    margin-bottom: -50px;
  }
  page_head .container{
    margin-top: -30px;
    margin-bottom: -30px;
  }
  
  .study_sec,
  .ticker_sec,
  .expert_sec,
  .faq_sec {
    padding: 0;
  }
  .service_sec {
    padding-top: 0%;
    padding-bottom: 0;
  }
  .partners_sec {
    padding: 4% 0 3% !important;
  }
  .study_sec,
  .expert_sec {
    margin-top: -50px;
  }
  .form_review .form_sec,
  .form_review .review_sec{
    margin-top: -60px;
    margin-bottom: -60px;
  }
}*/

@media (max-width: 767px) {
  .banner_in {
   padding-top: 5%;
  }
}

@media (max-width: 767px) {
  .page_head .head_right .h_call span{
    font-size:13px;
  }
  .page_head .head_right .h_call a{
    font-size: 17px;
  }
  .page_head .head_right .h_call .l_indicator{
    font-size: 1.5rem;
    display: block;
  }
}



@media (max-height: 991px) and (min-width: 1200px) and (max-width: 1600px) {

    .banner_sec.testi_banner .bnr_L {
      width: 71%;
  }
    .banner_sec .bnr_L .bnr_txt p {
      font-size: 2.4rem!important;
    }

    .page_head {
      padding: 10px 0px;
    }
/*   .banner_img {
    right: 0px!important;
        max-width: 30%!important;
        bottom: 55px;
     }*/

  .banner_sec.testi_banner {
      padding: 50px 0 50px; 
    }
    .study_L img {
    object-fit: contain;
    height: 100%;
    width: 100%;
    left: 0px;
    background: #e5ecfb;
    }

}

.bnr_form_sec {
  padding: 25px 35px;
  background: #1c3e95;
  position: relative;
  margin-top: -153px;
}

.bnr_form_sec .bnr_form {
  display: flex;
  margin: 0 -7px;
}

.bnr_form_sec .bnr_form .bnr_form_L {
  width: 70%;
  padding: 0 7px;
}

.bnr_form_sec .bnr_form .bnr_form_R {
  width: 30%;
  padding: 0 7px;
}

.bnr_form_sec .bnr_form .bnr_form_R textarea {
  min-height: 35px;
  height: calc(100% - 18px);
}

.submit_wrap input[type="submit"] {
background: #8dc63f; color: #fff;
}



.bnr_form_sec .sec_title {
  color: #fff;
  font-size: 55px;
}

.bnr_form_sec p {
  font-size: 18px;
  color: #fff;
}


@media (max-width: 1400px) {
.bnr_form_sec .sec_title {
  color: #fff;
  font-size: 50px;
}
.service_tab .faq_item.first-li.acc_active .tab-serv-ico.icc { height: 150px; }

}

@media (max-width: 1199px) {
  .bnr_form_sec .sec_title {
    font-size: 33px;
    text-align: center;
  }
  .bnr_form_sec p {
    font-size: 16px;
    text-align: left;
  }
}

@media (max-width: 1199px) {
  .bnr_form_sec {
    margin-top: -40px;
  }
}

@media (max-width: 1023px) {
  .bnr_form_sec {
    padding: 30px;
  }
  .bnr_form_sec .bnr_form {
    display: block;
  }
  .bnr_form_sec .bnr_form .bnr_form_L,
  .bnr_form_sec .bnr_form .bnr_form_R {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .bnr_form_sec p.rigt {
    text-align: left;
    width: 100%;
    margin-right: 0;
  }
  .banner_sec .bnr_L .bnr_txt h1 {
    font-size: 22px;
  }
}

@media (max-width: 991px) { 
.banner_img {
    right: 0px;
    left: initial;
    opacity: 1;
    margin: 0px auto;
}
.banner_sec .bnr_L .bnr_txt {
   text-align: center!important;
}
.banner_sec.testi_banner .bnr_L .bnr_txt .testi_wrap .testi_i .testi_txt p {
    font-size: 15px;
}

.banner_sec .bnr_L .bnr_txt .btn {
  margin-top: 10px;
}

}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.clearfix::before {
  content: "";
  clear: both;
  display: table;
}

.banner_sec .bnr_L .bnr_txt h1 {
    color: #fff;
    font-weight: 700;
    line-height: 1;
}

.main-banner-bg .banner_sec .bnr_L .bnr_txt h1 {
    color: #1c3f94 !important;
}
.banner_in .btn {
    background: #8ec63f;
    color: #fff;
}
@media (min-width: 1920px) and (max-width: 2560px){
.banner_sec .bnr_L .bnr_txt h1 {
    font-size: 70px;
  }
}

.main-banner-bg { padding-top: 105px; position: relative; height: 90vh; background-size: cover;}
body .main-banner-bg { background: url('https://www.techwyse.com/wp-content/uploads/2025/04/banner-bgnew1-min.jpg') no-repeat;}
.speak-experts {  width: 100%; }

/*exp-bg */
.exp-bg {background: url(../img/experts.jpg) no-repeat center top; height: 356px; width: 100%; margin: 0 0 80px;}
.expert-txt { float: right;   width: 60%; margin: 40px 0 0; padding: 20px 0 0 50px;}
.expert-txt h2 { font-size: 55px; color: #fff;  font-weight: 500; padding: 0px;}
.expert-txt svg { width: 25px; height: 25px; fill:#fff; margin-right: 15px;}
.expert-txt h4 { font-size: 35px; color: #fff; font-weight: 500;}
.expert-txt .btn { background: #8ec63f ; color:#fff; padding: 17px 40px;}
.expert-txt .btn:hover { background: #fff; color: #17308c; }
.submit_wrap input[type="submit"]:hover {background: #fff; color: #17308c;}
/*exp-bg */

/*FontSize*/
.sec_title { font-size: 3.3vw;font-weight: 700;line-height: 1.1;}
.service_sec .service_vtab .ser_L .ser_L_txt {font-size: 22px;line-height: 32px; }
.sub_title {font-size: 22px; line-height: 32px;}
/*FontSize*/

/*service_tab*/
/*
.service_tab .faq_item.common.penalty  { background: #fbf2ff;}
.service_tab .faq_item.common.blog  { background: #f4fff6;}
.service_tab .faq_item.common  {background: #f4f9ff; }
.service_tab .faq_item.backlink  {background: #f4fff6; }
.service_tab .faq_item.first-li  {background: #f3f9eb; }
.service_tab .faq_item.seo-audit.website  { background: #fbf2ff;}
.service_tab .faq_item.seo-audit  { background: #fff0e1;}*/

.service_tab .faq_item:nth-child(even) {background: #e8ebf4;}
.service_tab .faq_item:nth-child(odd){background: #f3f9eb; }


.service_tab .faq_item { margin-bottom: 20px;  }
.service_tab .acc_content { width: 100%; }

.service_tab {padding-top: 0px; width: 100%;}
.service_tab .faq_item .acc_head svg.icon { position: absolute; right: 30px;top: 50px; width: 30px; height: 15px;fill: #000;transition: all ease 0.2s; }
.service_tab .faq_item.acc_active .acc_head svg.icon {transform: rotate(180deg);}

.service_tab .faq_item .acc_head { display: block;padding: 10px 65px 45px 40px; font-size: 2.5rem; font-weight: 700;cursor: pointer;border-radius: 6px; transition: all ease .1s; }
.service_tab .faq_item.acc_active .acc_head  {padding: 10px 65px 0 40px; transition: all ease .1s;}
.service_tab .faq_item .acc_head h3 { padding: 25px 0 10px 150px;  font-size: 25px; color: #000;}
.service_tab .faq_item .faq_txt { font-size: 22px; line-height:32px;padding: 0 75px 0 190px;}
.service_tab .faq_item.acc_active .faq_txt { padding-bottom: 30px; }

.service_tab .faq_item .tab-serv-ico {position: absolute; width: 88px; height: 50px; left: 30px; top: 15px; transition: all ease 0.2s;}
.service_tab .faq_item.acc_active .tab-serv-ico {position: absolute; width: 130px; height: 50px; left: 35px; top: 77px; transition: all ease 0.2s;}

.service_tab .faq_item .tab-serv-ico.seoaudit { width: 102px; height: 50px; left: 30px; top: 15px; }
.service_tab .faq_item.acc_active .tab-serv-ico.seoaudit { width: 130px; top: 90px; }

.service_tab .faq_item.backlink .tab-serv-ico { width: 120px; }
.service_tab .faq_item.backlink.acc_active .tab-serv-ico { width: 140px; }

.service_tab .faq_item.direct-mange .tab-serv-ico { width: 67px; }
.service_tab .faq_item.direct-mange.acc_active .tab-serv-ico { width: 115px; }

.service_tab .faq_item .tab-serv-ico.webaudi { width: 65px; }
.service_tab .faq_item.acc_active .tab-serv-ico.webaudi { width: 92px; }

.service_tab .faq_item .tab-serv-ico.blog { width: 70px; }
.service_tab .faq_item.acc_active .tab-serv-ico.blog { width: 90px; }

.service_tab .faq_item .tab-serv-ico.cco { width: 64px; }
.service_tab .faq_item.acc_active .tab-serv-ico.cco { width: 90px; }

.service_tab .faq_item .tab-serv-ico.remove { width: 80px; }
.service_tab .faq_item.acc_active .tab-serv-ico.remove { width: 90px; }

/*service_tab*/


.submit_wrap input[type="submit"]:hover { background: #17308c; color: #fff ; }


/* .banner_img img { display: none; }*/


    @media all and (-ms-high-contrast:none)
     {
      .banner_img img { display: block !important; }
      video { display: none !important; }

     }


.banner_sec { height: 100%; }

@media only screen and (max-width: 3000px) and (min-width: 2500px)  {

.main-banner-bg { background-size: cover; }
.banner_img { bottom: 40px; }
.banner_img { max-width: 38%; }

}


@media only screen and (max-width: 2500px) and (min-width: 2000px)  {

.main-banner-bg { background-size: cover; }
.banner_img { bottom: 40px; }
}




@media (max-width: 1680px) {
  .banner_img  { bottom: 40px; }
}


@media (max-width: 1600px) {

.banner_img  { max-width: 40%; bottom: 70px; right: 10%;}
.bnr_form_sec .sec_title { font-size: 50px; }

/*FontSize*/
.service_tab .faq_item .faq_txt { font-size: 18px; line-height:27px;}
.sec_title { font-size: 3vw;font-weight: 700;line-height: 1;}
.service_sec .service_vtab .ser_L .ser_L_txt {font-size: 18px;line-height: 27px; }
.sub_title {font-size: 18px; line-height: 27px;}
.service_tab .faq_item .acc_head h3 {  font-size: 25px;}
.status_bx .status_ul li .status_i .stat_L .stat_txt p { font-size: 18px; }
.status_bx .status_ul li .status_i .stat_L .stat_txt h3 { font-size: 3.1rem; }
.status_bx .status_ul li .status_i .stat_R .stat_count strong {font-size: 4.5rem;}
.status_bx .status_ul li .status_i .stat_R .stat_count span {font-size: 2rem;}
.status_bx .status_ul li .status_i .stat_L .stat_txt h3 { padding-bottom: 10px; }
.faq_tab .faq_item .acc_head { font-size: 2rem; }
/*FontSize*/

.status_bx .status_ul li .status_i .stat_L .stat_txt { padding: 20px 25px; }
.faq_tab .faq_item .acc_head { margin-bottom: 10px; }
.form_review .form_sec { padding: 4% 60px 4%  0; }
.form_review .review_sec{ padding: 4% 0 4% 60px; }
.faq_tab { padding-top: 20px; }
.status_bx .status_ul li { padding: 10px 0; }


/*service_tab*/

.service_tab .faq_item .tab-serv-ico { width: 80px; }
.service_tab .faq_item.acc_active .tab-serv-ico { width: 100px; }
.service_tab .faq_item .acc_head { padding: 10px 65px 40px 40px; }

.service_tab .faq_item.acc_active .tab-serv-ico.cco { top: 50px; }
.service_tab .faq_item.acc_active .tab-serv-ico.blog { top: 40px; }
.service_tab .faq_item.acc_active .tab-serv-ico.webaudi { top: 45px; }

/*service_tab*/
.partners_list .partner_i { padding: 20px 20px; min-width: 185px;}
}

@media (max-width: 1440px) {

.banner_img  { max-width: 47%; bottom: 50px; right: 5%;}
.sub_title { font-size: 20px; line-height: 38px;}
.main-banner-bg { height: 84vh; }
.bnr_form_sec .sec_title { font-size: 45px; }
.bnr_form_sec { padding: 20px 25px;}
.banner_sec .bnr_L .bnr_txt .btn { margin-top: 20px; padding: 20px 30px; font-size: 18px; }
.bnr_form_sec { margin-top: -135px; }
.page_head .logo_wrap { width: 220px;}


.service_tab .faq_item { margin-bottom: 15px; }
.service_tab .faq_item .acc_head {padding: 10px 65px 35px 40px;}
.service_tab .faq_item .acc_head svg.icon { width: 25px; top: 42px; }

.exp-bg { background-size: contain; margin-bottom: 40px; height: 300px;}
.expert-txt h2 { font-size: 45px; padding: 0; }
.expert-txt {padding: 0px 0 0 50px;}
.form_review .review_sec .review_i .review_txt { font-size: 18px; }
.sub_title { font-size: 18px; line-height: 27px; }

.status_bx .status_ul li {  padding: 5px 0;}
.status_bx .status_ul li .status_i .stat_L .stat_txt p { font-size: 16px; }
.status_bx .status_ul li .status_i .stat_L .stat_txt h3 { font-size: 2.5rem; }


/*service_tab*/
.service_tab .faq_item .acc_head h3 { font-size: 20px;  padding: 25px 0 10px 120px;}
.service_tab .faq_item .faq_txt { padding-left: 160px; }
.service_tab .faq_item .tab-serv-ico { width: 75px; }
.service_tab .faq_item.backlink .tab-serv-ico { width: 100px; }
.service_tab .faq_item.backlink.acc_active .tab-serv-ico { width: 120px; }
.service_tab .faq_item .tab-serv-ico.seoaudit {  width: 90px;}
.service_tab .faq_item.acc_active .tab-serv-ico.seoaudit { width: 120px; }
.service_tab .faq_item.direct-mange.acc_active .tab-serv-ico { width: 90px; }
.service_tab .faq_item .tab-serv-ico.webaudi { width: 55px; }
.service_tab .faq_item.acc_active .tab-serv-ico.webaudi { width: 80px; top: 77px; }
.service_tab .faq_item .tab-serv-ico.blog { width: 60px; }
.service_tab .faq_item.acc_active .tab-serv-ico.blog { width: 80px; top: 60px; }
.service_tab .faq_item .tab-serv-ico.cco { width: 55px; }
.service_tab .faq_item.acc_active .tab-serv-ico.cco { width: 80px; }



/*service_tab*/
.partners_list .partner_i { padding: 20px 10px; min-width: 185px;}

}


@media (max-width: 1400px) {


.main-banner-bg { height: 800px; }
.banner_img { bottom: 40px; right: 3%; max-width: 54%;}
.banner_in  { padding-top: 14%; }

}

@media (max-width: 1366px) {

.page_head.stick_head, .page_head.thank_head { padding: 5px 0; }
.page_head.stick_head .logo_wrap, .page_head.thank_head .logo_wrap { width: 120px;height: 65px;}
.page_head .logo_wrap { width: 180px; height: 100px; }
.page_head .head_right .h_cta .btn { padding: 10px 25px;}
.banner_sec .bnr_L .bnr_txt .btn { margin-top: 5px; }
.main-banner-bg { height: 540px; }
.banner_img { bottom: 40px; right: 11%; max-width: 40%;}
.banner_in { padding-top: 4%; }
.partners_list .partner_i { padding: 10px; min-width: 158px;}
.bnr_form_sec p { font-size: 18px; }

.service_tab .faq_item { margin-bottom: 10px; }
.page_head .head_right .h_call svg { top: 5px; }
/*font-size*/
.page_head .head_right .h_call a { font-size: 2.4rem; }
.page_head .head_right .l_indicator { font-size: 2.4rem; }
.form_review .sec_title { font-size: 2.3vw; }
.form_review .review_sec .review_i .review_txt { font-size: 14px;  }
.bnr_form_sec .sec_title { font-size: 35px; }
.bnr_form_sec p { font-size: 14px; padding-bottom: 7px;}
.btn { font-size: 14px;}
.status_bx .status_ul li .status_i .stat_L .stat_txt p { font-size: 14px; line-height: 20px; }
.faq_tab .faq_item .faq_txt {  font-size: 14px;  padding: 5px 40px 0px; }
.banner_sec .bnr_L .bnr_txt .btn { font-size: 14px; padding: 15px 25px; }
.faq_tab .faq_item .acc_head { font-size: 1.6rem }
.sub_title { font-size: 15px;line-height: 20px;}
.service_sec .service_vtab .ser_L .ser_L_txt, .service_tab .faq_item .faq_txt {font-size: 15px;line-height: 20px;}
.service_tab .faq_item .acc_head h3 { font-size: 18px; }
.resp-tabs-list li { font-size: 2.2rem; }
.sec_title { font-size: 2.8vw;}
.study_sec .study_slider .study_i .study_R .study_txt { font-size: 14px; line-height: 20px; }
.expert-txt h2 { font-size: 40px; }
.study_sec .study_slider .study_i .study_score li { font-size: 15px; padding: 10px; }
.study_sec .study_slider .study_i .study_score li .score { font-size:30px ; }
.status_bx .status_ul li .status_i .stat_L .stat_txt h3 { font-size: 2.2rem;}


/*font-size*/
.study_sec .study_slider { padding: 7px 0; }
.study_sec .sec_title { padding-bottom: 15px; }
.study_sec .study_slider .study_i .study_R .study_txt { padding: 10px 0; }
.expert-txt h4 { font-size: 30px; }
.bnr_form_sec { margin-top: -105px;}
form input[type="text"], form input[type="email"], form input[type="tel"], form textarea { padding: 9px 15px; }
.status_bx .status_ul li .status_i .stat_L .stat_txt { padding: 15px 18px;}
.service_sec .service_vtab .ser_L .ser_L_txt p {margin-bottom: 0; margin-top: 0;}
.form_review .form_sec { padding: 6% 60px 6%  0; }
.form_review .review_sec{ padding: 6% 0 6% 60px; }
.status_bx .status_ul li .status_i .stat_R .stat_count strong {font-size: 3rem;}
.status_bx .status_ul li .status_i .stat_R .stat_count span { font-size: 1.7rem;}



/*service_tab*/


.service_tab .faq_item .acc_head h3 { font-size: 20px;  padding: 25px 0 10px 100px;}
.service_tab .faq_item .faq_txt { padding-left: 160px; }
.service_tab .faq_item .tab-serv-ico { width: 55px; }
.service_tab .faq_item.acc_active .tab-serv-ico { width: 75px; }
.service_tab .faq_item .faq_txt { padding-left: 140px; }
.service_tab .faq_item.backlink .tab-serv-ico { width: 85px; }
.service_tab .faq_item.backlink.acc_active .tab-serv-ico { width: 97px; top: 60px;}
.service_tab .faq_item .tab-serv-ico.seoaudit {  width: 72px;}
.service_tab .faq_item.acc_active .tab-serv-ico.seoaudit { width: 90px;top: 60px; }
.service_tab .faq_item.direct-mange.acc_active .tab-serv-ico { width: 65px; top: 60px;}
.service_tab .faq_item .tab-serv-ico.webaudi { width: 43px; }
.service_tab .faq_item.acc_active .tab-serv-ico.webaudi { width: 60px; top: 65px; }
.service_tab .faq_item .tab-serv-ico.blog { width: 47px; }
.service_tab .faq_item.acc_active .tab-serv-ico.blog { width: 60px; top: 45px; }
.service_tab .faq_item .tab-serv-ico.cco { width: 42px; }
.service_tab .faq_item.acc_active .tab-serv-ico.cco { width: 60px; }
.service_tab .faq_item.direct-mange .tab-serv-ico { width: 45px; }
.service_tab .faq_item .tab-serv-ico.remove { width: 55px; }
.service_tab .faq_item.acc_active .tab-serv-ico.remove { width: 80px; }



/*service_tab*/


.service_tab .faq_item .acc_head {padding: 5px 65px 20px 40px; }
.expert-txt { margin-top: 57px; }



  

}





  





}




@media (max-width: 1199px) { 




.banner_sec .bnr_L .bnr_txt h1 { font-size: 50px; }
.main-banner-bg { height: 600px; }
.banner_img  { max-width: 55%; bottom: 40px; right: 4%;}
.banner_sec .bnr_L .bnr_txt .btn { padding: 20px; font-size: 18px; }
.bnr_form_sec { padding:30px }
.bnr_form_sec p{ font-size: 16px; }
.page_head .head_right .h_call svg { top: 5px; left: 0; }
.page_head .head_right .h_call { padding-right: 30px; }
.service_sec .service_vtab .ser_L .ser_L_txt p, .service_tab .faq_item .faq_txt p{ margin-bottom: 0px; margin-top: 0; }

.service_sec .service_vtab .ser_L .ser_L_txt, .service_tab .faq_item .faq_txt {font-size: 18px; line-height: 32px;}
.form_review .review_sec .review_i .review_txt { font-size: 18px; }
.faq_tab .faq_item .faq_txt { font-size: 18px; }
.status_bx .status_ul li .status_i .stat_L .stat_txt p { font-size: 18px; line-height: 1.7; }
.study_sec .study_slider .study_i .study_R .study_txt {font-size: 18px; line-height: 27px;}
.sub_title { font-size: 18px; line-height: 27px;}


.expert-txt h2 { font-size: 40px; }
.expert-txt h4 { font-size: 30px; }
.exp-bg { margin: 0px; }


.service_tab .faq_item .acc_head { padding: 10px 65px 30px 40px; }
.service_tab .faq_item .acc_head h3 { font-size: 22px; padding-left: 100px;}
.service_sec .service_vtab .ser_R .tab_list li { padding: 0px; }
.service_tab .faq_item .faq_txt { padding-left: 140px; }


.service_tab .faq_item .tab-serv-ico { width: 65px;left: 35px;}
.service_tab .faq_item.acc_active .tab-serv-ico { width: 75px; top: 45px; left: 35px;}
.service_tab .faq_item.backlink .tab-serv-ico { top: 22px; }
.service_tab .faq_item.acc_active.backlink .tab-serv-ico { top: 22px; }
.service_tab .faq_item .seoaudit.tab-serv-ico { top: 24px; }
.service_tab .faq_item.acc_active .seoaudit.tab-serv-ico { top: 24px; }
.service_tab .faq_item .web.tab-serv-ico { top: 23px; }
.service_tab .faq_item.acc_active .web.tab-serv-ico { top: 23px; }


.faq_tab .faq_item .faq_txt { padding: 0 20px; }
.service_tab .faq_item .acc_head svg.icon {right: 20px;top: 48px;width: 27px; height: 29px;}
.faq_L { width: 95%; margin: 0 auto; }
.form_review .form_sec { padding: 50px 0; }
.expert-txt {margin-top: 35px;}

/*font-size*/

.form_review .sec_title {  font-size: 3.3vw;}

/*font-size*/
.form_review .review_sec .review_i  { min-height: 400px; }
.form_review .review_sec {
    padding: 6% 0 6% 0;
}

/*.service_tab .faq_item{ background: #fff0e1 !important; }*/

}


@media (max-width: 768px) {

.banner_in { padding-top: 7%; }
.banner_sec .bnr_L .bnr_txt .btn { padding: 15px 20px;font-size: 16px;}
.page_head .head_right .h_call svg { top: 2px; }
.banner_sec .bnr_L .bnr_txt h1 { font-size: 42px; }
.banner_img {max-width: 60%; bottom: 0;}
.main-banner-bg { height: 90vh;}
.banner_sec .bnr_L .bnr_txt { margin-bottom: 20px; }
.banner_sec .bnr_L .bnr_txt br{ display: none; }
.bnr_form_sec { margin-top: -230px; }
.page_head .head_right .h_cta .btn { padding: 10px 20px;}
.page_head .head_right .h_call a {font-size: 23px;}
.page_head .head_right .l_indicator { font-size: 23px; }
.page_head .logo_wrap { height: 100px; }
.form_row .form_col { width: 100%; }
.bnr_form_sec .bnr_form .bnr_form_R { margin-bottom: 15px; }
.form_review .review_sec .review_i { min-height: 475px; }

.status_bx .status_ul li { padding: 10px 0; }
.expert-txt h2 { font-size: 30px; }
.expert-txt h4 { font-size: 25px; }
.expert-txt .btn { padding: 13px 35px; font-size: 16px !important;}
.expert-txt { float: right;width: 60%;padding: 23px 0 10px 28px;  height: 100%; margin: 0;}
.exp-bg { height: 190px; background-size: cover;  margin: 0 0 50px;}
.expert-txt svg { padding-top: 4px; margin-right: 8px; }
.service_tab .faq_item .acc_head svg.icon { top: 45px; }


 .status_bx .status_ul li .status_i .stat_L { padding: 20px;}


/*common*/
.service_tab .faq_item.common.acc_active .tab-serv-ico.icc { height: 100px; }
.service_tab .faq_item.common .tab-serv-ico.icc { height: 100px; }
/*common*/

/*Directory Management*/
.service_tab .faq_item.common .tab-serv-ico.icc.dm { height: 140px; }
.service_tab .faq_item.common.acc_active .tab-serv-ico.icc.dm { height: 140px; }
/*Directory Management*/

/*Penality remove*/
.service_tab .faq_item.common.acc_active .tab-serv-ico.icc.remove { height: 170px; }
.service_tab .faq_item.common.acc_active .tab-serv-ico.icc.remove { height: 170px; }
/*Penality remove*/

.form_review .sec_title, .sec_title { font-size: 4vw;}

 }

 @media (max-width: 767px) {

section.form_review.bottom-from .form_head.bottom .sec_title{
      font-size: 30px!important;
}


.page_head .logo_wrap { width: 130px; height: 90px; }
.main-banner-bg { height: 500px; }
.bnr_form_sec { margin-top: -20px;}
.banner_img { max-width: 70%; }
.banner_sec .bnr_L .bnr_txt h1 { font-size: 35px; }
.page_head .head_right .h_call a {font-size: 19px;}
.page_head .head_right .l_indicator { font-size: 19px; }
.page_head .head_right { display: block; }
.page_head .head_right .h_call { padding-right: 0; }
.banner_sec .bnr_L .bnr_txt .btn { padding: 15px 20px; font-size: 16px;}
.page_head.stick_head .logo_wrap, .page_head.thank_head .logo_wrap { height: 70px; }
.banner_sec .bnr_L .bnr_txt .btn { font-size: 15px; }

.faq_tab .faq_item .acc_head {font-size: 1.7rem;}
.form_review .sec_title, .sec_title { font-size: 7vw; }
.bnr_form_sec .sec_title { font-size: 30px; }
.expert-txt h2 { font-size: 22px; }
.expert-txt h4 { font-size: 20px; }
.exp-bg { margin: 0 0 50px;  height: 175px;}
.expert-txt { float: right;width: 100%;padding: 30px; background: rgba(36, 69, 174, 1); height: 100%; margin: 0; position: relative;}


.expert-txt:after { position: absolute;width: 95%;height: 89%;content: "";left: 0;top: 0;border: solid 2px #fff;margin: 10px;}
.service_sec { padding: 8% 0 4% 0; }


.form_review .review_sec .review_i { min-height: auto; }
.form_review .review_sec { padding: 12% 0; }
.service_sec .service_vtab .ser_L .ser_L_txt, .service_tab .faq_item .faq_txt {font-size: 16px; line-height: 30px;}
.form_review .review_sec .review_i .review_txt { font-size: 16px; }
.faq_tab .faq_item .faq_txt { font-size: 16px; }
.status_bx .status_ul li .status_i .stat_L .stat_txt p { font-size: 16px; line-height: 1.5; }
.study_sec .study_slider .study_i .study_R .study_txt {font-size: 16px; line-height: 25px;}
.sub_title { font-size: 16px; line-height: 25px;}
.exp-bg { background-size: cover; }


.service_tab .faq_item .acc_head svg.icon { height: 8px; top: 42px;}
.service_tab .faq_item.common.acc_active .tab-serv-ico.icc { display: none; }
.service_tab .faq_item .acc_active .acc_head { padding-bottom: 0px; margin-bottom: 0;float: left !important;width: 100% !important;}
.accordionjs .acc_section.acc_active > .acc_content { display: block; width: 100% !important;float: left;}
.service_tab .faq_item.common .acc_head svg.icon { top: 35px;}
.service_tab .faq_item .acc_head h3 {  font-size: 16px; padding-left: 70px;}

.service_tab .faq_item .faq_txt { padding: 20px 15px }
.service_tab .faq_item .acc_head {padding: 10px 65px 19px 40px;}
.service_tab .faq_item.acc_active .tab-serv-ico { top: 15px; width: 65px; }
.service_tab .faq_item.backlink.acc_active .tab-serv-ico { top: 15px; width: 85px; }

.service_tab .faq_item.backlink.acc_active .tab-serv-ico { width: 85px; top: 15px}
.service_tab .faq_item.backlink .tab-serv-ico { width: 85px; top: 15px}
.service_tab .faq_item.acc_active .tab-serv-ico.seoaudit { width: 72px; top: 15px; left: 30px}

.service_tab .faq_item .tab-serv-ico { left:20px }
.service_tab .faq_item.acc_active .tab-serv-ico { left:20px }
.service_tab .faq_item .seoaudit.tab-serv-ico { left:20px; top: 12px;}
.service_tab .faq_item.acc_active .seoaudit.tab-serv-ico { left:20px; top: 12px; }
.service_tab .faq_item.direct-mange .tab-serv-ico { top: 15px; width: 45px;}
.service_tab .faq_item.acc_active.direct-mange .tab-serv-ico { top: 15px; width: 45px;}
.service_tab .faq_item .tab-serv-ico.webaudi { width: 43px; top: 10px;}
.service_tab .faq_item.acc_active .tab-serv-ico.webaudi { width: 43px; top: 10px;}
.service_tab .faq_item .tab-serv-ico.blog { width: 47px; top: 25px;}
.service_tab .faq_item.acc_active .tab-serv-ico.blog { width: 47px; top: 25px;}
.service_tab .faq_item .tab-serv-ico.cco { width: 42px; top:30px;}
.service_tab .faq_item.acc_active .tab-serv-ico.cco { width: 42px; top:30px;}
.service_tab .faq_item .tab-serv-ico.remove { width: 55px; top: 15px;}
.service_tab .faq_item.acc_active .tab-serv-ico.remove { width: 55px; top: 15px;}



}
.testi_banner .banner_in {
    position: relative;
    z-index: 1;
}
.testi_banner  .banner_sec .bnr_L {
    width: 40%;
}

@media (max-width: 425px) { 

.expert-txt:after {  position: absolute; width: 95%;height: 89%; content: ""; left: 0;top: 0;border: solid 2px #fff;margin: 10px;}
}


@media (max-width: 375px) { 

.expert-txt:after {  position: absolute;width: 94%;height: 89%;content: "";left: 0;top: 0;border: solid 2px #fff;margin: 10px;}
.banner_img { max-width: 80%; }

}
@media (max-width: 320px) { 



.expert-txt h2 { font-size: 20px; }
.expert-txt .btn {padding: 13px 25px; font-size: 14px !important;}
.page_head .head_right .h_call a { font-size: 15px;}
.banner_sec .bnr_L .bnr_txt .btn { font-size: 13px;}

}
@media (min-width: 1200px) and (max-width: 1600px){
.banner_sec.testi_banner {
    min-height: 500px;
}
}
@media (max-height: 991px) and (min-width: 1200px) and (max-width: 1600px){
.banner_sec .bnr_L .bnr_txt h1 {
    font-size: 3.8vw;
}
}
.banner_img img {
    display: none;
}
body.seo-v7 .banner_img img {
    display: block;
}
@media(max-width: 1199px){
.form_review .form_sec {
    padding: 6% 0px 6% 0;
}
}


img#wpstats {
    display: none!important;
}



a#close-exitform {
    position: absolute;
    right: 20px;
    top: 10px;
    color: #fff;
}

div#exit-popup {
    text-align: left;
}
div#exit-popup h3 {
    font-size: 30px!important;
    font-weight: 700!important;
    color: #fff!important;
}

#exit-popup #half-width-form {
    width: 50%;
    float: right;
    margin-right: 40px;
}

div#exit-popup{
  position: fixed!important;
  top: 10%;
}


#exit-popup form .input-holder{
  border-bottom: 1px solid #fff;
}
#exit-popup input{
    background: none;
    border: none;
    padding: 0px 15px;
    color: #fff;
}

#exit-popup form .input-holder {
    margin-bottom: 5px;
}

#exit-popup {
      font-size: 16px!important;
      background-repeat: no-repeat!important;
      background-size: cover!important;
}
#exit-popup nav.elementor-button-wrapper.hRight.m-l-auto {
    width: 100%;
    margin-top: 20px;
    background: #8ec63f;
    border-radius: 5px;

}

#exit-popup button#submit_contactform_9{
width: 100%;
color: #fff;
    background: #8ec63f;

}
#exit-popup button#submit_contactform_9:hover{
  background: #fff;
  color: #1c3f95;

}

#exit-popup label{
font-size: 16px;
}


.service_wrap .section_title_wrap {
      padding-bottom: 50px;
}

section.blue-form {
    padding-bottom: 30px;
    padding-top: 30px;
}

section.blue-form .section_title {
    font-size: 46px;
    font-weight: 500;
}
section.blue-form .speak_text span{
    font-weight: 400;
}
.blue_bg .study_slider .study_i .study_score li{
      border: 1px solid #33333326;
}
section.study_sec.common_sec .blue_bg {
    padding-top: 70px;
    padding-bottom: 40px;
}
section.ticker_sec.common_sec {
    padding: 3% 25%;
}

section.ticker_sec.common_sec .section_title {
    font-size: 46px;
}

section.faq_sec.common_sec .section_title{
      font-size: 50px;
    font-weight: 600;
    line-height: normal;
}

section.partners_sec.common_sec {
    padding: 3% 0 3%;
}
.blue-form .blue-contents .speak_button a.btn.popup_cta_2{
      padding: 16px 35px 16px 35px !important;

}

.tech_diff_wrapper.space_common .tech-diff_bx h3{
      line-height: normal;
}

body section.main-banner-bg{
      background-position-x: 60%;
}

section.form_review.common_sec.testimonials-new .form_review .review_sec .review_i{
 min-height: 260px;
}
section.form_review.common_sec.testimonials-new ul.slick-dots{

}


.seo_wrap .seo-content {
    border-right: 1px solid #0000000d;
    padding-right: 100px;
}

.form_review .review_sec .review_slider {
    padding-bottom: 50px;
}

section.seo_wrap.space_common .dFlex{
  align-items: center;
}

#exit-popup button#submit_contactform_9 {
    width: 100%;
    color: #fff;
    background: #ee8600;
}

@media (min-width:1366px){
#exit-popup button#submit_contactform_9{
font-size: 16px;
}
div#exit-popup{
  width: 70%;
}
section.blue-form .speak_button {
    margin-left: 50px;
}
section.blue-form{
      background-position: right!important;
}
}

@media (min-width:1600px){
section.form_review.common_sec.testimonials-new .review_sec .review_i {

    min-height: 255px;
}
}

@media (min-width:1920px){
div#exit-popup{
  width: 50%;
}
}


@media (max-width:1200px) {
div#exit-popup{
  width: 90%;
  top: 5px;
}
section.faq_sec.common_sec .section_title,
.service_wrap h2,
section.blue-form .section_title {
    font-size: 30px;
}
}

@media (max-width: 1199px) {
.form_review .sec_title {
    font-size: 3.3vw;
}
.form_review.bottom-from .form_head.bottom {
    display: block;
    flex-direction: column;
    display: flex;
    flex-wrap: wrap;
}
.form_review.bottom-from .form_head.bottom .sec_title {
   width: 100%!important;
    font-size: 3.3vw!important;
}
.form_review.bottom-from .form_head.bottom .sec_title:after {
  display: none;
}
}
@media (max-width:1024px){
  .form_review.bottom-from .form_head.bottom {
    display: block;
}

#exit-popup #half-width-form {
    width: 90%;
    background: #1b4197ab;
    padding: 20px;
    float: right;
}
.main-banner-bg .banner_sec .banner_img {
    right: 125px !important;
    top: 35% !important;
}
.study_sec .study_slider .study_i .study_L{
    height: auto!important;
}
/*section.blue-contents.vhCenter .speak_img {
    display: none;


}*/
section.ticker_sec.common_sec {
    padding: 3% 5%;
}
section.faq_sec.common_sec .section_title {
    font-size: 34px;
  }
}

@media (max-width: 768px){
  .study_sec .study_slider .study_i .study_L{
    height: auto!important;
}
.study_sec .study_slider .study_i .study_score li{
    width: 45% !important;
}
.form_review .review_sec .review_i{
      min-height: auto!important;
}
.form_review.bottom-from .form_head.bottom h2.sec_title {
    font-size: 30px!important;
    }
    .blue-form .blue-contents{
          gap: 50px;
    justify-content: center;
    align-items: center;
    }
.form_review.bottom-from .form_head.bottom h2.sec_title {
    min-width: 100%;
}
.speak_text span {
    margin-left: 0;
    min-width: 100%;
    text-align: center;
    position: unset;
}
.blue-form .blue-contents{
  display: block;
  text-align: center;
}
}

@media (max-width: 767px){




.study_sec .study_slider .study_i .study_L{
    height: auto!important;
}

  .service_wrap .service_wrap_outer .ser-box-outer .ser_bx h3{
        font-size: 20px !important;
  }

.form_review.bottom-from .form_head.bottom {
    display: block;
}


#exit-popup #half-width-form {
    width: 90%;
    background: #0000004a;
    padding: 20px;
    float: none;
    margin: 0 auto;
}
a#close-exitform{
    background: #0000003d;
    padding: 0 8px;
}
div#exit-popup {
  
    top: 25px;
    height: 500px;
}
div#exit-popup {
    position: absolute!important;
    }
}


@media (min-width: 1024px){

.main-banner-bg .banner_sec .bnr_L .bnr_txt .sub_txt {

    font-size: 35px !important;
}

}




@media (max-width: 767px){

.page_head .head_right .btn, .page_head .head_right .h_call, .page_head .head_right .l_indicator {
    font-size: 10px !important;
  }

 .l_indicator {
    background-color: #fff !important;
}   
}

body section.main-banner-bg,
body section.banner_sec1 {
  height: 850px !important;
  background-size: cover !important;
}
main.lp_wrap .main-banner-bg .banner_sec .banner_img {
  width: 450px !important;
  top: 45% !important;
  }
@media only screen and (max-width :1849px) {
  body section.main-banner-bg,
  body section.banner_sec1 {
    height: 700px !important;
}
main.lp_wrap .main-banner-bg .banner_sec .banner_img {
  width: 400px !important;
  top: 25% !important;
  }
}
@media only screen and (max-width :1499px) {
  body section.main-banner-bg,
  body section.banner_sec1 {
    height: 700px !important;
}
.main-banner-bg .banner_sec .bnr_L .bnr_txt .sub_txt {
  font-size: 30px!important;
}
.banner_sec .bnr_L .bnr_txt h1 {
  font-size: 40px !important;
}
main.lp_wrap .main-banner-bg .banner_sec .banner_img {
  width: 370px !important;
  right: 85px !important;
  top: 30% !important;
  }
}
@media only screen and (max-width :1199px) {
  body section.main-banner-bg,
  body section.banner_sec1 {
  height: 600px !important;
}
.seo_wrap .seo-content {
    border-right: 0px;
    border-right: none!important;
    padding-right: 0px!important;
 }
}
@media only screen and (max-width : 991px) {
  body section.main-banner-bg,
  body section.banner_sec1 {
    height: 795px !important;
    margin-bottom: 30px !important;
  }
  .container.banner_in {
    padding-top: 0;
    height: 100%;
  }
  .banner_sec .bnr_L {
    width: 100%;
    text-align: center;
    position: absolute !important;
    bottom: 65px;
  }
  .main-banner-bg .banner_sec .banner_img {
    right: auto !important;
    margin-left: 18% !important;
    margin-right: auto !important;
    left: 0px !important;
    top: 60px!important;
    width: 240px !important;
    height: 330px;
  }
  section.blue-form .speak_button {
    margin-left: unset !important;
    margin-top: 30px !important;
  }
}

@media (min-width: 1199px) and (max-width: 1366px){
.main-banner-bg .banner_sec .banner_img {
    right: 40px !important;
    top: 20% !important;
}
}

@media (min-width: 992px) and (max-width: 1199px){
  .main-banner-bg .banner_sec .banner_img {
    right: 60px!important;
    width: 190px !important;
    height: 415px !important;
    top: 15% !important;
  }
}
.seo_wrap .seo-content p {
  font-size: inherit !important;
  font-weight: inherit !important;
}
@media only screen and (min-width: 992px) {
  .tech_diff_box-wrap .tech-diff_bx {
    width: 16.6% !important;
  }
  .tech_diff_box-wrap .tech-diff_bx h3 {
    line-height: 26px;
  }
  .seo_wrap .seo-content p {
    font-size: 22px !important;
    font-weight: 400 !important;
  }
}
@media only screen and (min-width: 1200px) {
  .tech_diff_box-wrap .tech-diff_bx h3 {
    width: 180px;
  }
}

.speak_text img {
    display: inline-block !important;
    vertical-align: bottom;
}

main.lp_wrap div#exit-popup {
  max-width: 760px !important;
  width: 90% !important;
}

@media only screen and (max-width: 1199px) {
  main.lp_wrap div#exit-popup {
    background-position-x: 15% !important;
  }
  main.lp_wrap .main-banner-bg .banner_sec .banner_img {
    width: 300px !important;
    right: 95px !important;
    position: absolute !important;
    left: auto !important;
  }
  .seo-image-box{
    width: 100%!important;
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 991px) {
  main.lp_wrap div#exit-popup {
    background-position-x: 25% !important;
  }
  main.lp_wrap .main-banner-bg .banner_sec .banner_img {
    margin-left: 5% !important;
    width: 300px !important;
    right: auto !important;
    top: 10% !important;
  }
}
@media only screen and (max-width: 768px) {
  .banner_sec .bnr_L .bnr_txt h1 {
    font-size: 35px !important;
  }
  .main-banner-bg .banner_sec .bnr_L .bnr_txt .sub_txt {
    font-size: 45px !important;
    
  }
  main.lp_wrap .main-banner-bg .banner_sec .banner_img {
    margin-left: 5% !important;
    width: 300px !important;
    right: auto !important;
    top: 10% !important;
  }
}
@media only screen and (max-width: 767px) {
  main.lp_wrap div#exit-popup {
    height: auto !important;
  }
  main.lp_wrap #exit-popup #half-width-form {
    width: 95%!important;
    background: #000000c7 !important;
  }
  .banner_sec .bnr_L .bnr_txt h1 {
    font-size: 26px !important;
  }
  .main-banner-bg .banner_sec .bnr_L .bnr_txt .sub_txt {
    font-size: 20px !important;
  }
}

@media only screen and (max-width :767px) {
  body section.main-banner-bg,
  body section.banner_sec1 {
    height: 645px !important;
  }
  .main-banner-bg .banner_sec .bnr_L .bnr_txt {
    text-align: center;
  }
  body main.lp_wrap .main-banner-bg {
    /*background: url('https://www.techwyse.com/wp-content/themes/techwyse/landing/seo-service/assets/images/mob-tw-banner-2.jpg') no-repeat !important;*/
    background-size: contain !important;
    background-position-y: 15px !important;
    background-color: #efefef!important;
    background-position: bottom right!important;
    margin-bottom: 0px!important;
  }
  .banner_sec .bnr_L .bnr_txt h1 {
    font-size: 26px !important;
  }
  .main-banner-bg .banner_sec .bnr_L .bnr_txt .sub_txt {
    font-size: 20px !important;
  }
  main.lp_wrap .main-banner-bg .banner_sec .bnr_L .bnr_txt .btn {
    font-size: 14px !important;
  }
  .banner_sec .bnr_L {
    bottom: 100px;
    left: 0px !important;
  }
  main.lp_wrap .main-banner-bg .banner_sec .banner_img {
    margin-left: 0% !important;
    max-width: 300px;
    width: 300px !important;
    top: 15px !important;
  }
  .tech_diff_box-wrap .tech-diff_bx figure {
     margin: 0px;
     height: 120px;
  }
  .tech_diff_box-wrap .tech-diff_bx figure img {
     object-fit: contain;
     height: 100%;
     width: auto;
     min-height: 100%;
     max-height: 100%;
  }
  .tech_diff_box-wrap .tech-diff_bx {
     margin-bottom: 20px;
  }
}
.main-banner-bg .banner_sec .bnr_L .bnr_txt .btn {
    padding: 25px 50px;
}
@media only screen and (max-width :1440px) {
  .banner_sec .bnr_L .bnr_txt .btn {
      padding: 20px 30px;
  }
}
@media only screen and (max-width :1366px) {
  .banner_sec .bnr_L .bnr_txt .btn {
      padding: 15px 25px!important;
  }
}
@media only screen and (max-width :575px) {
  main.lp_wrap .main-banner-bg .banner_sec .bnr_L .bnr_txt .btn {
    font-size: 15px !important;
    padding: 12px 16px !important;
  }
}
@media only screen and (max-width :381px) {
  body section.main-banner-bg,
  body section.banner_sec1 {
    height: 585px !important;
  }
}

@media only screen and (max-width :560px) {
 main.lp_wrap .main-banner-bg .banner_sec .banner_img {
    max-width: 230px;
    width: 230px !important;
     top: -15px !important;
  }
 }

@media only screen and (max-width :350px) {
  body section.main-banner-bg,
  body section.banner_sec1 {
    height: 570px !important;
  }
  .banner_sec .bnr_L .bnr_txt h1 {
    font-size: 24px !important;
  }
  .main-banner-bg .banner_sec .bnr_L .bnr_txt .sub_txt {
    font-size: 18px !important;
  }
  main.lp_wrap .main-banner-bg .banner_sec .bnr_L .bnr_txt .btn {
    font-size: 14px !important;
  }
}
@media only screen and (max-width :380px) {
  main.lp_wrap .main-banner-bg .banner_sec .banner_img {
    max-width: 195px;
    width: 195px !important;
  }
} 

@media only screen and (min-width :1800px) {
.tech_diff_box-wrap .tech-diff_bx h3 {
  line-height: 30px;
}
}

/*@media only screen and (min-width : 768px) {
  .service_wrap .service_wrap_outer .ser-box-outer .ser_bx {
    min-height: 800px;
  }
}
@media only screen and (min-width : 1200px) {
  .service_wrap .service_wrap_outer .ser-box-outer .ser_bx {
    min-height: 890px;
  }
}
@media only screen and (min-width : 1500px) {
  .service_wrap .service_wrap_outer .ser-box-outer .ser_bx {
    min-height: 800px;
  }
}*/

.page_head .head_right .l_indicator {
  color: #ffffff !important;
}
.main-banner-bg .page_head .head_right .l_indicator svg,
.main-banner-bg .page_head .head_right .l_indicator svg path {
  fill: #ffffff !important;
}
.page_head .head_right .l_indicator {
  background-color: #8ec63f;
  border: none !important;
}
@media (max-width: 767px) {
.page_head .head_right .l_indicator {
    display: none !important;
}
}

.g-review .section_title span {
   display: block;
}
/*////*/


.tech_diff_box-wrap .tech-diff_bx h3 {
  line-height: normal;
  font-size: 20px !important;
  font-weight: 600 !important;
  margin: 0px!important;
  padding: 0px!important;
}
.tech_diff_box-wrap .tech-diff_bx span { 
  font-weight: 600 !important;
}

.main-banner-bg:before {
  display: none!important;
}
.service_wrap .service_wrap_outer .ser-box-outer .ser_bx {
    height: 100%;
}
@media only screen and (max-width :1600px) {
.service_wrap .service_wrap_outer .ser-box-outer .ser_bx {
    padding: 15px 30px 30px;
}
.service_wrap .service_wrap_outer .ser-box-outer .ser_bx p, .service_wrap .service_wrap_outer .ser-box-outer .ser_bx ul li {
    font-size: 18px;
  }
  .service_wrap .service_wrap_outer .ser-box-outer .ser_bx h3 {
    font-size: 26px !important;
  }
}
@media (max-width: 1600px){ 
.service_wrap .service_wrap_outer .ser-box-outer .ser_bx ul li {
    position: relative;
    padding: 5px 10px 5px 35px;
  }
  .service_wrap .service_wrap_outer .ser-box-outer .ser_bx h3 {
    padding: 0px 0 15px;
    min-height: 80px;
    line-height: 32px;
    margin-bottom: 15px !important;
   }
   .service_wrap .service_wrap_outer .ser-box-outer .ser_bx figure {
    min-height: 125px;
    height: 125px;
    margin-bottom: 25px;
    }
    .service_wrap .service_wrap_outer .ser-box-outer .ser_bx figure img {
      object-fit: contain;
      width: auto;
      height: 100%;
      max-height: 100%;
    }
   .service_wrap .service_wrap_outer .ser-box-outer .ser_bx ul li:before {
    top: 14px;
    }
    .service_wrap .service_wrap_outer .ser-box-outer .ser_bx ul li:after {
       top: 10px;
    }
}
@media only screen and (min-width :1200px) {
  .tech_diff_box-wrap .tech-diff_bx h3,
  .tech_diff_box-wrap .tech-diff_bx span {
    line-height: normal;
    font-size: 23px !important;
    font-weight: 600 !important;
  }
}
@media (min-width: 1024px) {
  .main-banner-bg .banner_sec .bnr_L .bnr_txt .btn {
      font-size: 18px !important;
}
  .main-banner-bg .banner_sec .bnr_L .bnr_txt .sub_txt {
    font-size: 36px !important;
}
}
@media (min-width: 767px) {
.seo_wrap .seo-image-box .seo-text h4 {
    font-size: 25px;
}
}
@media (max-width: 767px) {
  .g-review h2.section_title  {
     line-height: 1.2;
  }
  .g-review h2.section_title span {
   display: block;
  }
  .tech_diff_box-wrap .tech-diff_bx figure {
     margin: 0px;
  }
  .tech_diff_box-wrap .tech-diff_bx span {
     display: inline!important;
  }
  .tech_diff_box-wrap .tech-diff_bx {
     margin-bottom: 20px;
  }
.service_wrap .service_wrap_outer .ser-box-outer .ser_bx {
    height: auto;
  }
  .page_head .head_right .btn {
    font-size: 13px!important;
    padding: 12px 16px !important;
  }
  .page_head .head_right .h_call a {
    font-size: 13px!important;
  }
  .page_head .head_right .h_call {
    padding: 12px 16px !important;
    line-height: 1;
    font-size: 13px;
  }
  .main-banner-bg .banner_sec .bnr_L .bnr_txt h1 {
     padding-bottom: 5px;
  }
  .seo_wrap .seo-image-box .seo-image {
    padding: 20px 0;
  }
  .seo_wrap .seo-image-box .seo-image .seo-text h4 {
    font-size: 24px;
    line-height: 1;
    padding-bottom: 5px;
  }
  .banner_sec .bnr_L .bnr_txt {
    padding: 15px!important;
  }
  .service_wrap {
    padding: 30px 0;
  }
  section.form_review.common_sec.testimonials-new {
    padding: 15px 0px;
  }
  section.study_sec.common_sec {
    padding-top: 30px!important;
  }
  section.study_sec.common_sec .blue_bg {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 10px;
  }
  .faq_sec {
    padding: 30px 0px;
    background: #fff;
  }
  section.partners_sec.common_sec {
    padding: 0px 0px 30px 0px;
  }
  .form_review .form_sec {
    padding: 30px 0px;
 }
  main.lp_wrap div#exit-popup {
    display: none;
  }
}
@media (max-width: 351px) { 
  .page_head .head_right .h_call {
    padding: 12px 16px !important;
    font-size: 13px;
    margin: 0px 0px 0px 10px!important;
  }
  main.lp_wrap .main-banner-bg .banner_sec .bnr_L .bnr_txt .btn {
     font-size: 14px!important;
  }
}


div#exit-popup {
  visibility: hidden;
  opacity: 0;
}
#exit-popup {
  visibility: hidden;
  opacity: 0;
}

.page_footer, .page_footer a {
    color: #6C6C6C !important;
    font-family: "Kumbh Sans", sans-serif;
}
.page_head .head_right .ph{
  text-decoration: none !important;
}

@media (max-width: 767px) {
    .page_head .head_right .ph {
        font-size: 20px !important;
    }
}