@charset "UTF-8";
/*-----------------------------------------------------------------------------------

Theme Name: Appz - App Landing HTML5 Template
Author: Theme_Pure
Support: basictheme400@gmail.com
Description: Appz - App Landing HTML5 Template
Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================


1. common
2. overlay
3. header
4. team
5. testimonial
6. callaction
7. appinfo
8. custome_animation
9. footer
10. fetures
11. service
12. cta
13. blog
14. social
15. page
16. pricing
17. login

-----------------------------------------------------------------------------------*/
/*
==========================================
1. common
==========================================
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;700&amp;display=swap");

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	float: left;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #565c64;
}

.img, img {
  max-width: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

a,
.button {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

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

a,
button {
  color: inherit;
  outline: medium none;
}

button:focus, input:focus, input:focus, textarea, textarea:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  color: #132339;
  margin-top: 0px;
  font-style: normal;
  font-weight: 400;
  text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 40px;
  font-weight: 500;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

p {
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  color: #565c64;
  margin-bottom: 15px;
}

hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  color: #f9fdfa;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  background: #222;
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: #222;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #222;
  color: #ffffff;
  text-shadow: none;
}

/*--
    - Input Placeholder
-----------------------------------------*/
*::-moz-placeholder {
  color: #222;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #222;
  font-size: 14px;
  opacity: 1;
}

/*--
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

/*--
    - Background color
-----------------------------------------*/
.grey-bg {
  background: #f7f7fd;
}

.white-bg {
  background: #ffffff;
}

.black-bg {
  background: #222;
}

.theme-bg {
  background: #f00;
}

/*--
    - color
-----------------------------------------*/
.white-color {
  color: #ffffff;
}

.black-color {
  color: #222;
}

.theme-color {
  color: #f00;
}

/*--
    - Margin & Padding
-----------------------------------------*/
/*-- Margin Top --*/
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

/*-- Margin Left --*/
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

/*-- Margin Right --*/
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 200px;
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pt-205 {
  padding-top: 205px;
}

.pt-210 {
  padding-top: 210px;
}

.pt-215 {
  padding-top: 215px;
}

.pt-220 {
  padding-top: 220px;
}

.pt-225 {
  padding-top: 225px;
}

.pt-230 {
  padding-top: 230px;
}

.pt-235 {
  padding-top: 235px;
}

.pt-240 {
  padding-top: 240px;
}

.pt-245 {
  padding-top: 245px;
}

.pt-250 {
  padding-top: 250px;
}

.pt-255 {
  padding-top: 255px;
}

.pt-260 {
  padding-top: 260px;
}

.pt-265 {
  padding-top: 265px;
}

.pt-270 {
  padding-top: 270px;
}

.pt-275 {
  padding-top: 275px;
}

.pt-280 {
  padding-top: 280px;
}

.pt-285 {
  padding-top: 285px;
}

.pt-290 {
  padding-top: 290px;
}

.pt-295 {
  padding-top: 295px;
}

.pt-300 {
  padding-top: 300px;
}

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-205 {
  padding-bottom: 205px;
}

.pb-210 {
  padding-bottom: 210px;
}

.pb-215 {
  padding-bottom: 215px;
}

.pb-220 {
  padding-bottom: 220px;
}

.pb-225 {
  padding-bottom: 225px;
}

.pb-230 {
  padding-bottom: 230px;
}

.pb-235 {
  padding-bottom: 235px;
}

.pb-240 {
  padding-bottom: 240px;
}

.pb-245 {
  padding-bottom: 245px;
}

.pb-250 {
  padding-bottom: 250px;
}

.pb-255 {
  padding-bottom: 255px;
}

.pb-260 {
  padding-bottom: 260px;
}

.pb-265 {
  padding-bottom: 265px;
}

.pb-270 {
  padding-bottom: 270px;
}

.pb-275 {
  padding-bottom: 275px;
}

.pb-280 {
  padding-bottom: 280px;
}

.pb-285 {
  padding-bottom: 285px;
}

.pb-290 {
  padding-bottom: 290px;
}

.pb-295 {
  padding-bottom: 295px;
}

.pb-300 {
  padding-bottom: 300px;
}

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

#loading {
  animation: rotation 2s infinite linear;
  animation-name: rotation;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.full {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
}

.zoom {
  animation: scale 10s linear infinite;
}

@keyframes scale {
  50% {
    transform: scale(1.1);
  }
}
.featurebox2__img.gradientorange {
  background-image: linear-gradient(-60deg, #ffaad6 1%, #f67eb9 41%, #ec519b 100%);
}

.featurebox2__img.gradientbrwon {
  background-image: linear-gradient(-60deg, #968dff 0%, #3694f5 0%, #cec2ff 0%, #9e94ff 40%, #6d65ff 100%);
}

.featurebox2__img.gradientgreen {
  background-image: linear-gradient(-60deg, #89e791 0%, #1cd08a 40%);
}

/*
==========================================
2. overlay
==========================================
*/
/*--
    - Overlay
------------------------------------------*/
[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}

/*-- Overlay Color --*/
[data-overlay=light]::before {
  background-color: #ffffff;
}

[data-overlay=dark]::before {
  background-color: #222;
}

/*-- Overlay Opacity --*/
[data-opacity="1"]::before {
  opacity: 0.1;
}

[data-opacity="2"]::before {
  opacity: 0.2;
}

[data-opacity="3"]::before {
  opacity: 0.3;
}

[data-opacity="4"]::before {
  opacity: 0.4;
}

[data-opacity="5"]::before {
  opacity: 0.5;
}

[data-opacity="6"]::before {
  opacity: 0.6;
}

[data-opacity="7"]::before {
  opacity: 0.7;
}

[data-opacity="8"]::before {
  opacity: 0.8;
}

[data-opacity="9"]::before {
  opacity: 0.9;
}

/*
==========================================
3. header
==========================================
*/
/*
=============================
HOME PAGE 1 HEADER DESIGN
=============================
*/
.transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

.main-menu {
  margin-left: 78px;
}
.main-menu ul li {
  float: left;
  margin-right: 45px;
  position: relative;
}
.main-menu ul li:hover .submenu {
  top: 100%;
  visibility: visible;
  opacity: 1;
}
.main-menu ul li a {
  color: #132339;
  font-size: 16px;
  text-decoration: none;
  padding: 25px 0px;
  display: inline-block;
  font-size: 16px;
}
.main-menu ul li a:hover {
  color: #19cb55;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-menu ul li {
    margin-right: 25px;
  }
}

.main-menu.colormenu ul li .submenu a {
  color: #000;
}

.main-menu ul li .submenu li {
  padding: 5px;
  margin-right: 0;
  padding: 5px;
  margin-right: 0;
  display: block;
  float: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .side-menu-icon {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .side-menu-icon {
    display: none;
  }
}

.main-menu ul li .submenu li a {
  padding: 0;
  display: inline-block;
}

.main-menu ul li .submenu {
  position: absolute;
  top: 110%;
  left: 0;
  min-width: 200px;
  padding: 15px 17px;
  background: #ffffff;
  border-top: 4px solid #19cb55;
  z-index: 11;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
}
.main-menu ul li .submenu li {
  position: relative;
  display: block;
}
.main-menu ul li .submenu li a {
  position: relative;
  padding-bottom: 5px;
}
.main-menu ul li .submenu li a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #19cb55;
  content: "";
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.main-menu ul li .submenu li a:hover::before {
  width: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.btn {
  background: #19cb55;
  padding: 9px 27px;
  color: #fff;
  border-radius: 4px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.btn:hover {
  color: #fff;
}
.btn i {
  margin-right: 10px;
}
.btn:hover {
  background: transparent;
  border: 1px solid #19cb55;
  color: #000;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.btn.btnblue {
  background: #583bf7;
}
.btn.btnblue:hover {
  color: #fff;
  background: transparent;
  color: #583bf7;
  border: 1px solid #583bf7;
}

.main-menu ul li .submenu li .submenu {
  position: absolute;
  left: 182px;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  top: 0px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.main-menu ul li .submenu li:hover .submenu {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.app_slider {
  min-height: 950px;
  background: #f9fdfa;
  width: 100%;
  position: relative;
  padding-top: 216px;
  /*padding-bottom: 80px;*/
}
@media (max-width: 767px) {
  .app_slider {
    padding-top: 100;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .app_slider {
    min-height: 0;
    padding-top: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .app_slider {
    min-height: 0;
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .app_slider {
    min-height: auto;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .features.feturesCommon.wow.fadeInUp {
    padding-left: 0px;
  }
}

.side-menu-icon.bar-three i {
  color: #583bf7;
}

@media (min-width: 768px) and (max-width: 991px) {
  .app_image {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.shape10 {
  position: absolute;
  left: 6%;
  top: 68%;
}

.shape13 {
  position: absolute;
  top: 0;
  left: 0;
}

.App_shape {
  position: relative;
}

.App_shape img {
  max-width: none;
  margin-left: -127px;
  margin-top: 0;
}

.shapeAbsoulute {
  position: absolute;
  bottom: 95px;
  animation: pulse infinite 2s linear;
  left: 460px;
  bottom: 93px;
}
@media (min-width: 1500px) and (max-width: 1700px) {
  .shapeAbsoulute {
    left: 250px;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .shapeAbsoulute {
    left: 160px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .shapeAbsoulute {
    left: 160px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .shapeAbsoulute {
    left: 160px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .shapeAbsoulute {
    left: 50px;
  }
}

.footer-area .footer_design {
  display: flex;
  width: 100%;
  flex-direction: row;
}
@media (max-width: 767px) {
  .footer-area .footer_design {
    flex-direction: column;
    text-align: left;
    padding: 0;
    margin: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-area .footer_design {
    text-align: left;
  }
}

.f-right {
  float: right;
}
@media (max-width: 767px) {
  .f-right {
    float: left;
  }
}

.app_sliderContent {
  padding-left: 126px;
  position: relative;
}
.app_sliderContent h2 {
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .app_sliderContent h2 {
    font-size: 30px;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .app_sliderContent h2 {
    font-size: 30px;
    line-height: 1.4;
    padding-right: 0;
  }
}
.app_sliderContent p {
  margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .app_sliderContent p {
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .app_sliderContent p {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .app_sliderContent {
    padding-left: 0;
  }
}

.app_left_shape {
  position: absolute;
  left: 0;
  top: 1362px;
}

.downsahpe {
  position: absolute;
  top: 825px;
  left: 1750px;
}
@media (min-width: 1500px) and (max-width: 1700px) {
  .downsahpe {
    left: 1400px;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .downsahpe {
    left: 1000px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .downsahpe {
    left: 927px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .downsahpe {
    left: 692px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .downsahpe {
    left: 200px;
  }
}

.btn-outline {
  padding: 12px 48px;
  border: 1px solid #19cb55;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
}
.btn-outline:hover {
  background: #19cb55;
  color: #fff;
}

.shape1 {
  position: absolute;
  right: -250px;
  top: -80px;
  animation: animationFramesTwo 30s alternate infinite linear;
}

.shape2 {
  position: absolute;
  right: -127px;
  top: 128px;
  animation: zoomIn 5s alternate infinite linear;
}

.shape3 {
  position: absolute;
  right: -250px;
  top: 320px;
}

.shape4 {
  position: absolute;
  top: -124px;
  left: 256px;
}

.shape5 {
  position: absolute;
  top: -132px;
  left: 291px;
  animation: animationFramesTwo 30s alternate infinite linear;
}

.shape6 {
  position: absolute;
  right: 123px;
  top: -220px;
  animation: fadeInLeft 2s alternate infinite linear;
}

.shape7 {
  position: absolute;
  left: -72px;
  top: 132px;
  animation: animationFramesTwo 30s alternate infinite linear;
}

.shape8 {
  position: absolute;
  top: 464px;
  left: 445px;
  animation: animationFramesTwo 30s alternate infinite linear;
}

.shape9 {
  position: absolute;
  top: 493px;
  left: 630px;
}

.shape11 {
  position: absolute;
  top: 394px;
  left: 504px;
}
@media (max-width: 767px) {
  .shape11 {
    left: 0px;
  }
}

.leftanimation {
  animation: pulse 2s infinite linear;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-btn.f-right.d-none.d-sm-block {
    margin-right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-btn.f-right.d-none.d-sm-block {
    margin-right: 44px;
  }
}

/*
=============================
HOME PAGE 2 HEADER DESIGN
=============================
*/
.btn.h2_btn {
  background: #fff;
  color: #3694f5;
}

.home2 ul li a {
  color: #fff;
}

.logo2 {
  position: absolute;
  z-index: 99;
}

@media (max-width: 767px) {
  .fetures2.pt-115.pb-90 {
    padding-top: 45px;
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .app_choose.pt-115.mt-130.pb-160 {
    padding-top: 50px;
    margin-top: 60px;
  }
}

.home2_title {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  font-family: poppins;
  line-height: 60px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .home2_title {
    font-size: 36px;
    line-height: 1.4;
  }
}

.tp_white_border {
  border: 1px solid #fff;
  color: #fff;
  padding: 12px 48px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  border-radius: 4px;
}
.tp_white_border:hover {
  background: #fff;
  color: #565c64;
}

.btn.btn-white {
  background: #fff;
  color: #132339;
  border: 1px solid transparent;
  color: #3694f5;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.btn.btn-white:hover {
  background: #3694f5;
  border: 1px solid #fff;
  color: #fff;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.side-menu-icon.bar-two i {
  color: #fff;
}

.slider_2 {
  min-height: 950px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider_2__content {
  padding-top: 71px;
}
@media (max-width: 767px) {
  .slider_2__content {
    padding-top: 0;
  }
}
.slider_2 P {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 45px;
  opacity: 0.7;
}
@media (max-width: 767px) {
  .slider_2 {
    min-height: 600px;
    padding-top: 163px;
  }
}

.side-menu-icon i {
  color: green;
}

.slider_2__content {
  padding-top: -40%;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider_2__content {
    margin-top: -13%;
  }
}
@media (max-width: 767px) {
  .slider_2__content {
    padding-bottom: 76px;
  }
}

.slider_2_image {
  display: flex;
  justify-content: end;
}

.home2_shapes img {
  position: absolute;
  right: 11%;
  top: 35%;
}

.h2_love {
  animation: pulse 2s infinite linear;
}

.H2_iphonex {
  position: absolute;
  animation: float-bob-y 2s infinite linear;
  top: 206px;
}

.download_content .section-title {
  font-size: 36px;
}

.h2_shape4 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.h2_sh_1 {
  position: absolute;
  left: 0;
  top: 24%;
  animation: pulse 2s infinite linear;
  z-index: 3;
}

.h2_sh_2 {
  position: absolute;
  left: 16%;
  top: 15%;
  animation: rotated 10s infinite linear;
  z-index: 3;
}

.h2_sh_3 {
  left: 39%;
  position: absolute;
  top: 20%;
}

.h2_sh_4 {
  position: absolute;
  top: 14%;
  left: 53%;
}

.h2_sh_6 {
  position: absolute;
  right: 7%;
  bottom: 10%;
  animation: flash 10s infinite linear;
}

.h2_sh_5 {
  position: absolute;
  left: 10%;
  bottom: 20%;
  animation: flash 5s infinite linear;
}

.main-menu.d-block.colorblack li .submenu ul li a {
  color: #000;
}
.main-menu.d-block.colorblack li a {
  color: #000;
}

.submenu.colorblack li a {
  color: #000;
}

/*
=============================
HOME PAGE 3 HEADER DESIGN
=============================
*/
@media (max-width: 767px) {
  .app_slider.app_slider_3 {
    padding-top: 100px;
  }
}

.btn.h3_btn {
  border-radius: 4px;
  background-color: #583bf7;
}

.home3 ul li a {
  color: #132339;
}
.home3 ul li a:hover {
  color: #583bf7;
}

.logo2 {
  position: absolute;
  z-index: 99;
}

.slider3 {
  padding: 0;
}

.footer_logo {
  position: relative;
}

.footer_logo:before {
  position: absolute;
  content: "";
  background-image: url("../img/shape/dotshapes.png");
  top: -41px;
  left: 15px;
  height: 50px;
  width: 50px;
  z-index: 2;
}

.footer_logo img {
  position: relative;
  z-index: 9;
}

.btn-outline3 {
  padding: 12px 48px;
  border: 1px solid #583bf7;
  border-radius: 5px;
  text-decoration: none;
}
.btn-outline3:hover {
  background: #583bf7;
  color: #fff;
}

.slider3_main_image {
  /*position: absolute;*/
  right: 0;
  /*top: 18%;*/
  margin-top: -10%;
}
@media (min-width: 1500px) and (max-width: 1700px) {
  .slider3_main_image {
    right: -80px;
  }
}
/*.slider3_main_image img {*/
/*  max-width: 87%;*/
/*}*/

.app_sliderContent.slider3 {
  padding-top: 160px;
}
@media (max-width: 767px) {
  .app_sliderContent.slider3 {
    padding-top: 70px;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .app_sliderContent.slider3 {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .copyright_text p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .footer_bottom {
    padding-top: 4px;
  }
}

.hero-two-title {
  font-size: 34px;
  font-weight: 900;
}

.logo img {
  max-width: inherit;
  width: 100%;
}

.header-btn {
  margin-top: 14px;
}

.header-area-white .main-menu.colormenu ul li a {
  color: #fff;
}

.main-menu.colormenu.d-block ul li .submenu li a {
  color: #000;
}

.header-area:is(.header-area-white) .main-menu ul li .submenu {
  border-color: #583bf7;
}
.header-area:is(.header-area-white) .main-menu ul li .submenu li a::before {
  background-color: #583bf7;
}
.header-area:is(.header-area-white) .main-menu ul li .submenu li:hover > a {
  color: #583bf7;
}
.header-area:is(.header-area-white) .main-menu ul li .submenu li:hover > a::before {
  background-color: #583bf7;
  width: 100%;
}
.header-area:is(.header-area-orange) .main-menu ul li .submenu {
  border-color: #3694f5;
}
.header-area:is(.header-area-orange) .main-menu ul li .submenu li a::before {
  background-color: #3694f5;
}
.header-area:is(.header-area-orange) .main-menu ul li .submenu li:hover > a {
  color: #3694f5;
}
.header-area:is(.header-area-orange) .main-menu ul li .submenu li:hover > a::before {
  background-color: #3694f5;
  width: 100%;
}
.header-area:is(.font-color) ul li a {
  color: #ffffff;
}

.header-area :is(.whitebg) .btn:hover {
  background: #ffffff;
  border: 1px solid transparent;
}

.p-rel {
  position: relative;
}

/*
==========================================
4. team
==========================================
*/
/*
=============================
HOME PAGE 1 TEAM DESIGN
=============================
*/
@media (max-width: 767px) {
  .team-item.mt-60 {
    margin-top: 10px;
    margin-left: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .team-item.mt-60 {
    margin-top: 10px;
    margin-left: 100px;
  }
}
@media (max-width: 767px) {
  .team-item.mt-60 {
    margin-left: 54px;
  }
}

.app_details.pb-100.pt-100 {
  padding-top: 0;
}

.personName {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.team-item {
  position: relative;
  border-radius: 8px;
}

.social-icon::before {
  position: absolute;
  content: "";
  width: 182%;
  height: 1px;
  background: #7c8588;
  left: -68px;
  bottom: 49px;
}

.social-icon {
  margin-top: 44px;
  position: relative;
  padding-bottom: 5px;
}

.team_item_four {
  position: relative;
  cursor: pointer;
  margin-bottom: 30px;
}

.hover_bg {
  position: relative;
  overflow: hidden;
  display: block;
}

.hover_bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(-25deg, #2196f4 0%, #5ff4ee 100%);
  opacity: 0;
  transition: all 0.3s linear;
  z-index: 1;
}

.team_item_four::before {
  background: #0c1a34;
}

.hover_bg img {
  max-width: 100%;
  transition: all 0.4s linear;
}

.team_item_four .team_content {
  position: absolute;
  bottom: 44px;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 1;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.4s linear;
}

.team_item_four:hover .team_content {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.team_item_four::before {
  background: #0c1a34;
}

.team_item_four:hover::before {
  opacity: 0.8;
}

.team_content {
  color: #fff;
}
.team_content h5 {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 2px;
}
.team_content h5 a {
  text-decoration: none;
}
.team_content p {
  color: #fff;
}

.team_social_icon a {
  margin: 0 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .team-area {
    padding-bottom: 0px;
  }
}

.tp-dot-style .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 16px 0;
  list-style-type: none;
  margin-top: 30px;
}
.tp-dot-style .slick-dots li {
  margin: 0 0.5rem;
}
.tp-dot-style .slick-dots li button {
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 100%;
  text-indent: -9999px;
  background: #cfd3da;
  border: 1px solid transparent;
  position: relative;
}
.tp-dot-style .slick-dots li button:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  display: inline-table;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #19cb55;
  opacity: 0;
  transition: 0.3s;
}
.tp-dot-style .slick-dots li.slick-active button {
  background-color: #19cb55;
  position: relative;
}
.tp-dot-style .slick-dots li.slick-active button:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .tp-dot-style .slick-dots {
    margin-top: 0px;
  }
}

.team-padding {
  padding: 0 15px;
}

/*
==========================================
5. testimonial
==========================================
*/
/*
=============================
HOME PAGE 1 TESTIMONIAL DESIGN
=============================
*/
.testimonial-area.bg1 {
  background: transparent;
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial-area.bg1 {
    padding-top: 50px;
  }
}

.testimonial-area {
  position: relative;
}
.testimonial-area h2 {
  font-size: 36px;
  text-align: center;
  font-weight: 600;
  line-height: 46px;
}
@media (max-width: 767px) {
  .testimonial-area h2 {
    font-size: 25px;
    line-height: 1.4;
  }
}
.testimonial-area p {
  font-size: 18px;
  line-height: 28px;
  color: #000;
}
@media (max-width: 767px) {
  .testimonial-area p {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial-area p {
    font-size: 16px;
  }
}

.item {
  border-radius: 4px;
  background-color: white;
  box-shadow: 0px 3px 6px 0px rgba(19, 35, 57, 0.1);
  padding: 43px 30px;
}
@media (max-width: 767px) {
  .item {
    box-shadow: none;
    padding-right: 0;
    padding-top: 25px;
  }
}

.testimonial-item {
  margin-bottom: 3px;
  margin-top: 7px;
}
@media (max-width: 767px) {
  .testimonial-item {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0;
  }
}

.clients_meta {
  display: flex;
}
.clients_meta h4 {
  font-size: 18px;
  line-height: 10px;
  font-weight: 600;
  color: #565c64;
}
.clients_meta span {
  font-size: 16px;
  color: #565c64;
}

.clients_info {
  margin-left: 20px;
  margin-top: 14px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .clients_info {
    margin-left: 0;
    margin-top: 14px;
    color: #fff;
  }
}
.clients_info .t-1 {
  padding-left: 231px;
  position: absolute;
  top: 236px;
}
.clients_info .t-2 {
  position: absolute;
  top: 679px;
  right: 49px;
}
.clients_info .testimonial-item {
  padding-top: 55px;
}
@media (max-width: 767px) {
  .clients_info .testimonial-item {
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .clients_info .testimonial-area.bg1.pt-110 {
    padding-top: 60px;
  }
}
.clients_info .clients_info h4 {
  font-weight: 600;
}
.clients_info .tp-dot-style .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 16px 0;
  list-style-type: none;
  margin-top: 52px;
}
.clients_info .tp-dot-style .slick-dots li {
  margin: 0 0.5rem;
}
.clients_info .tp-dot-style .slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 100%;
  text-indent: -9999px;
  background: #cfd3da;
  border: 1px solid transparent;
  position: relative;
}
.clients_info .tp-dot-style .slick-dots li button:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  display: inline-table;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #19cb55;
  opacity: 0;
  transition: 0.3s;
}
.clients_info .tp-dot-style .slick-dots li.slick-active button {
  background-color: #19cb55;
  position: relative;
}
.clients_info .tp-dot-style .slick-dots li.slick-active button:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .clients_info .tp-dot-style .slick-dots {
    margin-top: 0px;
  }
}

/*
=============================
HOME PAGE 2 TESTIMONIAL DESIGN
=============================
*/
.testimonial-area {
  background-image: linear-gradient(180deg, #00c2ee 1%, #3c8ff6 66%, #775bfd 100%);
}
@media (max-width: 767px) {
  .testimonial-area {
    padding-top: 76px;
    padding-bottom: 110px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial-area {
    padding-top: 0;
    padding-bottom: 100px;
  }
}

.testimonial2_content {
  padding-top: 18%;
  margin-left: 25%;
  color: #fff;
}
.testimonial2_content p {
  color: #fff;
}
@media (max-width: 767px) {
  .testimonial2_content {
    margin-left: 5px;
  }
}

.testimonial2_meta h4 {
  color: #fff;
}
.testimonial2_meta span {
  color: #fff;
}

.testimonial2 {
  position: relative;
}

.items p {
  color: #fff;
  position: relative;
}
.items p::before {
  position: absolute;
  left: 0;
  top: -20px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 43px;
  height: 35px;
  background-image: url("../img/quote.png");
  content: "";
}

.clients_info.info2 {
  margin-left: 0px;
  padding-top: 24px;
  padding-bottom: 21px;
}
.clients_info.info2 h4 {
  color: #fff;
}
@media (max-width: 767px) {
  .clients_info.info2 h4 {
    font-size: 21px;
  }
}
.clients_info.info2 span {
  opacity: 0.7;
}

/*
=============================
HOME PAGE 3 TESTIMONIAL DESIGN
=============================
*/
.testimonialh3 {
  border-radius: 4px;
  background-color: white;
  box-shadow: 0px 3px 6px 0px rgba(19, 35, 57, 0.1);
  position: relative;
  padding: 35px 0;
  margin: 35px 0px;
}
.testimonialh3__image {
  display: inline-block;
}

.testimonial2 .slick-prev,
.testimonial2 .slick-next {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 20px;
  left: 115px;
  text-align: left;
  bottom: -40px;
}
@media (max-width: 767px) {
  .testimonial2 .slick-prev,
.testimonial2 .slick-next {
    left: 87px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial2 .slick-prev,
.testimonial2 .slick-next {
    left: 113px;
  }
}

.testimonial2 .slick-next {
  left: 159px;
  text-align: left;
}
@media (max-width: 767px) {
  .testimonial2 .slick-next {
    left: 130px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial2 .slick-next {
    left: 165px;
  }
}

.testimonialh3__content h3 {
  font-size: 20px;
  line-height: 34px;
  padding-top: 22px;
  margin-bottom: 17px;
  position: relative;
}
.testimonialh3__content h3::before {
  position: absolute;
  top: 5px;
  left: 162px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "";
  font-size: 24px;
  color: #583bf7;
  opacity: 0.3;
}
@media (max-width: 767px) {
  .testimonialh3__content h3::before {
    left: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonialh3__content h3::before {
    left: 10px;
  }
}
@media (max-width: 767px) {
  .testimonialh3__content h3 {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonialh3__content h3 {
    font-size: 16px;
    line-height: 1.7;
  }
}
.testimonialh3__content h4 {
  font-size: 18px;
  font-weight: 600;
  padding: 0;
  margin: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .items {
    padding-left: 168px;
    padding-top: 110px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .clients_image {
    padding-bottom: 26px;
  }
}

.testimonialh3_active .slick-prev,
.testimonialh3_active .slick-next {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 48px;
  border: 1px solid #583bf7;
  color: #583bf7;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -90px;
  z-index: 2;
  border-radius: 50%;
  background: transparent;
}
@media (max-width: 767px) {
  .testimonialh3_active .slick-prev,
.testimonialh3_active .slick-next {
    top: 100%;
    left: 25%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonialh3_active .slick-prev,
.testimonialh3_active .slick-next {
    left: -65px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonialh3_active .slick-prev,
.testimonialh3_active .slick-next {
    left: 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .testimonialh3_active .slick-prev,
.testimonialh3_active .slick-next {
    left: 36px;
  }
}

.testimonialh3_active .slick-next {
  right: -90px;
  left: auto;
}
@media (max-width: 767px) {
  .testimonialh3_active .slick-next {
    right: 37%;
    top: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonialh3_active .slick-next {
    right: -42px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonialh3_active .slick-next {
    right: 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .testimonialh3_active .slick-next {
    right: 36px;
  }
}

.testimonialh3_active .slick-prev:hover,
.testimonialh3_active .slick-next:hover {
  color: #fff;
  background: #583bf7;
  border: transparent;
}

.testimonial1_h2 {
  position: absolute;
  top: 59%;
  left: 15%;
}

.testimonial2_h2 {
  position: absolute;
  right: 220px;
  top: 40%;
}

@media (max-width: 767px) {
  .testimonial_h3.pt-110 {
    padding-top: 0;
    margin-bottom: 90px;
  }
}

@media (max-width: 767px) {
  .testimonial-area.bg1.pt-110 {
    padding-top: 20px;
  }
}

.clients_info-two {
  padding-left: 43px;
  padding-top: 18px;
}
@media (max-width: 767px) {
  .clients_info-two {
    padding-left: 14px;
  }
}

.clients_image img {
  max-width: inherit;
}

.testimonial-active .col-xl-4 {
  padding: 0 15px;
}

/*
==========================================
6. callaction
==========================================
*/
/*
=================================
HOME PAGE 1 CALL TO ACTION DESIGN
=================================
*/
.try_box {
  border-radius: 6px;
  background-color: white;
  box-shadow: 0px 30px 70px 0px rgba(3, 15, 44, 0.1);
  position: relative;
  padding: 60px 60px;
}
@media (max-width: 767px) {
  .try_box {
    padding: 30px;
  }
}
.try_box h2 {
  font-size: 50px;
  font-weight: 700;
  font-family: Nunito;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .try_box h2 {
    font-size: 19px;
  }
}
.try_box p {
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .try_box p {
    font-size: 13px;
  }
}

.try_btn_center {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
}
@media (max-width: 767px) {
  .try_btn_center {
    justify-content: start;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .try_btn_center {
    justify-content: start;
  }
}

.tryshape {
  position: absolute;
  left: -39px;
  top: -32px;
  z-index: -1;
}

.btn.btnfree {
  height: 60px;
  line-height: 44px;
  width: 178px;
}

/*
==========================================
7. appinfo
==========================================
*/
/*
================================
HOME PAGE 1 APP DETAILS DESIGN
================================
*/
.feature3 {
  margin-bottom: 50px;
}
.feature3__image {
  margin-top: 0;
}
@media (max-width: 767px) {
  .feature3 {
    border-radius: 4px;
    padding: 0px;
    margin: 0px;
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .feature3 {
    padding: 0px;
  }
}

@media (max-width: 767px) {
  .App_title.text-center.wow.fadeInUp.mb-70 {
    padding: 0;
    margin-bottom: 27px;
  }
}

.content_title {
  font-size: 18px;
  padding-bottom: 5px;
  font-weight: 600;
  color: #132339;
}

@media (max-width: 767px) {
  .download-area.pt-50.mt-100 {
    margin-top: 30px;
    padding-bottom: 44px;
  }
}

@media (max-width: 767px) {
  .section-title.section-title-large {
    padding-top: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title.section-title-large {
    padding-top: 0px;
  }
}

@media (max-width: 767px) {
  .try-area {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .homefeture_1.pt-115.pb-130 {
    padding-bottom: 50px;
    padding-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .homefeture_1.pt-115.pb-130 {
    padding-bottom: 0px;
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .features__content {
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .app-image img {
    padding-top: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .app-image img {
    padding-top: 50px;
  }
}

.details_image img {
  margin-left: 16px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .app_choose.pt-115.mt-130.pb-160 {
    padding-top: 50px;
  }
}

.feature3__image {
  height: 50px;
  width: 50px;
  background: #4ba0ff;
  border-radius: 20px;
  line-height: 76px;
  display: inline-block;
  text-align: center;
  color: #fff;
  margin-bottom: 34px;
  box-shadow: 0px 20px 40px 0px rgba(43, 31, 8, 0.14);
}

.feature3__image.febg1 {
  background: #fbd06f;
}

.feature3__image.febg2 {
  background: #a097ff;
}

.feature3__image.febg3 {
  background: #48db7a;
}

/*
================================
HOME PAGE 1 DOWNLOAD AREA DESIGN
================================
*/
.download_image {
  position: relative;
  margin-top: 10px;
}

.downloadpos {
  position: absolute;
}

.downloadpos2 {
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0;
}

.download-area {
  background: #f9fdfa;
}
@media (min-width: 768px) and (max-width: 991px) {
  .download-area {
    margin-top: 20px;
    padding-bottom: 30px;
  }
}

.download_bg {
  background: #fafdff;
}

.download_title {
  font-size: 36px;
  color: #132339;
  line-height: 46px;
  font-weight: 600;
  padding-bottom: 14px;
}
@media (max-width: 767px) {
  .download_title {
    font-size: 24px;
    line-height: 1.4;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .download_title {
    font-size: 25px;
    line-height: 35px;
    padding-top: 0px;
  }
}

.feature3__image.bgwhite {
  background: #fff;
}

.content_title {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.content_title:hover {
  color: #19cb55;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.content-title-three:hover {
  color: #583bf7;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.download_content {
  padding-left: 43px;
}
@media (max-width: 767px) {
  .download_content {
    padding-left: 0;
    padding-top: 5px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .download_content {
    padding-left: 0px;
  }
}

.features.pt-80.feturesCommon.wow.fadeInUp {
  margin-left: 130px;
}
@media (max-width: 767px) {
  .features.pt-80.feturesCommon.wow.fadeInUp {
    margin-left: 0;
    padding-top: 65px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .features.pt-80.feturesCommon.wow.fadeInUp {
    margin: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .homefeture_1.pt-115.pb-130 {
    padding-bottom: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .download_content.pl-105.pt-90 {
    padding-top: 0;
    padding-left: 40px;
  }
}

.download_content p {
  padding-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .download_content p {
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .download_content p {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .download_content {
    padding-left: 0;
  }
}

.download-btn {
  margin-top: 40px;
}
.download-btn a {
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-right: 17px;
  box-shadow: 0px 20px 40px 0px rgba(12, 31, 71, 0.14);
}

.bg-android {
  background-image: linear-gradient(-120deg, #57e988 1%, #19cb55 100%);
}

.tp_download {
  background-image: linear-gradient(-120deg, #56bbff 1%, #3d7bff 100%);
}

.details_image.wow.zoomIn img {
  max-width: inherit;
  margin: 0;
}
@media (min-width: 1500px) and (max-width: 1700px) {
  .details_image.wow.zoomIn img {
    margin-left: 150px;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .details_image.wow.zoomIn img {
    margin-left: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .details_image.wow.zoomIn img {
    margin-left: 60px;
    margin-top: 50px;
  }
}

.contentleft {
  margin-left: -42px;
  position: absolute;
  top: 222px;
}

.details_image.pl-120.wow.zoomIn img {
  max-width: inherit;
  margin: 0;
  padding: 0;
}

.downloadpos {
  position: absolute;
  right: 15px;
  top: 0;
}

/*
================================
HOME PAGE 2 APP DETAILS DESIGN
================================
*/
.app_images_h2 {
  position: relative;
  margin-left: -31px;
}

.bgphone {
  position: absolute;
  bottom: -30px;
  z-index: -1;
  animation: pulse 2s infinite;
}

.details_content_h2 .details_btn_h2 a:last-child {
  background: #fff;
  background-color: white;
  box-shadow: 0px 3px 6px 0px rgba(19, 35, 57, 0.1);
}

.details_btn_h2 + a {
  margin-top: 35px;
  display: inline-block;
  text-decoration: none;
}

.fea-link.fea-link-two:hover {
  color: #3694f5;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.fea-link.fea-link-two:hover i {
  color: #3694f5;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.details_btn_h2 a {
  display: inline-block;
  margin-top: 15px;
  background: #3694f5;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  color: #ff4f5a;
  border-radius: 4px;
  margin-right: 10px;
}

.home2IphoneX_h2 {
  position: absolute;
  right: 121px;
  top: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .home2IphoneX_h2 {
    right: 210px;
  }
}

@media (max-width: 767px) {
  .details_content {
    padding-bottom: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .details_content {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .remove-pad {
    padding-left: 0;
  }
}

.details_image.wow.zoomIn img {
    margin-top: 86px;
    width: 100%;
}

@media (max-width: 767px) {
  .app_details.pb-100.pt-120 {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .app_details.pb-100.pt-120 {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 60px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .features.feturesCommon {
    padding-left: 0;
  }
}

.items {
  color: #fff;
  display: flex;
}
@media (max-width: 767px) {
  .items {
    margin-left: 0;
    margin-top: 0;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .items {
    margin-left: 0;
    margin-top: 0;
    padding-left: 0;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .items {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .testimonial-items.actve.pt-55 {
    padding-top: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .app_details_h2 {
    margin-top: 60px;
  }
}

/*
================================
HOME PAGE 2 APP CHOOSE DESIGN
================================
*/
.container-fluidd {
  width: 83%;
  margin: auto;
}

.choose_item {
  box-shadow: 0px -3px 0px 0px rgba(19, 35, 57, 0.1);
  border: 0;
  outline: 0;
  padding: 0 15px;
}

.choose_item img {
  width: 100%;
}

.choose_active .slick-prev.slick-arrow {
  position: absolute;
  bottom: -82px;
  left: 45%;
  display: none;
  border: 0;
  outline: 0;
  cursor: pointer;
  background: transparent;
  font-size: 30px;
  color: #bdc3cb;
}
.choose_active .slick-prev.slick-arrow:hover {
  color: #3694f5;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media (max-width: 767px) {
  .choose_active .slick-prev.slick-arrow {
    left: 26%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .choose_active .slick-prev.slick-arrow {
    left: 40%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .choose_active .slick-prev.slick-arrow {
    left: 40%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .choose_active .slick-prev.slick-arrow {
    left: 41%;
  }
}

.choose_active .slick-next.slick-arrow {
  display: none;
  border: 0;
  outline: 0;
  cursor: pointer;
  position: absolute;
  background: transparent;
  bottom: -82px;
  left: 48%;
  font-size: 30px;
  color: #bdc3cb;
}
.choose_active .slick-next.slick-arrow:hover {
  color: #3694f5;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.app_choose {
  background: #fbfafd;
}

.section-title.app_choose_title {
  font-size: 36px;
  color: #132339;
  line-height: 46px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .section-title.app_choose_title {
    font-size: 25px;
  }
}

/*
================================
HOME PAGE 2 APP PAY AREA DESIGN
================================
*/
.pay_shape1 {
  border-radius: 6px;
}

.pay_shape4 {
  position: absolute;
  top: 34px;
  right: -64px;
  z-index: -1;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pay_shape4 {
    top: 14px;
    right: -32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pay_shape4 {
    right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pay_shape4 {
    right: 0;
  }
}

.h2_app_title_2 {
  font-size: 30px;
  font-weight: 600;
}

.pt-300 {
  padding-top: 250px;
}

.Pay_images {
  position: relative;
  margin-left: 60px;
}
@media (max-width: 767px) {
  .Pay_images {
    padding-top: 60px;
  }
}

.pay_shape2 {
  position: absolute;
  top: 35%;
  left: -27%;
  animation: float-bob-y infinite 3s linear;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pay_shape2 {
    left: -11%;
  }
}

.pay_shape3 {
  position: absolute;
  left: -33px;
  z-index: -1;
  top: 214px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .Pay_images {
    margin-left: 56px;
    margin-top: 0px;
  }
}

.details_btn_h2 {
  display: flex;
}

@media (max-width: 767px) {
  .details_content_h2 {
    padding: 0;
    margin: 0;
    padding-top: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .details_content_h2 {
    padding: 0;
    margin: 0;
    padding-top: 50px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .details_content_h2 p {
    display: block;
    font-size: 15px;
  }
}

.bg-blue {
  background: #3694f5;
  box-shadow: 0px 3px 6px 0px rgba(19, 35, 57, 0.1);
  padding: 17px;
  width: 60px;
  margin-right: 15px;
  cursor: pointer;
}

.bg-white {
  background: white;
  box-shadow: 0px 3px 6px 0px rgba(19, 35, 57, 0.1);
  padding: 17px;
  width: 60px;
  border: 1px solid #fff;
  cursor: pointer;
}

.app_details {
  position: relative;
}

/*
================================
HOME PAGE 1 PURCHES AREA DESIGN
================================
*/
@media (max-width: 767px) {
  .cta_area.pt-105 {
    padding-top: 60px;
  }
}

.purches-area {
  background-image: -webkit-linear-gradient(180deg, #00c2ee 1%, #3c8ff6 66%, #775bfd 100%);
  padding: 90px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.purches {
  padding-top: 81px;
}
@media (max-width: 767px) {
  .purches {
    padding-top: 0;
  }
}
.purches p {
  color: #fff;
  text-align: left;
  padding-bottom: 5px;
}

.purches_text {
  position: absolute;
  top: 6px;
  left: 47px;
  top: 7px;
}
.purches_text h6 {
  font-size: 10px;
  margin: 0;
  color: #3694f5;
}
.purches_text h6 a {
  font-size: 18px;
  padding-left: 15px;
}

.purches_btn {
  border-radius: 6px;
  background-color: white;
  width: 170px;
  position: relative;
  min-height: 54px;
  color: #3694f5;
  padding-left: 10px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  border: 1px solid transparent;
  cursor: pointer;
}
.purches_btn a {
  text-decoration: none;
}
.purches_btn a i {
  padding-left: 10px;
  padding-top: 15px;
  font-size: 23px;
}
.purches_btn span {
  font-size: 10px;
  color: #3694f5;
}
.purches_btn:hover {
  border: 1px solid #fff;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  color: #fff;
  background: transparent;
}
.purches_btn:hover h6 {
  color: #fff;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.purches_btn.btn_outline {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  cursor: pointer;
}
.purches_btn.btn_outline h6 {
  color: #fff;
  margin: 0;
}
@media (max-width: 767px) {
  .purches_btn.btn_outline {
    margin-left: 0px;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .purches_btn.btn_outline {
    margin-left: 70px;
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .purches_btn.btn_outline {
    margin-left: 75px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .purches_btn.btn_outline {
    margin-left: 64px;
  }
}
.purches_btn.btn_outline:hover {
  background: #fff;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  color: #000;
}
.purches_btn.btn_outline:hover h6 {
  color: #000;
}

.purches_heading {
  color: #fff;
}

.purches_text.purches2 h6 {
  color: #fff;
}

@media (min-width: 768px) and (max-width: 991px) {
  .pay_image img {
    margin-left: -11px;
    transform: scale(1.2);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pay_image img {
    margin-left: -11px;
    transform: scale(1.2);
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .pay_image img {
    margin-left: -100px;
  }
}

/*
==========================================
8. custome_animation
==========================================
*/
@keyframes square {
  0% {
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
}
@-webkit-keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.float-bob {
  animation: float-bob-y infinite 3s linear;
}

@-webkit-keyframes scale-upOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
}
@keyframes scale-upOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
}
@-webkit-keyframes scale-right {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes scale-right {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0.7;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0.7;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}
@keyframes hvr-ripple-out {
  0% {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out-two {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@-webkit-keyframes scale-up-three {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  40% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@keyframes scale-up-three {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  40% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@-webkit-keyframes scale-up-four {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  40% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes scale-up-four {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  40% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@-webkit-keyframes scale-up-five {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes scale-up-five {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes animationFramesOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationFramesTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }
  40% {
    transform: translate(141px, 72px) rotate(72deg) scale(1);
  }
  60% {
    transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
@-webkit-keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
@keyframes animationFramesThree {
  0% {
    transform: translate(165px, -179px);
  }
  100% {
    transform: translate(-346px, 617px);
  }
}
@-webkit-keyframes animationFramesThree {
  0% {
    -webkit-transform: translate(165px, -179px);
  }
  100% {
    -webkit-transform: translate(-346px, 617px);
  }
}
@keyframes animationFramesFour {
  0% {
    transform: translate(-300px, 151px) rotate(0deg);
  }
  100% {
    transform: translate(251px, -200px) rotate(180deg);
  }
}
@-webkit-keyframes animationFramesFour {
  0% {
    -webkit-transform: translate(-300px, 151px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(251px, -200px) rotate(180deg);
  }
}
@keyframes animationFramesFive {
  0% {
    transform: translate(61px, -99px) rotate(0deg);
  }
  21% {
    transform: translate(4px, -190px) rotate(38deg);
  }
  41% {
    transform: translate(-139px, -200px) rotate(74deg);
  }
  60% {
    transform: translate(-263px, -164px) rotate(108deg);
  }
  80% {
    transform: translate(-195px, -49px) rotate(144deg);
  }
  100% {
    transform: translate(-1px, 0px) rotate(180deg);
  }
}
@-webkit-keyframes animationFramesFive {
  0% {
    -webkit-transform: translate(61px, -99px) rotate(0deg);
  }
  21% {
    -webkit-transform: translate(4px, -190px) rotate(38deg);
  }
  41% {
    -webkit-transform: translate(-139px, -200px) rotate(74deg);
  }
  60% {
    -webkit-transform: translate(-263px, -164px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-195px, -49px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(-1px, 0px) rotate(180deg);
  }
}
@keyframes gradientBG {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 300% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@-webkit-keyframes gradientBG {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 300% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes imageBgAnim {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 120% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@-webkit-keyframes gradientBG {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 120% 0;
  }
  100% {
    background-position: 0 0;
  }
}
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1 ;
}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: calc(var(--animate-repeat)*2);
  animation-iteration-count: calc(var(--animate-repeat)*2);
}

.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: calc(var(--animate-repeat)*3);
  animation-iteration-count: calc(var(--animate-repeat)*3);
}

.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: calc(var(--animate-delay)*2);
  animation-delay: calc(var(--animate-delay)*2);
}

.animate__animated.animate__delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-delay: calc(var(--animate-delay)*3);
  animation-delay: calc(var(--animate-delay)*3);
}

.animate__animated.animate__delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-delay: calc(var(--animate-delay)*4);
  animation-delay: calc(var(--animate-delay)*4);
}

.animate__animated.animate__delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-delay: calc(var(--animate-delay)*5);
  animation-delay: calc(var(--animate-delay)*5);
}

.animate__animated.animate__faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-duration: calc(var(--animate-duration)/2);
  animation-duration: calc(var(--animate-duration)/2);
}

.animate__animated.animate__fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.8);
  animation-duration: calc(var(--animate-duration)*0.8);
}

.animate__animated.animate__slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration)*2);
  animation-duration: calc(var(--animate-duration)*2);
}

.animate__animated.animate__slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: calc(var(--animate-duration)*3);
  animation-duration: calc(var(--animate-duration)*3);
}

@media (prefers-reduced-motion: reduce), print {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }

  .animate__animated[class*=Out] {
    opacity: 0;
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 53%, 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-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);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  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);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  0%, 20%, 53%, 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-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);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  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);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__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;
  }
}
.animate__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);
  }
}
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-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);
  }
}
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shakeX {
  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 shakeX {
  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);
  }
}
.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}

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

@-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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  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: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  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: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-duration: calc(var(--animate-duration)*1.3);
  animation-duration: calc(var(--animate-duration)*1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}

@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}

@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}

@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}

@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}

@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}

@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}

@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}

@-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);
  }
}
.animate__bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -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) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@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) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__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) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@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) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__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) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@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) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__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) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  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) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__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);
  }
}
.animate__bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__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;
  }
}
.animate__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: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__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: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__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: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__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: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__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: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__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: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__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: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__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: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}

@-webkit-keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}

@-webkit-keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}

@-webkit-keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
@keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}

@-webkit-keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}

@-webkit-keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
@keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}

@-webkit-keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__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);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  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);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  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);
  }
}
.animate__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);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  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);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  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);
  }
}
.animate__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;
  }
}
.animate__flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -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;
  }
}
.animate__flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedInRight {
  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);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes lightSpeedInRight {
  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);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedInLeft {
  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);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes lightSpeedInLeft {
  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);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

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

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

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

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

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

@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -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% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -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;
  }
}
.animate__hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration)*2);
  animation-duration: calc(var(--animate-duration)*2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

@-webkit-keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

@-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: translateZ(0);
    transform: translateZ(0);
  }
}
@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: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__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);
  }
}
.animate__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;
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.animate__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-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-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-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);
  }
}
@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);
  }
}
.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

@-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);
  }
}
@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);
  }
}
.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

@-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-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-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}
/*
==========================================
9. footer
==========================================
*/
/*
=============================
HOME PAGE 1 FOOTER DESIGN
=============================
*/
.footer-area {
  background: #f9fdfa;
  padding-top: 210px;
  margin-top: -130px;
}
.footer-area li {
  margin-bottom: 10px;
}
.footer-area li a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
}
.footer-area li a:hover {
  color: #19cb55;
}
.footer-area i {
  margin-right: 10px;
  color: #19cb55;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-area {
    padding-top: 200px;
  }
}

.footer_design {
  display: flex;
  width: 100%;
}

.footer_logo {
  margin-right: 70px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer_logo {
    margin-right: 0;
  }
}

.copyright_text .colorblue {
  color: #583bf7;
}

.copyright_text .colorlightblue {
  color: #3694f5;
}

.links.special_widget_tp {
  margin-left: -66px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .links.special_widget_tp {
    margin-left: 0;
    width: 200px;
  }
}
@media (max-width: 767px) {
  .links.special_widget_tp {
    margin-left: 0;
  }
}

.link_heading.linkspecail {
  margin-left: -65px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .link_heading.linkspecail {
    margin-left: 0;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .link_heading.linkspecail {
    margin-left: 0;
  }
}

.footer_widget_design {
  margin-bottom: 44px;
}

.link_heading {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .link_heading {
    padding-top: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer_widget_design.fixwidth {
    width: 200px;
  }
}

.container.tp-border {
  border-top: 1px solid #e4ecee;
}

.copyright_text p span {
  color: #19cb55;
}

.footer_social a {
  padding-left: 22px;
}
.footer_social a i {
  color: #95a0ae;
}
.footer_social a:hover {
  color: #19cb55;
}

@media (min-width: 768px) and (max-width: 991px) {
  .copyright_text p {
    font-size: 14px;
  }
}

.footer_social a i {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.footer_social a i:hover {
  color: #19cb55;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

/*
=============================
HOME PAGE 2 FOOTER DESIGN
=============================
*/
.footer2 {
  background: #fff;
  margin-top: 0;
  padding-top: 100px;
}

.footer_widget_design.widget1 {
  margin-right: 158px;
}
.footer_widget_design.widget1 p {
  font-size: 15px;
}
.footer_widget_design.widget1 p span {
  color: #3694f5;
}

.follow {
  padding-top: 17px;
}
.follow span {
  margin-right: 22px;
}
.follow a {
  margin-right: 10px;
}
.follow a i {
  color: #95a0ae;
}
.follow a :hover {
  color: #3694f5;
}

.footer_border_shape {
  border: 1px solid #e4ecee;
  margin-bottom: 15px;
}

.footerbg2 {
  background: #f9fdfa;
  padding-top: 82px;
  margin-top: 100px;
}

.footer-area.padding-remove {
  margin-top: 0;
}

/*
=============================
HOME PAGE 3 FOOTER DESIGN
=============================
*/
.footerbg3 {
  background: #fafdff;
  padding-top: 80px;
}

.footerbg3 li a:hover {
  color: #583bf7;
}

.copyclr3 p span {
  color: #583bf7;
}

.footer-area.padding-remove {
  padding-top: 80px;
}

/*
=============================
SERVICE FOOTER DESIGN
=============================
*/
.footer-area.servicefooter {
  margin-top: 13px;
}

/*
=============================
CONTACT FOOTER DESIGN
=============================
*/
.footer-area.servicefooter.contactfooter {
  padding-top: 90px;
  margin-top: -15px;
}

.footertext-hover ul li a:hover {
  color: #3694f5;
}

.footertext-hover2 ul li a:hover {
  color: #583bf7;
}

/*
==========================================
10. fetures
==========================================
*/
/*
=============================
HOME PAGE 1 FETURES DESIGN
=============================
*/
.features__icon {
  margin-left: -30px;
}
.features p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 38px;
  padding-top: 11px;
}
@media (max-width: 767px) {
  .features p {
    margin-bottom: 22px;
    padding-top: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .features p {
    font-size: 13px;
  }
}
.features a {
  color: #19cb55;
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
}
.features a i {
  margin-left: 8px;
}
.features a:hover {
  color: #F3B0D7;
}

.fetures_title {
  font-size: 30px;
  color: #132339;
  font-weight: 600;
  line-height: 40px;
  margin-top: -17px;
  padding-right: 60px;
  margin-bottom: 23px;
}

.features__icon {
  background-image: linear-gradient(-120deg, #f2b6db 1%, #ff79b7 100%);
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  margin-left: unset;
  margin-bottom: 30px;
  box-shadow: 0px 20px 40px 0px rgba(21, 18, 68, 0.14);
  line-height: 60px;
}

.features__icon.bgclr {
  background-image: linear-gradient(-120deg, #c2b7ff 1%, #766eff 100%);
}

.feabox__img.img1 {
  background-image: linear-gradient(-120deg, #57e988 1%, #19cb55 100%);
}

.feabox__img.img2 {
  background-image: linear-gradient(-120deg, #fbd275 1%, #faaa0f 100%);
}

.feabox__img.img3 {
  background-image: linear-gradient(-120deg, #c2b7ff 1%, #766eff 100%);
}

.feabox.clr1 {
  border-radius: 10px;
  background-color: #f1fcf5;
  color: #19cb55;
}

.tcolor0 {
  color: #3d7bff;
}

.tcolor1 {
  color: #19cb55;
}

.feabox.clr2 {
  background: #fff8ec;
}

.tcolor2 {
  color: #faaa0f;
}

.feabox.clr3 {
  background: #f7f6ff;
}

.tcolor3 {
  color: #766eff;
}

.feabox {
  display: grid;
  place-items: center;
  background: #f4f7ff;
  text-align: center;
  transition: 0.3s;
  border-radius: 10px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.feabox:hover {
  transition: 0.3s;
  transform: translateY(-5px);
}
.feabox__img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background-image: linear-gradient(-120deg, #56bbff 1%, #3d7bff 100%);
  line-height: 80px;
  text-align: center;
  box-shadow: 0px 20px 40px 0px rgba(5, 42, 18, 0.14);
}

.features.pt-105.wow.fadeInLeft {
  padding-left: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .features.pt-105.wow.fadeInLeft {
    padding-left: 26px;
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .features.pt-105.wow.fadeInLeft {
    padding-top: 0;
  }
}

.feabox-title {
  font-size: 20px;
  font-weight: 600;
  margin-top: -18px;
}

.section-title.section_title_white {
  color: #fff;
  font-size: 36px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .section-title.section_title_white {
    font-size: 25px;
    line-height: 1.3;
    padding-top: 33px;
    padding-bottom: 33px;
  }
}

@media (max-width: 767px) {
  .app_image.pt-150.pb-140 {
    padding-bottom: 0px;
    padding-top: 50px;
  }
}

.team-area {
  padding-bottom: 50px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .team-area {
    padding-bottom: 80px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .team-area {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .app_image.app_image3 {
    padding-bottom: 0;
  }
}

/*
=============================
HOME PAGE 2 FETURES DESIGN
=============================
*/
.section_title_wrapper p {
  text-align: left;
}

.section-title {
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 3px;
  line-height: 1.2;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 25px;
    line-height: 1.4;
    padding-bottom: 6px;
  }
  .app_images_h2 {
    margin-left: 0px !important;
    text-align: center;
  }
  .page-gif h2 {
      padding: 0% 0% !important;
  }
  .pn_review_rating img {
      width: 11% !important;
  }
  .holderCircle {
      display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title {
    font-size: 28px;
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .app_image_shape_h3 {
    margin-top: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .details_content_h2 {
    padding-left: 10px;
    padding-top: 50px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .details_content_h2.pt-125.pl-100 {
    padding-left: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .details_content_h2.pt-200 {
    padding-top: 50px;
  }
}

.section-title.section_title_large {
  font-size: 36px;
  line-height: 53px;
}
@media (max-width: 767px) {
  .section-title.section_title_large {
    font-size: 24px;
    line-height: 1.4;
    padding-bottom: 27px;
  }
}

@media (max-width: 767px) {
  .fetures2.fetures3.pt-115.pb-120 {
    padding-top: 45px;
    padding-bottom: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .app_image.app_image3.pt-150.pb-140 {
    padding-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .testimonial_h3.pt-110 {
    padding-top: 0;
  }
}

.details_image.wow.zoomIn {
  text-align: center;
}

.featurebox2 {
  box-shadow: 0px 3px 6px 0px rgba(21, 41, 62, 0.1);
  background: #fff;
  text-align: center;
  padding: 45px 11px;
  border-radius: 4px;
  transition: 0.3s;
}
.featurebox2:hover {
  box-shadow: 0px 20px 40px 0px rgba(21, 41, 62, 0.1);
  transition: 0.3s;
}
.featurebox2:hover a {
  color: #3694f5;
}
.featurebox2:hover i {
  color: #3694f5;
}
.featurebox2__content p {
  line-height: 26px;
  font-size: 14px;
  color: #6a727f;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .featurebox2 {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .featurebox2 {
    margin-bottom: 20px;
  }
}

.fea-title {
  font-size: 18px;
  font-weight: 600;
  padding-top: 24px;
  margin-bottom: 15px;
}

.fea-link {
  display: inline-block;
  padding-top: 10px;
  text-decoration: none;
  color: #132339;
}
.fea-link i {
  padding-left: 10px;
  color: #132339;
}

.fetures2 p {
  text-align: center;
}

.featurebox2__img {
  height: 80px;
  width: 80px;
  background-image: linear-gradient(-60deg, #3cb8ff 0%, #3d96ff 40%, #3d74ff 100%);
  border-radius: 50%;
  line-height: 75px;
  margin: 0 auto;
}

/*
=============================
HOME PAGE 3 FETURES DESIGN
=============================
*/
.featurebox3 {
  text-align: left;
  padding-left: 52px;
}
.featurebox3:hover a {
  color: #583bf7;
}
.featurebox3:hover i {
  color: #583bf7;
}
.featurebox3 p {
  font-size: 16px;
  color: #6a727f;
}
@media (max-width: 767px) {
  .featurebox3 {
    padding-left: 24px;
  }
}

.fea_link3 {
  margin-top: 10px;
  font-weight: 600;
}

.features__icon.h3_shape {
  background: transparent;
  padding-left: 3px;
}

.h3_content a {
  color: #583bf7;
}

.posabsouluteh3 {
  position: absolute;
}

.fetures3 {
  position: relative;
  padding-top: 31px;
}

.shape_1_h3 {
  top: 235px;
  left: 180px;
}

.shape_2_h3 {
  position: absolute;
  bottom: 142px;
  left: 30px;
}

.shape_3_h3 {
  position: absolute;
  right: 253px;
  bottom: 102px;
}

.shape_4_h3 {
  position: absolute;
  bottom: 94px;
  right: 20px;
}

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

.app1 {
  top: 380px;
  left: 170px;
}

.app2 {
  left: 874px;
  top: 259px;
}

.app3 {
  bottom: 218px;
  left: 848px;
}
@media (max-width: 767px) {
  .app3 {
    left: 0;
  }
}

.app4 {
  bottom: 150px;
  left: 4px;
}

.app5 {
  bottom: 109px;
  right: 843px;
}

.app6 {
  top: 326px;
  right: 241px;
}

.app7 {
  bottom: 50px;
  right: 0;
}

.details1 {
  top: 102px;
  left: 150px;
}

.details2 {
  bottom: 66px;
  left: 50px;
}

.details3 {
  bottom: 151px;
  right: 344px;
}

.details4 {
  right: 600px;
  top: -42px;
}

@media (max-width: 767px) {
  .section_title_wrapper.mb-60.text-center.pt-80 {
    padding-top: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section_title_wrapper.mb-60.text-center.pt-80 {
    padding-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section_title_wrapper.mb-60.text-center.pt-80 {
    padding-top: 0;
  }
}

.section_title_wrapper.text-center.mb-70.mt-50 {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .section_title_wrapper.text-center.mb-70.mt-50 {
    padding-top: 20px;
  }
}

/*
==========================================
11. service
==========================================
*/
.service {
  margin-bottom: 90px;
  position: relative;
  text-align: center;
  padding: 15px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.service__icon {
  border-radius: 25px;
  background-color: white;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  margin-bottom: 25px;
}
.service:hover i {
  color: #3694f5;
}
.service:hover {
  color: #3694f5;
}
.service__content h4 {
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 991px) {
  .service__content h4 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .service {
    margin-bottom: 50px;
    padding: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service {
    margin-bottom: 30px;
    border-radius: 6px;
    background-color: white;
    position: relative;
    padding: 20px 60px;
  }
}

.purches_heading {
  padding-bottom: 13px;
  font-size: 36px;
  line-height: 46px;
}

.service_page {
  text-align: left;
  margin-bottom: 50px;
}

.servicepageIcon {
  margin-bottom: 32px;
  text-align: center;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.servicecontent h4 {
  padding-bottom: 10px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.tab-area {
  position: relative;
}

.sbg1 {
  border-radius: 20px;
  background-color: rgba(253, 17, 250, 0.141);
}

.sbg2 {
  border-radius: 20px;
  background-color: rgba(23, 183, 220, 0.122);
}

.sbg3 {
  border-radius: 20px;
  background-color: rgba(252, 6, 23, 0.141);
}

.sbg4 {
  background-color: rgba(34, 114, 204, 0.141);
  border-radius: 20px;
}

.sbg5 {
  border-radius: 20px;
  background-color: rgba(51, 203, 63, 0.141);
}

.sbg6 {
  border-radius: 20px;
  background-color: rgba(253, 191, 22, 0.141);
}

.service-padding {
  padding-bottom: 10px;
}

.tab-menu button {
  margin: 0;
  padding: 16px;
  text-align: left;
  font-size: 18px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0px 30px 50px 0px rgba(6, 6, 6, 0.08);
  margin-bottom: 22px;
}

.tab-menu button i {
  padding-right: 17px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  border-radius: 4px;
  background-color: white;
  box-shadow: 0px 30px 50px 0px rgba(6, 6, 6, 0.08);
  color: #ff4f5a;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.tab_content {
  position: absolute;
  right: 0;
  top: 0;
}

.bigshape {
  position: absolute;
  right: 342px;
  max-width: inherit;
  top: 194px;
  z-index: -1;
  animation: pulse 2s infinite;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bigshape {
    right: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .bigshape {
    right: 0;
  }
}

.mobilesmall {
  position: absolute;
  right: 626px;
  top: 96px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mobilesmall {
    right: 50px;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .mobilesmall {
    right: 50px;
  }
}

.mobilebig {
  position: absolute;
  top: 164px;
  right: 422px;
  z-index: 2;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mobilebig {
    top: 200px;
    right: 156px;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .mobilebig {
    top: 200px;
    right: 156px;
  }
}

.service_page:hover .servicepageIcon {
  transform: translateY(-5px);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.service_page:hover .servicecontent h4 {
  color: #3694f5;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

@media (max-width: 767px) {
  .tab-area.pt-180.mb-200 {
    padding-top: 50px;
    margin-bottom: 50px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .p-custom-rel {
    position: relative;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .p-custom-rel {
    position: relative;
  }
}

/*
==========================================
12. cta
==========================================
*/
.sub-title {
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
  text-align: center;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .sub-title {
    font-size: 22px;
    line-height: 1.4;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sub-title {
    font-size: 31px;
    padding-bottom: 13px;
  }
}

.cta_btn_2 {
  text-align: center;
  display: inline-block;
  border-radius: 4px;
  background-color: #3694f5;
  box-shadow: 0px 20px 40px 0px rgba(50, 140, 230, 0.14);
  color: #fff;
  text-decoration: none;
  line-height: 60px;
  height: 60px;
  width: 180px;
  margin-top: 16px;
}
.cta_btn_2:hover {
  color: #de0f72;
  box-shadow: 0px 20px 40px 0px rgba(50, 140, 230, 0.14);
}

.cta {
  text-align: center;
}
.cta p {
  text-align: center;
  color: #132339;
  line-height: 24px;
}
@media (max-width: 767px) {
  .cta p {
    font-size: 13px;
  }
}

/*
==========================================
13. blog
==========================================
*/
.blog3 {
  background: #f4fbff;
  padding-top: 100px;
  padding-bottom: 130px;
  position: relative;
}
@media (max-width: 767px) {
  .blog3 {
    margin-top: 30px;
    padding-bottom: 42px;
  }
}

.post-input.bg-form-color textarea {
  height: 150px;
  background: #f8f8f8;
}

.blog {
  width: 371px;
  margin-right: 8px;
  margin-bottom: 20px;
}
.blog__image img {
  width: 100%;
}
.blog__meta {
  border-radius: 4px;
  background-image: linear-gradient(-120deg, #c2b7ff 1%, #766eff 100%);
  box-shadow: 0px 3px 6px 0px rgba(11, 9, 52, 0.14);
  background: #fff;
  padding-left: 27px;
  padding-bottom: 50px;
}
.blog__meta span {
  font-size: 14px;
  display: inline-block;
  padding: 25px 0 18px 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog__meta {
    padding-left: 12px;
    padding-bottom: 24px;
  }
}
.blog h3 {
  font-size: 20px;
  color: #132339;
  font-weight: 600;
  line-height: 28px;
  padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog h3 {
    font-size: 17px;
  }
}
.blog:hover a, .blog i {
  color: #583bf7;
}
@media (max-width: 767px) {
  .blog {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog {
    width: 100%;
    margin-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog {
    width: 100%;
    margin-right: 0;
  }
}

.blog_link {
  font-weight: 600;
  font-size: 14px;
}

.team_title_h3 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .team_title_h3 {
    font-size: 25px;
    line-height: 1.4;
  }
}

.blog_links h4 {
  padding-top: 17px;
  color: #6a727f;
  font-size: 16px;
}

.blogshape3 {
  position: absolute;
  bottom: -210px;
  left: 309px;
  z-index: -1;
}

.paginati ul {
  text-align: center;
}
.paginati ul li {
  list-style: none;
  display: inline-block;
  height: 40px;
  width: 40px;
  background: #f8f8f8;
  border-radius: 50%;
  line-height: 40px;
  color: #6a727f;
  margin-top: 40px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  cursor: pointer;
}
.paginati ul li:hover {
  background: #19cb55;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  color: #fff;
}
.paginati ul li a {
  text-decoration: none;
}

/*
================================
BLOG CLASSIC DESIGN
================================
*/
.blog_date {
  background: #19cb55;
  border-radius: 4px;
  text-align: center;
  padding: 10px 21px;
}
.blog_date h4 {
  font-size: 26px;
  color: #fff;
  font-weight: 600;
  margin: 0;
}
.blog_date span {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.blog_links li:first-child {
  text-align: center;
  margin-top: 14px;
}

.blog_links {
  text-align: center;
}

.blog_links ul li a {
  background: #f8f8f8;
  display: inline-block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  line-height: 50px;
  margin-top: 6px;
}
.blog_links ul li a:hover {
  background: #19cb55;
  color: #fff;
}

.blog_meta a {
  display: inline-block;
  margin-right: 30px;
  padding-top: 18px;
  text-decoration: none;
}
.blog_meta a i {
  padding-right: 7px;
}
.blog_meta:hover {
  color: #19cb55;
}

.blog_classic_content h3 {
  font-size: 24px;
  color: #132339;
  font-weight: 600;
  padding-top: 20px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.blog_classic_content h3:hover {
  color: #19cb55;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.blog_classic_content a {
  text-decoration: none;
  color: #132339;
}
.blog_classic_content a i {
  padding-left: 12px;
}
@media (max-width: 767px) {
  .blog_classic_content a {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog_classic_content a {
    font-size: 16px;
    line-height: 1.4;
  }
}
.blog_classic_content a:hover {
  color: #19cb55;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog_classic_content p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog_classic_content p {
    font-size: 14px;
  }
}

.search_box input {
  background: #f8f8f8;
  padding: 15px 20px;
  border: 0;
  width: 100%;
}
.search_box i {
  display: inline-block;
  margin-left: -50px;
  margin-top: 16px;
  position: absolute;
}
@media (max-width: 767px) {
  .search_box i {
    margin-left: -50px;
    margin-top: 20px;
    right: 34px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .search_box i {
    margin-left: -50px;
    margin-top: 18px;
    right: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .search_box i {
    margin-left: -50px;
    margin-top: 18px;
    right: 100px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .post-comment-form.contact-form {
    margin-top: 38px;
  }
}

.cate_title {
  padding-top: 60px;
  margin-bottom: 26px;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .cate_title {
    padding-top: 30px;
  }
}

.category_widget ul li {
  margin-bottom: 13px;
}
.category_widget ul li a {
  text-decoration: none;
}
.category_widget ul li a:hover {
  color: #19cb55;
}

.post {
  margin-bottom: 30px;
}
.post__content {
  margin-top: 10px;
}
.post__content h6 {
  font-size: 16px;
  color: #132339;
  margin-bottom: 4px;
  font-weight: 600;
}
.post__content h4 {
  font-size: 16px;
  font-weight: 600;
  color: #6a727f;
}

.post__thumb a {
  display: inline-block;
  background: #f8f8f8;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
}

.tag a {
  padding: 10px 18px;
  background: #f8f8f8;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 600;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  border-radius: 4px;
}
.tag a:hover {
  background: #19cb55;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  color: #fff;
}

.post__thumb a i {
  color: #19cb55;
}

.client_qoute {
  background: #f8f8f8;
  height: 200px;
  padding-top: 50px;
  padding-left: 50px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .client_qoute {
    padding-left: 17px;
  }
}
.client_qoute p {
  font-size: 18px;
  color: #132339;
  font-weight: 400;
  position: relative;
}
.client_qoute p::before {
  position: absolute;
  top: -17px;
  left: -23px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "";
  font-size: 24px;
  color: #cacdd2;
  opacity: 0.3;
}
@media (max-width: 767px) {
  .client_qoute p::before {
    top: -23px;
    left: -9px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .client_qoute p {
    font-size: 16px;
    line-height: 1.4;
  }
}
.client_qoute span {
  color: #6a727f;
  display: inline-block;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .client_qoute span {
    margin-top: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .client_qoute {
    min-height: 200px;
    padding-top: 30px;
    padding-left: 50px;
  }
}

.classic_pagination ul {
  text-align: left;
}
.classic_pagination ul li {
  text-align: center;
}

.blog-left {
  max-width: 70px;
  float: left;
}

.blog_links li {
  color: #6a727f;
}

.blog-right {
  overflow: hidden;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .blog-right {
    padding-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-right {
    padding-left: 15px;
  }
}

.blog__meta h3 a {
  text-decoration: none;
}

@media (max-width: 767px) {
  .blog-classic {
    margin-bottom: 61px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-classic {
    margin-bottom: 61px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-classic {
    margin-bottom: 61px;
  }
}

.page_title.singleblog_title {
  line-height: 54px;
  font-size: 40px;
  font-weight: 600;
  color: #132339;
}
@media (max-width: 767px) {
  .page_title.singleblog_title {
    font-size: 22px;
    line-height: 1.4;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .page_title.singleblog_title {
    font-size: 35px;
    line-height: 1.4;
  }
}

.page__title.single_blog {
  background: #f9fdfa;
  min-height: 600px;
  position: relative;
}
@media (max-width: 767px) {
  .page__title.single_blog {
    padding-bottom: 90px;
    min-height: 0;
  }
}

.blog_overview ul li {
  list-style: none;
  display: inline-block;
  color: #fff;
  margin-right: 22px;
  color: #6a727f;
}
.blog_overview ul li i {
  margin-right: 9px;
}

.solid-square2 {
  left: 0;
  top: 0;
}

.solid-square3 {
  bottom: 0;
  right: 0;
}

.solid-square4 {
  bottom: 141px;
  right: 50px;
}

.solid-square5 {
  bottom: 120px;
  right: 35px;
}

.solid-square7 {
  bottom: 60px;
  left: 53px;
}

.solid-square6 {
  bottom: 0;
  left: 0;
}

.solid-square1 {
  top: 45%;
  left: 23%;
}

.solid-square8 {
  bottom: 74px;
  left: 37%;
}

.solid-square9 {
  top: 35%;
  left: 69%;
}

.solid-square10 {
  bottom: 165px;
  left: 61%;
}

.solid-square11 {
  right: 0;
  top: 0;
}

.singleBlogfooter {
  margin-top: 0;
}

.searching_tags ul li {
  display: inline-block;
  margin-top: 42px;
}
.searching_tags ul li a {
  display: block;
  background: #f8f8f8;
  padding: 15px 18px;
  text-decoration: none;
  border-radius: 4px;
}

.searching_tags ul li:first-child {
  font-size: 18px;
  font-weight: 600;
  padding-right: 36px;
}
@media (max-width: 767px) {
  .searching_tags ul li:first-child {
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .BLOG.mb-200.mt-100 {
    margin-bottom: 100px;
  }
}

.share_via {
  position: relative;
  margin-top: 50px;
}

.share_icon_blogs ul li {
  display: inline-block;
  margin-right: 11px;
}
.share_icon_blogs ul li a {
  display: block;
  background: #f1f3f2;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  color: #9499ae;
}
.share_icon_blogs ul li a:hover {
  background: #19cb55;
  color: #fff;
}

.share_text {
  position: absolute;
  top: 15px;
}

.share_text span {
  font-size: 18px;
  font-weight: 600;
}

.share_via::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background: #f4f4f4;
  top: -21px;
}
@media (max-width: 767px) {
  .share_via::before {
    display: none;
  }
}

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

.comments_profile {
  background: #f7f7f7;
  display: flex;
}

.profile_image img {
  margin-top: 55px;
  margin-left: 53px;
}
@media (max-width: 767px) {
  .profile_image img {
    margin-left: 10px;
    max-width: inherit;
  }
}

.commenter {
  padding-left: 60px;
  padding-top: 56px;
}
@media (max-width: 767px) {
  .commenter {
    padding-left: 15px;
  }
}
.commenter p {
  padding-top: 12px;
}
@media (max-width: 767px) {
  .commenter {
    padding: 30;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .comments-text p {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .avatar-name h5 {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .avatar-name span {
    font-size: 11px;
  }
}

.latest-comments li:first-child .comments-box {
  border-top: 0;
  padding-top: 0;
}

.comments-avatar {
  float: left;
  margin-right: 20px;
}

.comments-text {
  overflow: hidden;
  border-bottom: 1px solid #f1f0f7;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .comments-text p {
    font-size: 13px;
  }
}

.avatar-name {
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}

.comment-reply {
  font-weight: 600;
  font-size: 14px;
  color: #1f1841;
  text-decoration: none;
}

.latest-comments li.children {
  margin-left: 105px;
}
@media (max-width: 767px) {
  .latest-comments li.children {
    margin-left: 10px;
  }
}

.post-comment-title h3 {
  font-size: 22px;
}

/*form*/
.post-comment-form h4 {
  font-size: 22px;
  margin-bottom: 0;
}

.post-comment-form > span {
  display: inline-block;
  margin-bottom: 45px;
}

.post-input input, .post-input textarea {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 30px 30px;
  border-radius: 4px;
  border: 2px solid #f5f5f5;
  background: #f5f5f5;
  margin-bottom: 20px;
}

.post_comments {
  padding: 10px 0px 31px 0px;
  font-weight: 600;
}

.post-input textarea {
  height: 180px;
  line-height: 26px;
  resize: none;
  padding: 30px;
  padding-top: 20px;
}

.post-check span {
  font-size: 14px;
}

.btn.btn-comment {
  height: 50px;
  text-transform: capitalize;
}

.contact__info {
  position: relative;
}

.contact__info::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 78%;
  background: #eaeff5;
  bottom: -34px;
}

.contact__form ul li {
  padding-top: 25px;
}

.info_title {
  margin-bottom: 10px;
}

/*contact form*/
.post-input.contact-form input, .post-input textarea {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0px 30px;
  border-radius: 4px;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0px 3px 6px 0px rgba(19, 35, 57, 0.1);
  margin-bottom: 20px;
}

.post-input.contact-form textarea {
  height: 180px;
  line-height: 26px;
  resize: none;
  padding: 30px;
  padding-top: 20px;
}

@media (max-width: 767px) {
  .contact__wrapper.mt-115.mb-80 {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .contact__form.mt-70 {
    margin-bottom: 46px;
  }
}

/*
==========================================
14. social
==========================================
*/
.share {
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 3px 6px 0px rgba(0, 15, 36, 0.1);
  display: flex;
  padding: 26px 25px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.share__content {
  margin-left: 18px;
}
.share__content h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.share__content span {
  font-size: 16px;
  color: #565c64;
}
.share__more {
  margin-left: 45px;
}
.share:hover h4 {
  color: #583bf7;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.share:hover i {
  color: #583bf7;
}
.share:hover {
  transform: translateX(-5px);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.social_sub {
  text-align: center;
}

@media (max-width: 767px) {
  .section_title_wrapper.mb-80.text-center.mt-115 {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .social_share.mb-170 {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .social_share {
    margin-bottom: 50px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .p-custom-rel {
    position: relative !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .p-custom-rel {
    position: relative !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .p-custom-rel {
    position: relative !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .p-custom-rel {
    position: relative !important;
  }
}

/*
==========================================
15. page
==========================================
*/
.page__title {
  background-image: linear-gradient(-120deg, #5e54fd 1%, #5d45e5 100%);
  min-height: 450px;
}

.shape {
  position: absolute;
}

.triangle {
  left: 290px;
  top: 0;
  z-index: 2;
  animation: square 10s linear 0s infinite alternate;
}
@media (max-width: 767px) {
  .triangle {
    display: none;
  }
}

.solid-square {
  right: 65px;
  top: 130px;
}

.dotted-square {
  right: 0;
  top: 120px;
}

.page_title {
  font-size: 50px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .page_title {
    font-size: 26px;
    line-height: 1.4;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .page_title {
    font-size: 30px;
    line-height: 1.4;
  }
}

.page__title-content ol {
  text-align: center;
  display: inline-block;
}
.page__title-content ol li a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.pt-235 {
  padding-top: 235px;
}

.btn.about-btn {
  background: transparent;
  border: 1px solid #fff;
}

div.page__title-content h2 {
  line-height: 1;
}

/*
==========================================
16. pricing
==========================================
*/
.pricing_title {
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
}
@media (max-width: 767px) {
  .pricing_title {
    font-size: 25px;
    line-height: 1.4;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pricing_title {
    font-size: 28px;
    line-height: 1.4;
  }
}

.pricing {
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 30px 70px 0px rgba(3, 15, 44, 0.08);
  padding: 40px 57px;
  position: relative;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  border: 2px solid transparent;
}
.pricing__header {
  text-align: center;
}
.pricing__header h4 {
  font-size: 14px;
  margin-bottom: 20px;
}
.pricing__header h2 {
  font-size: 40px;
  line-height: 26px;
  font-weight: 600;
  color: #ffaa45;
  margin-bottom: 10px;
  padding-bottom: 0;
}
.pricing__content {
  padding-top: 30px;
}
.pricing__content ul li {
  font-size: 14px;
  margin-bottom: 20px;
  color: #4f5c5f;
}
.pricing__content ul li i {
  padding-right: 18px;
  color: #09c185;
}
@media (max-width: 767px) {
  .pricing__content ul li {
    font-size: 12px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pricing__content ul li {
    font-size: 18px;
  }
}
.pricing__footer {
  text-align: center;
  margin-top: 40px;
}
.pricing__footer a {
  display: inline-block;
  text-decoration: none;
  color: #ff4f5a;
  border: 1px solid #ff4f5a;
  padding: 15px 30px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  border-radius: 4px;
}
.pricing__footer a:hover {
  background: #ff4f5a;
  border: 1px solid transparent;
  color: #fff;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  border-radius: 4px;
  background-color: #ff4f5a;
  box-shadow: 0px 20px 40px 0px rgba(255, 79, 90, 0.16);
}
.pricing:hover {
  border: 2px solid #f59aa0;
  z-index: 99;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  border-radius: 4px;
  box-shadow: 0px 20px 40px 0px rgba(255, 79, 90, 0.11);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pricing {
    padding: 40px 40px;
  }
}

.pricing::before {
  position: absolute;
  content: "";
  height: 166px;
  width: 166px;
  background: #feefde;
  left: -2px;
  top: 0;
  clip-path: ellipse(37% 40% at 0% 27%);
}

.design1 {
  position: relative;
  content: "";
}

.design1::before {
  position: absolute;
  content: "";
  height: 116px;
  width: 116px;
  background: #fee5e7;
  top: 13%;
  clip-path: ellipse(37% 40% at 0% 48%);
  left: -4px;
}

.design2 {
  position: relative;
}

.design2::before {
  position: absolute;
  content: "";
  height: 102px;
  width: 123px;
  background: #ebecfe;
  clip-path: ellipse(37% 40% at 52% 0%);
  top: -2px;
  left: 0%;
}

@media (max-width: 767px) {
  .pricing-area {
    padding-top: 41px;
  }
}

@media (max-width: 767px) {
  .footer-area.servicefooter.pricing-footer {
    padding-top: 50px;
    margin-top: 0px;
  }
}

.pricing :is(.orange) h2 {
  color: #ff4f5a;
}
.pricing :is(.lightcolor) h2 {
  color: #7162fd;
}

.price-1 {
  top: 360px;
}

.price-2 {
  top: 522px;
  left: 34px;
}

.price-3 {
  right: 50px;
  bottom: 300px;
}

/*
==========================================
1. Button
==========================================
*/
/* button style */
.bt-btn {
  background: #3e976c;
  color: #fff;
  padding: 20px 35px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 13px;
  border-radius: 30px;
  border: 0;
  display: inline-block;
  transition: 0.3s;
  line-height: 1;
}

.bt-btn:hover {
  background: #223645;
  color: #fff;
}

.bt-btn-black {
  background: #223645;
  color: #fff;
}

.bt-btn-black:hover {
  background: #3e976c;
  color: #fff;
}

/*
==========================================
17. login
==========================================
*/
/* 15. Login */
.basic-login {
  padding: 90px;
  border: 2px solid #eaedff;
}
.basic-login h3 {
  font-size: 30px;
}
.basic-login input {
  width: 100%;
  height: 60px;
  border: 2px solid #eaedff;
  color: #6f7172;
  padding: 0 20px;
  margin-bottom: 20px;
}
.basic-login label {
  color: #222;
  display: block;
}
.basic-login label span {
  color: #3e976c;
}

.login-action input {
  width: inherit;
  height: auto;
}
.login-action label {
  display: inline-block;
  margin-left: 5px;
}

.or-divide {
  border-top: 2px solid #eaedff;
  margin: 40px 0;
  text-align: center;
  position: relative;
}
.or-divide span {
  position: absolute;
  left: 0;
  right: 0;
  top: -9px;
  background: #ffffff;
  display: inline-block;
  width: 40px;
  margin: auto;
  line-height: 1;
  font-weight: 500;
}

.forgot-login a {
  color: #3e976c;
}
.forgot-login a:hover {
  color: #84b77c;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .basic-login {
    padding: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .basic-login {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .basic-login {
    padding: 30px;
  }

  .forgot-login {
    float: none;
  }

  .log-rem {
    float: none;
    margin-bottom: 10px;
    display: block;
  }
}
.theme-btn-2 {
  background-color: #5e54fd;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.theme-btn-2:hover {
  background-color: #19cb55;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.bt-btn-green {
  background: #19cb55;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.bt-btn-green:hover {
  background: #5e54fd;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.myBtn {
    background-color: #f2f2f2;
    border: 1px solid #ddd;
    color: #333;
    font-size: 1em;
    padding: 0.75em;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

/*# sourceMappingURL=style.css.map */

.post-gif {
    width: 100%;
    /*padding: 4%;*/
    /*border-radius: 20px;*/
    /*box-shadow: 0px 2px 9px 1px #ccc;*/
}
.page-gif {
    text-align: center;
}
.page-gif h2{
    padding: 0% 28%;
}
.company-li {
    margin-bottom: 2%;
}
.company-li li{
    list-style: inside;
    list-style-type: circle;
    margin-left: 7%;
    line-height: 2;
}



 @keyframes scroll {
	 0% {
		 transform: translateX(0);
	}
	 100% {
		 transform: translateX(calc(-250px * 7));
	}
}
 .slider {
	 height: 100px;
	 margin: auto;
	 overflow: hidden;
	 position: relative;
	 width: auto;
}
 .slider .slide-track {
	 animation: scroll 40s linear infinite;
	 display: flex;
	 width: calc(250px * 14);
}
 .slider .slide {
	 height: 100px;
	 width: 250px;
}



.pn_testimonial_box {
  font-weight: 300;
  padding: 2rem;
  margin: 2rem;
  border: 1px solid #405fbd;
  position: relative;
  transition: 1s;
  transform: scale(0.9);
  background-color: #fff;
  -webkit-border-radius: 4rem;
  -moz-border-radius: 4rem;
  -ms-border-radius: 4rem;
  border-radius: 4rem;
}
.pn_testimonial_box:hover {
  box-shadow: 2px 4px 8px #d6d8da;
  border: 1px solid #fff;
  transform: scale(1);
  position: relative;
  z-index: 1;
}
.pn_review_rating img {
  width: 20%;
}
.pn_review_profile img {
  position: absolute;
  margin: -1rem -5rem 0;
}
.pn_review_profile span {
  position: absolute;
  padding-left: 20px;
}


@media (max-width: 575px) {
    /*---------- testimonial css start ----------*/
    .pn_reviews {
        padding: 3rem 0;
    }
    .pn_reviews h1 {
        font-size: 2rem;
        padding-bottom: 1rem !important;
    }
    .pn_testimonial_box {
        padding: 2rem;
        margin: 1rem;
        border: 1px solid #405fbd;
        position: relative;
        -webkit-border-radius: 4rem;
        -moz-border-radius: 4rem;
        -ms-border-radius: 4rem;
        border-radius: 4rem;
    }
    .pn_review_profile img {
        position: absolute;
        margin: 0rem -1.5rem 0;
        width: 22%;
    }
    .pn_review_profile span {
        position: absolute;
        padding: 1rem;
        padding-left: 17%;
    }
    /*.pn_review_rating img {*/
    /*    width: auto;*/
    /*}*/
    .logo img {
        width: 58% !important;
    }
    .hero-two-title {
        font-size: 24px !important;
        margin-top: 9%;
    }
    #text1 {
        font-size: 25px;
        text-shadow: none !important;
    }
    #text2 {
        font-size: 25px;
    }
    .bgphone {
        left: 0;
    }
}


.popup{
  /*background: #fff;*/
  /*padding: 25px;*/
  /*border-radius: 15px;*/
  /*top: -150%;*/
  width: 100%;
  /*opacity: 0;*/
  /*pointer-events: none;*/
  box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
  /*transform: translate(-50%, 30%) scale(1.2);*/
  transition: top 0s 0.2s ease-in-out,
              opacity 0.2s 0s ease-in-out,
              transform 0.2s 0s ease-in-out;
}
.popup.show{
  top: 50%;
  opacity: 1;
  pointer-events: auto;
  transform:translate(-50%, -50%) scale(1);
  transition: top 0s 0s ease-in-out,
              opacity 0.2s 0s ease-in-out,
              transform 0.2s 0s ease-in-out;
}
.popup :is(header, .icons, .field){
  /*display: flex;*/
  align-items: center;
  justify-content: space-between;
  background-color: #311d78;
    text-align: center;
    background-image: linear-gradient(133deg, #b7a9ff, #887ffc);
}
.popup header{
  padding-bottom: 15px;
  /*border-bottom: 1px solid #ebedf9;*/
}
header span{
  font-size: 21px;
  font-weight: 600;
}
header .close, .icons a{
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
header .close{
    color: #878787;
    font-size: 11px;
    background: #f2f3fb;
    height: 24px;
    width: 24px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}
header .close:hover{
  background: #ebedf9;
}
header .pop-header h4 {
    color: #fff;
    padding-top: 3%;
}
.popup .content{
  margin: 20px 0;
}
.pop-group {
    padding: 2% 4%;
}
.pop-group label {
    color: #000;
    font-size: initial;
    margin-bottom: 2%;
}
.pop-group .pop-product {
    width: 100%;
    padding: 4px 10px;
    margin-top: 2%;
}

.pop-group optgroup {
    font-size: 14px;
}
.pop-group .form-control {
    margin-bottom: 10px;
    padding: 4px 10px;
}

.pop-submit {
    text-align: center;
}
.pop-submit .btn{
    margin-top: 5%;
}

.home-pop-header {
    position: absolute;
    right: 0;
    top: -39px;
    border: none;
}





