/*
Template Name: Moonlit - Hotel and Resturant HTML Template
Author: Reacthemes
Author URI: https://themeforest.net/user/reacthemes
Tags: Hotel, Resturant, Spa, Message, Honeymoon, Booking
Version: 1.0
*/
/* ---------------------
All CSS Structure Follow this Order
----------------------

1. Variable
1. mixin
3. reset
4. typography
5. Spacing
6. loader
7. common
8. animation
9. input
10. components
11. common style
12. banner
13. about
14. rooms
15. testimonial
16. video
17. offer
18. advance__search
19. newsletter
20. facility
21. blog
22. service
23. team
24. resturant-menu
25. gallery
26. event
27. offcanvase__menu
28. contact
29. form
30. footer
-------------*/
@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Onest:wght@100..900&amp;display=swap");
:root {
  /* Text Color */
  --rts-para: #666666;
  --rts-heading: #002524;
  --rts-black: #000000;
  --rts-white: #ffffff;
  --rts-neon: #DFFF03;
  /* Background Color */
  --btn-1: #002524;
  --heading-color: #002524;
  --heading-color-2:#DFFF03;
  --heading-color-3:#FAFFD7;
  --heading-color-4:#34A853;
  --heading-color-5:#EBFFF1;
  --rts-border: rgba(0, 37, 36, 0.1);
  --transparent: transparent;
  --transition: all 0.3s;
  --color-success: #26cf4b;
  --color-danger: #ff0003;
  --color-warning: #ff8f3c;
  --color-info: #1ba2db;
  --color-facebook: #3b5997;
  --color-twitter: #1ba1f2;
  --color-youtube: #ed4141;
  --color-linkedin: #0077b5;
  --color-pinterest: #e60022;
  --color-instagram: #c231a1;
  --color-vimeo: #00adef;
  --color-twitch: #6441a3;
  --color-discord: #7289da;
  /* typhography */
  --inter: "Inter", sans-serif;
  --h1: 80px;
  --h2: 64px;
  --h3: 48px;
  --h4: 40px;
  --h5: 24px;
  --h6: 20px;
  --20: 20px;
  --18: 18px;
  --p: 16px;
  --p-sm: 16px;
  --p-xs: 14px;
}

/*
  1. Use a more-intuitive box-sizing model.
*/
*, *::before, *::after {
  box-sizing: border-box;
}

/*
  2. Remove default margin
*/
* {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
}

/*
  Typographic tweaks!
  3. Add accessible line-height
  4. Improve text rendering
*/
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

/*
  5. Improve media defaults
*/
img, picture, video, canvas, svg {
  display: inline-block;
  max-width: 100%;
}

/*
  6. Remove built-in form typography styles
*/
input, button, textarea, select {
  font: inherit;
}

/*
  7. Avoid text overflows
*/
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

/*
  8. Create a root stacking context
*/
#root, #__next {
  isolation: isolate;
}

/*-----------------
    Typography
-------------------*/
:root {
  --font-heading: "Inter", sans-serif;
  --font-body: "Poppins", sans-serif;
  --font-tight: "Inter Tight", sans-serif;
  --font-roboto: "Roboto", sans-serif;
  --font-onest: "Onest", sans-serif;
}

body {
  font-size: var(--p);
  line-height: 24px;
  font-weight: 500;
  font-family: var(--font-heading);
  color: var(--rts-para);
  overflow-x: hidden;
  margin: 0 auto;
}

html,
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
  max-width: 100%;
}

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

.font-xs {
  font-size: var(--p-xs);
}

.font-sm {
  font-size: 18px;
}

.rts__white {
  color: var(--rts-white);
}

h1,
.h1 {
  font-size: var(--h1);
  line-height: 90px;
}
@media screen and (max-width: 992px) {
  h1,
.h1 {
    font-size: 70px;
    line-height: 80px;
  }
}

h2,
.h2 {
  font-size: var(--h2);
  line-height: 70px;
}
@media screen and (max-width: 1200px) {
  h2,
.h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media screen and (max-width: 992px) {
  h2,
.h2 {
    font-size: 48px;
    line-height: 58px;
  }
}
@media screen and (max-width: 768px) {
  h2,
.h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 576px) {
  h2,
.h2 {
    font-size: 35px;
    line-height: 45px;
  }
}

h3,
.h3 {
  font-size: var(--h3);
  line-height: 54px;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  h3,
.h3 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 992px) {
  h3,
.h3 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media screen and (max-width: 768px) {
  h3,
.h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 576px) {
  h3,
.h3 {
    font-size: 25px;
    line-height: 35px;
  }
}

h4,
.h4 {
  font-size: var(--h4);
  line-height: 50px;
}
@media screen and (max-width: 992px) {
  h4,
.h4 {
    font-size: 30px;
    line-height: 40px;
  }
}

h5,
.h5 {
  font-size: var(--h5);
  line-height: 28px;
}
@media screen and (max-width: 992px) {
  h5,
.h5 {
    font-size: 20px;
    line-height: 30px;
  }
}

h6,
.h6 {
  font-size: var(--h6);
  line-height: 30px;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  h6,
.h6 {
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  h6,
.h6 {
    font-size: 20px;
    line-height: 30px;
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: var(--rts-heading);
  font-weight: 500;
  font-family: var(--font-heading);
}

p {
  font-size: var(--p);
}
p:last-child {
  margin-bottom: 0;
}

.font-20 {
  font-size: 20px;
}
@media screen and (max-width: 576px) {
  .font-20 {
    font-size: 18px;
  }
}

.text-dark {
  color: var(--rts-heading) !important;
}

.text-body {
  color: var(--rts-para) !important;
}

.list-style-dot li {
  list-style: none;
  padding-left: 30px;
  margin-bottom: 15px;
  font-weight: 500;
  position: relative;
}
.list-style-dot li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: var(--rts-button-1);
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-20 {
  padding-left: 20px;
}

.pl-21 {
  padding-left: 21px;
}

.pl-22 {
  padding-left: 22px;
}

.pl-23 {
  padding-left: 23px;
}

.pl-24 {
  padding-left: 24px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-26 {
  padding-left: 26px;
}

.pl-27 {
  padding-left: 27px;
}

.pl-28 {
  padding-left: 28px;
}

.pl-29 {
  padding-left: 29px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-31 {
  padding-left: 31px;
}

.pl-32 {
  padding-left: 32px;
}

.pl-33 {
  padding-left: 33px;
}

.pl-34 {
  padding-left: 34px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-36 {
  padding-left: 36px;
}

.pl-37 {
  padding-left: 37px;
}

.pl-38 {
  padding-left: 38px;
}

.pl-39 {
  padding-left: 39px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-41 {
  padding-left: 41px;
}

.pl-42 {
  padding-left: 42px;
}

.pl-43 {
  padding-left: 43px;
}

.pl-44 {
  padding-left: 44px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-46 {
  padding-left: 46px;
}

.pl-47 {
  padding-left: 47px;
}

.pl-48 {
  padding-left: 48px;
}

.pl-49 {
  padding-left: 49px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-51 {
  padding-left: 51px;
}

.pl-52 {
  padding-left: 52px;
}

.pl-53 {
  padding-left: 53px;
}

.pl-54 {
  padding-left: 54px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-56 {
  padding-left: 56px;
}

.pl-57 {
  padding-left: 57px;
}

.pl-58 {
  padding-left: 58px;
}

.pl-59 {
  padding-left: 59px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-61 {
  padding-left: 61px;
}

.pl-62 {
  padding-left: 62px;
}

.pl-63 {
  padding-left: 63px;
}

.pl-64 {
  padding-left: 64px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-66 {
  padding-left: 66px;
}

.pl-67 {
  padding-left: 67px;
}

.pl-68 {
  padding-left: 68px;
}

.pl-69 {
  padding-left: 69px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-71 {
  padding-left: 71px;
}

.pl-72 {
  padding-left: 72px;
}

.pl-73 {
  padding-left: 73px;
}

.pl-74 {
  padding-left: 74px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-76 {
  padding-left: 76px;
}

.pl-77 {
  padding-left: 77px;
}

.pl-78 {
  padding-left: 78px;
}

.pl-79 {
  padding-left: 79px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-81 {
  padding-left: 81px;
}

.pl-82 {
  padding-left: 82px;
}

.pl-83 {
  padding-left: 83px;
}

.pl-84 {
  padding-left: 84px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-86 {
  padding-left: 86px;
}

.pl-87 {
  padding-left: 87px;
}

.pl-88 {
  padding-left: 88px;
}

.pl-89 {
  padding-left: 89px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-91 {
  padding-left: 91px;
}

.pl-92 {
  padding-left: 92px;
}

.pl-93 {
  padding-left: 93px;
}

.pl-94 {
  padding-left: 94px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-96 {
  padding-left: 96px;
}

.pl-97 {
  padding-left: 97px;
}

.pl-98 {
  padding-left: 98px;
}

.pl-99 {
  padding-left: 99px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-101 {
  padding-left: 101px;
}

.pl-102 {
  padding-left: 102px;
}

.pl-103 {
  padding-left: 103px;
}

.pl-104 {
  padding-left: 104px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-106 {
  padding-left: 106px;
}

.pl-107 {
  padding-left: 107px;
}

.pl-108 {
  padding-left: 108px;
}

.pl-109 {
  padding-left: 109px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-111 {
  padding-left: 111px;
}

.pl-112 {
  padding-left: 112px;
}

.pl-113 {
  padding-left: 113px;
}

.pl-114 {
  padding-left: 114px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-116 {
  padding-left: 116px;
}

.pl-117 {
  padding-left: 117px;
}

.pl-118 {
  padding-left: 118px;
}

.pl-119 {
  padding-left: 119px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-121 {
  padding-left: 121px;
}

.pl-122 {
  padding-left: 122px;
}

.pl-123 {
  padding-left: 123px;
}

.pl-124 {
  padding-left: 124px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-126 {
  padding-left: 126px;
}

.pl-127 {
  padding-left: 127px;
}

.pl-128 {
  padding-left: 128px;
}

.pl-129 {
  padding-left: 129px;
}

.pl-130 {
  padding-left: 130px;
}

/*-- Padding Right --*/
.pr-1 {
  padding-right: 1px;
}

.pr-2 {
  padding-right: 2px;
}

.pr-3 {
  padding-right: 3px;
}

.pr-4 {
  padding-right: 4px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-6 {
  padding-right: 6px;
}

.pr-7 {
  padding-right: 7px;
}

.pr-8 {
  padding-right: 8px;
}

.pr-9 {
  padding-right: 9px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-11 {
  padding-right: 11px;
}

.pr-12 {
  padding-right: 12px;
}

.pr-13 {
  padding-right: 13px;
}

.pr-14 {
  padding-right: 14px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-16 {
  padding-right: 16px;
}

.pr-17 {
  padding-right: 17px;
}

.pr-18 {
  padding-right: 18px;
}

.pr-19 {
  padding-right: 19px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-21 {
  padding-right: 21px;
}

.pr-22 {
  padding-right: 22px;
}

.pr-23 {
  padding-right: 23px;
}

.pr-24 {
  padding-right: 24px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-26 {
  padding-right: 26px;
}

.pr-27 {
  padding-right: 27px;
}

.pr-28 {
  padding-right: 28px;
}

.pr-29 {
  padding-right: 29px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-31 {
  padding-right: 31px;
}

.pr-32 {
  padding-right: 32px;
}

.pr-33 {
  padding-right: 33px;
}

.pr-34 {
  padding-right: 34px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-36 {
  padding-right: 36px;
}

.pr-37 {
  padding-right: 37px;
}

.pr-38 {
  padding-right: 38px;
}

.pr-39 {
  padding-right: 39px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-41 {
  padding-right: 41px;
}

.pr-42 {
  padding-right: 42px;
}

.pr-43 {
  padding-right: 43px;
}

.pr-44 {
  padding-right: 44px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-46 {
  padding-right: 46px;
}

.pr-47 {
  padding-right: 47px;
}

.pr-48 {
  padding-right: 48px;
}

.pr-49 {
  padding-right: 49px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-51 {
  padding-right: 51px;
}

.pr-52 {
  padding-right: 52px;
}

.pr-53 {
  padding-right: 53px;
}

.pr-54 {
  padding-right: 54px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-56 {
  padding-right: 56px;
}

.pr-57 {
  padding-right: 57px;
}

.pr-58 {
  padding-right: 58px;
}

.pr-59 {
  padding-right: 59px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-61 {
  padding-right: 61px;
}

.pr-62 {
  padding-right: 62px;
}

.pr-63 {
  padding-right: 63px;
}

.pr-64 {
  padding-right: 64px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-66 {
  padding-right: 66px;
}

.pr-67 {
  padding-right: 67px;
}

.pr-68 {
  padding-right: 68px;
}

.pr-69 {
  padding-right: 69px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-71 {
  padding-right: 71px;
}

.pr-72 {
  padding-right: 72px;
}

.pr-73 {
  padding-right: 73px;
}

.pr-74 {
  padding-right: 74px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-76 {
  padding-right: 76px;
}

.pr-77 {
  padding-right: 77px;
}

.pr-78 {
  padding-right: 78px;
}

.pr-79 {
  padding-right: 79px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-81 {
  padding-right: 81px;
}

.pr-82 {
  padding-right: 82px;
}

.pr-83 {
  padding-right: 83px;
}

.pr-84 {
  padding-right: 84px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-86 {
  padding-right: 86px;
}

.pr-87 {
  padding-right: 87px;
}

.pr-88 {
  padding-right: 88px;
}

.pr-89 {
  padding-right: 89px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-91 {
  padding-right: 91px;
}

.pr-92 {
  padding-right: 92px;
}

.pr-93 {
  padding-right: 93px;
}

.pr-94 {
  padding-right: 94px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-96 {
  padding-right: 96px;
}

.pr-97 {
  padding-right: 97px;
}

.pr-98 {
  padding-right: 98px;
}

.pr-99 {
  padding-right: 99px;
}

.pr-100 {
  padding-right: 100px;
}

/*-- Padding X --*/
.px-1 {
  padding-left: 1px;
  padding-right: 1px;
}

.px-2 {
  padding-left: 2px;
  padding-right: 2px;
}

.px-3 {
  padding-left: 3px;
  padding-right: 3px;
}

.px-4 {
  padding-left: 4px;
  padding-right: 4px;
}

.px-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.px-6 {
  padding-left: 6px;
  padding-right: 6px;
}

.px-7 {
  padding-left: 7px;
  padding-right: 7px;
}

.px-8 {
  padding-left: 8px;
  padding-right: 8px;
}

.px-9 {
  padding-left: 9px;
  padding-right: 9px;
}

.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.px-11 {
  padding-left: 11px;
  padding-right: 11px;
}

.px-12 {
  padding-left: 12px;
  padding-right: 12px;
}

.px-13 {
  padding-left: 13px;
  padding-right: 13px;
}

.px-14 {
  padding-left: 14px;
  padding-right: 14px;
}

.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.px-16 {
  padding-left: 16px;
  padding-right: 16px;
}

.px-17 {
  padding-left: 17px;
  padding-right: 17px;
}

.px-18 {
  padding-left: 18px;
  padding-right: 18px;
}

.px-19 {
  padding-left: 19px;
  padding-right: 19px;
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.px-21 {
  padding-left: 21px;
  padding-right: 21px;
}

.px-22 {
  padding-left: 22px;
  padding-right: 22px;
}

.px-23 {
  padding-left: 23px;
  padding-right: 23px;
}

.px-24 {
  padding-left: 24px;
  padding-right: 24px;
}

.px-25 {
  padding-left: 25px;
  padding-right: 25px;
}

.px-26 {
  padding-left: 26px;
  padding-right: 26px;
}

.px-27 {
  padding-left: 27px;
  padding-right: 27px;
}

.px-28 {
  padding-left: 28px;
  padding-right: 28px;
}

.px-29 {
  padding-left: 29px;
  padding-right: 29px;
}

.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.px-31 {
  padding-left: 31px;
  padding-right: 31px;
}

.px-32 {
  padding-left: 32px;
  padding-right: 32px;
}

.px-33 {
  padding-left: 33px;
  padding-right: 33px;
}

.px-34 {
  padding-left: 34px;
  padding-right: 34px;
}

.px-35 {
  padding-left: 35px;
  padding-right: 35px;
}

.px-36 {
  padding-left: 36px;
  padding-right: 36px;
}

.px-37 {
  padding-left: 37px;
  padding-right: 37px;
}

.px-38 {
  padding-left: 38px;
  padding-right: 38px;
}

.px-39 {
  padding-left: 39px;
  padding-right: 39px;
}

.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.px-41 {
  padding-left: 41px;
  padding-right: 41px;
}

.px-42 {
  padding-left: 42px;
  padding-right: 42px;
}

.px-43 {
  padding-left: 43px;
  padding-right: 43px;
}

.px-44 {
  padding-left: 44px;
  padding-right: 44px;
}

.px-45 {
  padding-left: 45px;
  padding-right: 45px;
}

.px-46 {
  padding-left: 46px;
  padding-right: 46px;
}

.px-47 {
  padding-left: 47px;
  padding-right: 47px;
}

.px-48 {
  padding-left: 48px;
  padding-right: 48px;
}

.px-49 {
  padding-left: 49px;
  padding-right: 49px;
}

.px-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.px-51 {
  padding-left: 51px;
  padding-right: 51px;
}

.px-52 {
  padding-left: 52px;
  padding-right: 52px;
}

.px-53 {
  padding-left: 53px;
  padding-right: 53px;
}

.px-54 {
  padding-left: 54px;
  padding-right: 54px;
}

.px-55 {
  padding-left: 55px;
  padding-right: 55px;
}

.px-56 {
  padding-left: 56px;
  padding-right: 56px;
}

.px-57 {
  padding-left: 57px;
  padding-right: 57px;
}

.px-58 {
  padding-left: 58px;
  padding-right: 58px;
}

.px-59 {
  padding-left: 59px;
  padding-right: 59px;
}

.px-60 {
  padding-left: 60px;
  padding-right: 60px;
}

.px-61 {
  padding-left: 61px;
  padding-right: 61px;
}

.px-62 {
  padding-left: 62px;
  padding-right: 62px;
}

.px-63 {
  padding-left: 63px;
  padding-right: 63px;
}

.px-64 {
  padding-left: 64px;
  padding-right: 64px;
}

.px-65 {
  padding-left: 65px;
  padding-right: 65px;
}

.px-66 {
  padding-left: 66px;
  padding-right: 66px;
}

.px-67 {
  padding-left: 67px;
  padding-right: 67px;
}

.px-68 {
  padding-left: 68px;
  padding-right: 68px;
}

.px-69 {
  padding-left: 69px;
  padding-right: 69px;
}

.px-70 {
  padding-left: 70px;
  padding-right: 70px;
}

.px-71 {
  padding-left: 71px;
  padding-right: 71px;
}

.px-72 {
  padding-left: 72px;
  padding-right: 72px;
}

.px-73 {
  padding-left: 73px;
  padding-right: 73px;
}

.px-74 {
  padding-left: 74px;
  padding-right: 74px;
}

.px-75 {
  padding-left: 75px;
  padding-right: 75px;
}

.px-76 {
  padding-left: 76px;
  padding-right: 76px;
}

.px-77 {
  padding-left: 77px;
  padding-right: 77px;
}

.px-78 {
  padding-left: 78px;
  padding-right: 78px;
}

.px-79 {
  padding-left: 79px;
  padding-right: 79px;
}

.px-80 {
  padding-left: 80px;
  padding-right: 80px;
}

.px-81 {
  padding-left: 81px;
  padding-right: 81px;
}

.px-82 {
  padding-left: 82px;
  padding-right: 82px;
}

.px-83 {
  padding-left: 83px;
  padding-right: 83px;
}

.px-84 {
  padding-left: 84px;
  padding-right: 84px;
}

.px-85 {
  padding-left: 85px;
  padding-right: 85px;
}

.px-86 {
  padding-left: 86px;
  padding-right: 86px;
}

.px-87 {
  padding-left: 87px;
  padding-right: 87px;
}

.px-88 {
  padding-left: 88px;
  padding-right: 88px;
}

.px-89 {
  padding-left: 89px;
  padding-right: 89px;
}

.px-90 {
  padding-left: 90px;
  padding-right: 90px;
}

.px-91 {
  padding-left: 91px;
  padding-right: 91px;
}

.px-92 {
  padding-left: 92px;
  padding-right: 92px;
}

.px-93 {
  padding-left: 93px;
  padding-right: 93px;
}

.px-94 {
  padding-left: 94px;
  padding-right: 94px;
}

.px-95 {
  padding-left: 95px;
  padding-right: 95px;
}

.px-96 {
  padding-left: 96px;
  padding-right: 96px;
}

.px-97 {
  padding-left: 97px;
  padding-right: 97px;
}

.px-98 {
  padding-left: 98px;
  padding-right: 98px;
}

.px-99 {
  padding-left: 99px;
  padding-right: 99px;
}

.px-100 {
  padding-left: 100px;
  padding-right: 100px;
}

.px-101 {
  padding-left: 101px;
  padding-right: 101px;
}

.px-102 {
  padding-left: 102px;
  padding-right: 102px;
}

.px-103 {
  padding-left: 103px;
  padding-right: 103px;
}

.px-104 {
  padding-left: 104px;
  padding-right: 104px;
}

.px-105 {
  padding-left: 105px;
  padding-right: 105px;
}

.px-106 {
  padding-left: 106px;
  padding-right: 106px;
}

.px-107 {
  padding-left: 107px;
  padding-right: 107px;
}

.px-108 {
  padding-left: 108px;
  padding-right: 108px;
}

.px-109 {
  padding-left: 109px;
  padding-right: 109px;
}

.px-110 {
  padding-left: 110px;
  padding-right: 110px;
}

.px-111 {
  padding-left: 111px;
  padding-right: 111px;
}

.px-112 {
  padding-left: 112px;
  padding-right: 112px;
}

.px-113 {
  padding-left: 113px;
  padding-right: 113px;
}

.px-114 {
  padding-left: 114px;
  padding-right: 114px;
}

.px-115 {
  padding-left: 115px;
  padding-right: 115px;
}

.px-116 {
  padding-left: 116px;
  padding-right: 116px;
}

.px-117 {
  padding-left: 117px;
  padding-right: 117px;
}

.px-118 {
  padding-left: 118px;
  padding-right: 118px;
}

.px-119 {
  padding-left: 119px;
  padding-right: 119px;
}

.px-120 {
  padding-left: 120px;
  padding-right: 120px;
}

.px-121 {
  padding-left: 121px;
  padding-right: 121px;
}

.px-122 {
  padding-left: 122px;
  padding-right: 122px;
}

.px-123 {
  padding-left: 123px;
  padding-right: 123px;
}

.px-124 {
  padding-left: 124px;
  padding-right: 124px;
}

.px-125 {
  padding-left: 125px;
  padding-right: 125px;
}

.px-126 {
  padding-left: 126px;
  padding-right: 126px;
}

.px-127 {
  padding-left: 127px;
  padding-right: 127px;
}

.px-128 {
  padding-left: 128px;
  padding-right: 128px;
}

.px-129 {
  padding-left: 129px;
  padding-right: 129px;
}

.px-130 {
  padding-left: 130px;
  padding-right: 130px;
}

.px-131 {
  padding-left: 131px;
  padding-right: 131px;
}

.px-132 {
  padding-left: 132px;
  padding-right: 132px;
}

.px-133 {
  padding-left: 133px;
  padding-right: 133px;
}

.px-134 {
  padding-left: 134px;
  padding-right: 134px;
}

.px-135 {
  padding-left: 135px;
  padding-right: 135px;
}

.px-136 {
  padding-left: 136px;
  padding-right: 136px;
}

.px-137 {
  padding-left: 137px;
  padding-right: 137px;
}

.px-138 {
  padding-left: 138px;
  padding-right: 138px;
}

.px-139 {
  padding-left: 139px;
  padding-right: 139px;
}

.px-140 {
  padding-left: 140px;
  padding-right: 140px;
}

.px-141 {
  padding-left: 141px;
  padding-right: 141px;
}

.px-142 {
  padding-left: 142px;
  padding-right: 142px;
}

.px-143 {
  padding-left: 143px;
  padding-right: 143px;
}

.px-144 {
  padding-left: 144px;
  padding-right: 144px;
}

.px-145 {
  padding-left: 145px;
  padding-right: 145px;
}

.px-146 {
  padding-left: 146px;
  padding-right: 146px;
}

.px-147 {
  padding-left: 147px;
  padding-right: 147px;
}

.px-148 {
  padding-left: 148px;
  padding-right: 148px;
}

.px-149 {
  padding-left: 149px;
  padding-right: 149px;
}

.px-150 {
  padding-left: 150px;
  padding-right: 150px;
}

/*-- Padding Y --*/
.py-1 {
  padding-top: 1px;
  padding-bottom: 1px;
}

.py-2 {
  padding-top: 2px;
  padding-bottom: 2px;
}

.py-3 {
  padding-top: 3px;
  padding-bottom: 3px;
}

.py-4 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.py-6 {
  padding-top: 6px;
  padding-bottom: 6px;
}

.py-7 {
  padding-top: 7px;
  padding-bottom: 7px;
}

.py-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.py-9 {
  padding-top: 9px;
  padding-bottom: 9px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-11 {
  padding-top: 11px;
  padding-bottom: 11px;
}

.py-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.py-13 {
  padding-top: 13px;
  padding-bottom: 13px;
}

.py-14 {
  padding-top: 14px;
  padding-bottom: 14px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.py-17 {
  padding-top: 17px;
  padding-bottom: 17px;
}

.py-18 {
  padding-top: 18px;
  padding-bottom: 18px;
}

.py-19 {
  padding-top: 19px;
  padding-bottom: 19px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-21 {
  padding-top: 21px;
  padding-bottom: 21px;
}

.py-22 {
  padding-top: 22px;
  padding-bottom: 22px;
}

.py-23 {
  padding-top: 23px;
  padding-bottom: 23px;
}

.py-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.py-26 {
  padding-top: 26px;
  padding-bottom: 26px;
}

.py-27 {
  padding-top: 27px;
  padding-bottom: 27px;
}

.py-28 {
  padding-top: 28px;
  padding-bottom: 28px;
}

.py-29 {
  padding-top: 29px;
  padding-bottom: 29px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-31 {
  padding-top: 31px;
  padding-bottom: 31px;
}

.py-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.py-33 {
  padding-top: 33px;
  padding-bottom: 33px;
}

.py-34 {
  padding-top: 34px;
  padding-bottom: 34px;
}

.py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.py-36 {
  padding-top: 36px;
  padding-bottom: 36px;
}

.py-37 {
  padding-top: 37px;
  padding-bottom: 37px;
}

.py-38 {
  padding-top: 38px;
  padding-bottom: 38px;
}

.py-39 {
  padding-top: 39px;
  padding-bottom: 39px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-41 {
  padding-top: 41px;
  padding-bottom: 41px;
}

.py-42 {
  padding-top: 42px;
  padding-bottom: 42px;
}

.py-43 {
  padding-top: 43px;
  padding-bottom: 43px;
}

.py-44 {
  padding-top: 44px;
  padding-bottom: 44px;
}

.py-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.py-46 {
  padding-top: 46px;
  padding-bottom: 46px;
}

.py-47 {
  padding-top: 47px;
  padding-bottom: 47px;
}

.py-48 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.py-49 {
  padding-top: 49px;
  padding-bottom: 49px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-51 {
  padding-top: 51px;
  padding-bottom: 51px;
}

.py-52 {
  padding-top: 52px;
  padding-bottom: 52px;
}

.py-53 {
  padding-top: 53px;
  padding-bottom: 53px;
}

.py-54 {
  padding-top: 54px;
  padding-bottom: 54px;
}

.py-55 {
  padding-top: 55px;
  padding-bottom: 55px;
}

.py-56 {
  padding-top: 56px;
  padding-bottom: 56px;
}

.py-57 {
  padding-top: 57px;
  padding-bottom: 57px;
}

.py-58 {
  padding-top: 58px;
  padding-bottom: 58px;
}

.py-59 {
  padding-top: 59px;
  padding-bottom: 59px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.py-61 {
  padding-top: 61px;
  padding-bottom: 61px;
}

.py-62 {
  padding-top: 62px;
  padding-bottom: 62px;
}

.py-63 {
  padding-top: 63px;
  padding-bottom: 63px;
}

.py-64 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.py-65 {
  padding-top: 65px;
  padding-bottom: 65px;
}

.py-66 {
  padding-top: 66px;
  padding-bottom: 66px;
}

.py-67 {
  padding-top: 67px;
  padding-bottom: 67px;
}

.py-68 {
  padding-top: 68px;
  padding-bottom: 68px;
}

.py-69 {
  padding-top: 69px;
  padding-bottom: 69px;
}

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.py-71 {
  padding-top: 71px;
  padding-bottom: 71px;
}

.py-72 {
  padding-top: 72px;
  padding-bottom: 72px;
}

.py-73 {
  padding-top: 73px;
  padding-bottom: 73px;
}

.py-74 {
  padding-top: 74px;
  padding-bottom: 74px;
}

.py-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.py-76 {
  padding-top: 76px;
  padding-bottom: 76px;
}

.py-77 {
  padding-top: 77px;
  padding-bottom: 77px;
}

.py-78 {
  padding-top: 78px;
  padding-bottom: 78px;
}

.py-79 {
  padding-top: 79px;
  padding-bottom: 79px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.py-81 {
  padding-top: 81px;
  padding-bottom: 81px;
}

.py-82 {
  padding-top: 82px;
  padding-bottom: 82px;
}

.py-83 {
  padding-top: 83px;
  padding-bottom: 83px;
}

.py-84 {
  padding-top: 84px;
  padding-bottom: 84px;
}

.py-85 {
  padding-top: 85px;
  padding-bottom: 85px;
}

.py-86 {
  padding-top: 86px;
  padding-bottom: 86px;
}

.py-87 {
  padding-top: 87px;
  padding-bottom: 87px;
}

.py-88 {
  padding-top: 88px;
  padding-bottom: 88px;
}

.py-89 {
  padding-top: 89px;
  padding-bottom: 89px;
}

.py-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.py-91 {
  padding-top: 91px;
  padding-bottom: 91px;
}

.py-92 {
  padding-top: 92px;
  padding-bottom: 92px;
}

.py-93 {
  padding-top: 93px;
  padding-bottom: 93px;
}

.py-94 {
  padding-top: 94px;
  padding-bottom: 94px;
}

.py-95 {
  padding-top: 95px;
  padding-bottom: 95px;
}

.py-96 {
  padding-top: 96px;
  padding-bottom: 96px;
}

.py-97 {
  padding-top: 97px;
  padding-bottom: 97px;
}

.py-98 {
  padding-top: 98px;
  padding-bottom: 98px;
}

.py-99 {
  padding-top: 99px;
  padding-bottom: 99px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.py-101 {
  padding-top: 101px;
  padding-bottom: 101px;
}

.py-102 {
  padding-top: 102px;
  padding-bottom: 102px;
}

.py-103 {
  padding-top: 103px;
  padding-bottom: 103px;
}

.py-104 {
  padding-top: 104px;
  padding-bottom: 104px;
}

.py-105 {
  padding-top: 105px;
  padding-bottom: 105px;
}

.py-106 {
  padding-top: 106px;
  padding-bottom: 106px;
}

.py-107 {
  padding-top: 107px;
  padding-bottom: 107px;
}

.py-108 {
  padding-top: 108px;
  padding-bottom: 108px;
}

.py-109 {
  padding-top: 109px;
  padding-bottom: 109px;
}

.py-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.py-111 {
  padding-top: 111px;
  padding-bottom: 111px;
}

.py-112 {
  padding-top: 112px;
  padding-bottom: 112px;
}

.py-113 {
  padding-top: 113px;
  padding-bottom: 113px;
}

.py-114 {
  padding-top: 114px;
  padding-bottom: 114px;
}

.py-115 {
  padding-top: 115px;
  padding-bottom: 115px;
}

.py-116 {
  padding-top: 116px;
  padding-bottom: 116px;
}

.py-117 {
  padding-top: 117px;
  padding-bottom: 117px;
}

.py-118 {
  padding-top: 118px;
  padding-bottom: 118px;
}

.py-119 {
  padding-top: 119px;
  padding-bottom: 119px;
}

.py-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.py-121 {
  padding-top: 121px;
  padding-bottom: 121px;
}

.py-122 {
  padding-top: 122px;
  padding-bottom: 122px;
}

.py-123 {
  padding-top: 123px;
  padding-bottom: 123px;
}

.py-124 {
  padding-top: 124px;
  padding-bottom: 124px;
}

.py-125 {
  padding-top: 125px;
  padding-bottom: 125px;
}

.py-126 {
  padding-top: 126px;
  padding-bottom: 126px;
}

.py-127 {
  padding-top: 127px;
  padding-bottom: 127px;
}

.py-128 {
  padding-top: 128px;
  padding-bottom: 128px;
}

.py-129 {
  padding-top: 129px;
  padding-bottom: 129px;
}

.py-130 {
  padding-top: 130px;
  padding-bottom: 130px;
}

.py-131 {
  padding-top: 131px;
  padding-bottom: 131px;
}

.py-132 {
  padding-top: 132px;
  padding-bottom: 132px;
}

.py-133 {
  padding-top: 133px;
  padding-bottom: 133px;
}

.py-134 {
  padding-top: 134px;
  padding-bottom: 134px;
}

.py-135 {
  padding-top: 135px;
  padding-bottom: 135px;
}

.py-136 {
  padding-top: 136px;
  padding-bottom: 136px;
}

.py-137 {
  padding-top: 137px;
  padding-bottom: 137px;
}

.py-138 {
  padding-top: 138px;
  padding-bottom: 138px;
}

.py-139 {
  padding-top: 139px;
  padding-bottom: 139px;
}

.py-140 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.py-141 {
  padding-top: 141px;
  padding-bottom: 141px;
}

.py-142 {
  padding-top: 142px;
  padding-bottom: 142px;
}

.py-143 {
  padding-top: 143px;
  padding-bottom: 143px;
}

.py-144 {
  padding-top: 144px;
  padding-bottom: 144px;
}

.py-145 {
  padding-top: 145px;
  padding-bottom: 145px;
}

.py-146 {
  padding-top: 146px;
  padding-bottom: 146px;
}

.py-147 {
  padding-top: 147px;
  padding-bottom: 147px;
}

.py-148 {
  padding-top: 148px;
  padding-bottom: 148px;
}

.py-149 {
  padding-top: 149px;
  padding-bottom: 149px;
}

.py-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

/*-- Margin X --*/
.mx-1 {
  margin-left: 1px;
  margin-right: 1px;
}

.mx-2 {
  margin-left: 2px;
  margin-right: 2px;
}

.mx-3 {
  margin-left: 3px;
  margin-right: 3px;
}

.mx-4 {
  margin-left: 4px;
  margin-right: 4px;
}

.mx-5 {
  margin-left: 5px;
  margin-right: 5px;
}

.mx-6 {
  margin-left: 6px;
  margin-right: 6px;
}

.mx-7 {
  margin-left: 7px;
  margin-right: 7px;
}

.mx-8 {
  margin-left: 8px;
  margin-right: 8px;
}

.mx-9 {
  margin-left: 9px;
  margin-right: 9px;
}

.mx-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.mx-11 {
  margin-left: 11px;
  margin-right: 11px;
}

.mx-12 {
  margin-left: 12px;
  margin-right: 12px;
}

.mx-13 {
  margin-left: 13px;
  margin-right: 13px;
}

.mx-14 {
  margin-left: 14px;
  margin-right: 14px;
}

.mx-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.mx-16 {
  margin-left: 16px;
  margin-right: 16px;
}

.mx-17 {
  margin-left: 17px;
  margin-right: 17px;
}

.mx-18 {
  margin-left: 18px;
  margin-right: 18px;
}

.mx-19 {
  margin-left: 19px;
  margin-right: 19px;
}

.mx-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.mx-21 {
  margin-left: 21px;
  margin-right: 21px;
}

.mx-22 {
  margin-left: 22px;
  margin-right: 22px;
}

.mx-23 {
  margin-left: 23px;
  margin-right: 23px;
}

.mx-24 {
  margin-left: 24px;
  margin-right: 24px;
}

.mx-25 {
  margin-left: 25px;
  margin-right: 25px;
}

.mx-26 {
  margin-left: 26px;
  margin-right: 26px;
}

.mx-27 {
  margin-left: 27px;
  margin-right: 27px;
}

.mx-28 {
  margin-left: 28px;
  margin-right: 28px;
}

.mx-29 {
  margin-left: 29px;
  margin-right: 29px;
}

.mx-30 {
  margin-left: 30px;
  margin-right: 30px;
}

.mx-31 {
  margin-left: 31px;
  margin-right: 31px;
}

.mx-32 {
  margin-left: 32px;
  margin-right: 32px;
}

.mx-33 {
  margin-left: 33px;
  margin-right: 33px;
}

.mx-34 {
  margin-left: 34px;
  margin-right: 34px;
}

.mx-35 {
  margin-left: 35px;
  margin-right: 35px;
}

.mx-36 {
  margin-left: 36px;
  margin-right: 36px;
}

.mx-37 {
  margin-left: 37px;
  margin-right: 37px;
}

.mx-38 {
  margin-left: 38px;
  margin-right: 38px;
}

.mx-39 {
  margin-left: 39px;
  margin-right: 39px;
}

.mx-40 {
  margin-left: 40px;
  margin-right: 40px;
}

.mx-41 {
  margin-left: 41px;
  margin-right: 41px;
}

.mx-42 {
  margin-left: 42px;
  margin-right: 42px;
}

.mx-43 {
  margin-left: 43px;
  margin-right: 43px;
}

.mx-44 {
  margin-left: 44px;
  margin-right: 44px;
}

.mx-45 {
  margin-left: 45px;
  margin-right: 45px;
}

.mx-46 {
  margin-left: 46px;
  margin-right: 46px;
}

.mx-47 {
  margin-left: 47px;
  margin-right: 47px;
}

.mx-48 {
  margin-left: 48px;
  margin-right: 48px;
}

.mx-49 {
  margin-left: 49px;
  margin-right: 49px;
}

.mx-50 {
  margin-left: 50px;
  margin-right: 50px;
}

.mx-51 {
  margin-left: 51px;
  margin-right: 51px;
}

.mx-52 {
  margin-left: 52px;
  margin-right: 52px;
}

.mx-53 {
  margin-left: 53px;
  margin-right: 53px;
}

.mx-54 {
  margin-left: 54px;
  margin-right: 54px;
}

.mx-55 {
  margin-left: 55px;
  margin-right: 55px;
}

.mx-56 {
  margin-left: 56px;
  margin-right: 56px;
}

.mx-57 {
  margin-left: 57px;
  margin-right: 57px;
}

.mx-58 {
  margin-left: 58px;
  margin-right: 58px;
}

.mx-59 {
  margin-left: 59px;
  margin-right: 59px;
}

.mx-60 {
  margin-left: 60px;
  margin-right: 60px;
}

.mx-61 {
  margin-left: 61px;
  margin-right: 61px;
}

.mx-62 {
  margin-left: 62px;
  margin-right: 62px;
}

.mx-63 {
  margin-left: 63px;
  margin-right: 63px;
}

.mx-64 {
  margin-left: 64px;
  margin-right: 64px;
}

.mx-65 {
  margin-left: 65px;
  margin-right: 65px;
}

.mx-66 {
  margin-left: 66px;
  margin-right: 66px;
}

.mx-67 {
  margin-left: 67px;
  margin-right: 67px;
}

.mx-68 {
  margin-left: 68px;
  margin-right: 68px;
}

.mx-69 {
  margin-left: 69px;
  margin-right: 69px;
}

.mx-70 {
  margin-left: 70px;
  margin-right: 70px;
}

.mx-71 {
  margin-left: 71px;
  margin-right: 71px;
}

.mx-72 {
  margin-left: 72px;
  margin-right: 72px;
}

.mx-73 {
  margin-left: 73px;
  margin-right: 73px;
}

.mx-74 {
  margin-left: 74px;
  margin-right: 74px;
}

.mx-75 {
  margin-left: 75px;
  margin-right: 75px;
}

.mx-76 {
  margin-left: 76px;
  margin-right: 76px;
}

.mx-77 {
  margin-left: 77px;
  margin-right: 77px;
}

.mx-78 {
  margin-left: 78px;
  margin-right: 78px;
}

.mx-79 {
  margin-left: 79px;
  margin-right: 79px;
}

.mx-80 {
  margin-left: 80px;
  margin-right: 80px;
}

.mx-81 {
  margin-left: 81px;
  margin-right: 81px;
}

.mx-82 {
  margin-left: 82px;
  margin-right: 82px;
}

.mx-83 {
  margin-left: 83px;
  margin-right: 83px;
}

.mx-84 {
  margin-left: 84px;
  margin-right: 84px;
}

.mx-85 {
  margin-left: 85px;
  margin-right: 85px;
}

.mx-86 {
  margin-left: 86px;
  margin-right: 86px;
}

.mx-87 {
  margin-left: 87px;
  margin-right: 87px;
}

.mx-88 {
  margin-left: 88px;
  margin-right: 88px;
}

.mx-89 {
  margin-left: 89px;
  margin-right: 89px;
}

.mx-90 {
  margin-left: 90px;
  margin-right: 90px;
}

.mx-91 {
  margin-left: 91px;
  margin-right: 91px;
}

.mx-92 {
  margin-left: 92px;
  margin-right: 92px;
}

.mx-93 {
  margin-left: 93px;
  margin-right: 93px;
}

.mx-94 {
  margin-left: 94px;
  margin-right: 94px;
}

.mx-95 {
  margin-left: 95px;
  margin-right: 95px;
}

.mx-96 {
  margin-left: 96px;
  margin-right: 96px;
}

.mx-97 {
  margin-left: 97px;
  margin-right: 97px;
}

.mx-98 {
  margin-left: 98px;
  margin-right: 98px;
}

.mx-99 {
  margin-left: 99px;
  margin-right: 99px;
}

.mx-100 {
  margin-left: 100px;
  margin-right: 100px;
}

.mx-101 {
  margin-left: 101px;
  margin-right: 101px;
}

.mx-102 {
  margin-left: 102px;
  margin-right: 102px;
}

.mx-103 {
  margin-left: 103px;
  margin-right: 103px;
}

.mx-104 {
  margin-left: 104px;
  margin-right: 104px;
}

.mx-105 {
  margin-left: 105px;
  margin-right: 105px;
}

.mx-106 {
  margin-left: 106px;
  margin-right: 106px;
}

.mx-107 {
  margin-left: 107px;
  margin-right: 107px;
}

.mx-108 {
  margin-left: 108px;
  margin-right: 108px;
}

.mx-109 {
  margin-left: 109px;
  margin-right: 109px;
}

.mx-110 {
  margin-left: 110px;
  margin-right: 110px;
}

.mx-111 {
  margin-left: 111px;
  margin-right: 111px;
}

.mx-112 {
  margin-left: 112px;
  margin-right: 112px;
}

.mx-113 {
  margin-left: 113px;
  margin-right: 113px;
}

.mx-114 {
  margin-left: 114px;
  margin-right: 114px;
}

.mx-115 {
  margin-left: 115px;
  margin-right: 115px;
}

.mx-116 {
  margin-left: 116px;
  margin-right: 116px;
}

.mx-117 {
  margin-left: 117px;
  margin-right: 117px;
}

.mx-118 {
  margin-left: 118px;
  margin-right: 118px;
}

.mx-119 {
  margin-left: 119px;
  margin-right: 119px;
}

.mx-120 {
  margin-left: 120px;
  margin-right: 120px;
}

.mx-121 {
  margin-left: 121px;
  margin-right: 121px;
}

.mx-122 {
  margin-left: 122px;
  margin-right: 122px;
}

.mx-123 {
  margin-left: 123px;
  margin-right: 123px;
}

.mx-124 {
  margin-left: 124px;
  margin-right: 124px;
}

.mx-125 {
  margin-left: 125px;
  margin-right: 125px;
}

.mx-126 {
  margin-left: 126px;
  margin-right: 126px;
}

.mx-127 {
  margin-left: 127px;
  margin-right: 127px;
}

.mx-128 {
  margin-left: 128px;
  margin-right: 128px;
}

.mx-129 {
  margin-left: 129px;
  margin-right: 129px;
}

.mx-130 {
  margin-left: 130px;
  margin-right: 130px;
}

.mx-131 {
  margin-left: 131px;
  margin-right: 131px;
}

.mx-132 {
  margin-left: 132px;
  margin-right: 132px;
}

.mx-133 {
  margin-left: 133px;
  margin-right: 133px;
}

.mx-134 {
  margin-left: 134px;
  margin-right: 134px;
}

.mx-135 {
  margin-left: 135px;
  margin-right: 135px;
}

.mx-136 {
  margin-left: 136px;
  margin-right: 136px;
}

.mx-137 {
  margin-left: 137px;
  margin-right: 137px;
}

.mx-138 {
  margin-left: 138px;
  margin-right: 138px;
}

.mx-139 {
  margin-left: 139px;
  margin-right: 139px;
}

.mx-140 {
  margin-left: 140px;
  margin-right: 140px;
}

.mx-141 {
  margin-left: 141px;
  margin-right: 141px;
}

.mx-142 {
  margin-left: 142px;
  margin-right: 142px;
}

.mx-143 {
  margin-left: 143px;
  margin-right: 143px;
}

.mx-144 {
  margin-left: 144px;
  margin-right: 144px;
}

.mx-145 {
  margin-left: 145px;
  margin-right: 145px;
}

.mx-146 {
  margin-left: 146px;
  margin-right: 146px;
}

.mx-147 {
  margin-left: 147px;
  margin-right: 147px;
}

.mx-148 {
  margin-left: 148px;
  margin-right: 148px;
}

.mx-149 {
  margin-left: 149px;
  margin-right: 149px;
}

.mx-150 {
  margin-left: 150px;
  margin-right: 150px;
}

/*-- Margin Y --*/
.my-1 {
  margin-top: 1px;
  margin-bottom: 1px;
}

.my-2 {
  margin-top: 2px;
  margin-bottom: 2px;
}

.my-3 {
  margin-top: 3px;
  margin-bottom: 3px;
}

.my-4 {
  margin-top: 4px;
  margin-bottom: 4px;
}

.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.my-6 {
  margin-top: 6px;
  margin-bottom: 6px;
}

.my-7 {
  margin-top: 7px;
  margin-bottom: 7px;
}

.my-8 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.my-9 {
  margin-top: 9px;
  margin-bottom: 9px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.my-11 {
  margin-top: 11px;
  margin-bottom: 11px;
}

.my-12 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.my-13 {
  margin-top: 13px;
  margin-bottom: 13px;
}

.my-14 {
  margin-top: 14px;
  margin-bottom: 14px;
}

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.my-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.my-17 {
  margin-top: 17px;
  margin-bottom: 17px;
}

.my-18 {
  margin-top: 18px;
  margin-bottom: 18px;
}

.my-19 {
  margin-top: 19px;
  margin-bottom: 19px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.my-21 {
  margin-top: 21px;
  margin-bottom: 21px;
}

.my-22 {
  margin-top: 22px;
  margin-bottom: 22px;
}

.my-23 {
  margin-top: 23px;
  margin-bottom: 23px;
}

.my-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.my-26 {
  margin-top: 26px;
  margin-bottom: 26px;
}

.my-27 {
  margin-top: 27px;
  margin-bottom: 27px;
}

.my-28 {
  margin-top: 28px;
  margin-bottom: 28px;
}

.my-29 {
  margin-top: 29px;
  margin-bottom: 29px;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.my-31 {
  margin-top: 31px;
  margin-bottom: 31px;
}

.my-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.my-33 {
  margin-top: 33px;
  margin-bottom: 33px;
}

.my-34 {
  margin-top: 34px;
  margin-bottom: 34px;
}

.my-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.my-36 {
  margin-top: 36px;
  margin-bottom: 36px;
}

.my-37 {
  margin-top: 37px;
  margin-bottom: 37px;
}

.my-38 {
  margin-top: 38px;
  margin-bottom: 38px;
}

.my-39 {
  margin-top: 39px;
  margin-bottom: 39px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.my-41 {
  margin-top: 41px;
  margin-bottom: 41px;
}

.my-42 {
  margin-top: 42px;
  margin-bottom: 42px;
}

.my-43 {
  margin-top: 43px;
  margin-bottom: 43px;
}

.my-44 {
  margin-top: 44px;
  margin-bottom: 44px;
}

.my-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.my-46 {
  margin-top: 46px;
  margin-bottom: 46px;
}

.my-47 {
  margin-top: 47px;
  margin-bottom: 47px;
}

.my-48 {
  margin-top: 48px;
  margin-bottom: 48px;
}

.my-49 {
  margin-top: 49px;
  margin-bottom: 49px;
}

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.my-51 {
  margin-top: 51px;
  margin-bottom: 51px;
}

.my-52 {
  margin-top: 52px;
  margin-bottom: 52px;
}

.my-53 {
  margin-top: 53px;
  margin-bottom: 53px;
}

.my-54 {
  margin-top: 54px;
  margin-bottom: 54px;
}

.my-55 {
  margin-top: 55px;
  margin-bottom: 55px;
}

.my-56 {
  margin-top: 56px;
  margin-bottom: 56px;
}

.my-57 {
  margin-top: 57px;
  margin-bottom: 57px;
}

.my-58 {
  margin-top: 58px;
  margin-bottom: 58px;
}

.my-59 {
  margin-top: 59px;
  margin-bottom: 59px;
}

.my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.my-61 {
  margin-top: 61px;
  margin-bottom: 61px;
}

.my-62 {
  margin-top: 62px;
  margin-bottom: 62px;
}

.my-63 {
  margin-top: 63px;
  margin-bottom: 63px;
}

.my-64 {
  margin-top: 64px;
  margin-bottom: 64px;
}

.my-65 {
  margin-top: 65px;
  margin-bottom: 65px;
}

.my-66 {
  margin-top: 66px;
  margin-bottom: 66px;
}

.my-67 {
  margin-top: 67px;
  margin-bottom: 67px;
}

.my-68 {
  margin-top: 68px;
  margin-bottom: 68px;
}

.my-69 {
  margin-top: 69px;
  margin-bottom: 69px;
}

.my-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.my-71 {
  margin-top: 71px;
  margin-bottom: 71px;
}

.my-72 {
  margin-top: 72px;
  margin-bottom: 72px;
}

.my-73 {
  margin-top: 73px;
  margin-bottom: 73px;
}

.my-74 {
  margin-top: 74px;
  margin-bottom: 74px;
}

.my-75 {
  margin-top: 75px;
  margin-bottom: 75px;
}

.my-76 {
  margin-top: 76px;
  margin-bottom: 76px;
}

.my-77 {
  margin-top: 77px;
  margin-bottom: 77px;
}

.my-78 {
  margin-top: 78px;
  margin-bottom: 78px;
}

.my-79 {
  margin-top: 79px;
  margin-bottom: 79px;
}

.my-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.my-81 {
  margin-top: 81px;
  margin-bottom: 81px;
}

.my-82 {
  margin-top: 82px;
  margin-bottom: 82px;
}

.my-83 {
  margin-top: 83px;
  margin-bottom: 83px;
}

.my-84 {
  margin-top: 84px;
  margin-bottom: 84px;
}

.my-85 {
  margin-top: 85px;
  margin-bottom: 85px;
}

.my-86 {
  margin-top: 86px;
  margin-bottom: 86px;
}

.my-87 {
  margin-top: 87px;
  margin-bottom: 87px;
}

.my-88 {
  margin-top: 88px;
  margin-bottom: 88px;
}

.my-89 {
  margin-top: 89px;
  margin-bottom: 89px;
}

.my-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}

.my-91 {
  margin-top: 91px;
  margin-bottom: 91px;
}

.my-92 {
  margin-top: 92px;
  margin-bottom: 92px;
}

.my-93 {
  margin-top: 93px;
  margin-bottom: 93px;
}

.my-94 {
  margin-top: 94px;
  margin-bottom: 94px;
}

.my-95 {
  margin-top: 95px;
  margin-bottom: 95px;
}

.my-96 {
  margin-top: 96px;
  margin-bottom: 96px;
}

.my-97 {
  margin-top: 97px;
  margin-bottom: 97px;
}

.my-98 {
  margin-top: 98px;
  margin-bottom: 98px;
}

.my-99 {
  margin-top: 99px;
  margin-bottom: 99px;
}

.my-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.my-101 {
  margin-top: 101px;
  margin-bottom: 101px;
}

.my-102 {
  margin-top: 102px;
  margin-bottom: 102px;
}

.my-103 {
  margin-top: 103px;
  margin-bottom: 103px;
}

.my-104 {
  margin-top: 104px;
  margin-bottom: 104px;
}

.my-105 {
  margin-top: 105px;
  margin-bottom: 105px;
}

.my-106 {
  margin-top: 106px;
  margin-bottom: 106px;
}

.my-107 {
  margin-top: 107px;
  margin-bottom: 107px;
}

.my-108 {
  margin-top: 108px;
  margin-bottom: 108px;
}

.my-109 {
  margin-top: 109px;
  margin-bottom: 109px;
}

.my-110 {
  margin-top: 110px;
  margin-bottom: 110px;
}

.my-111 {
  margin-top: 111px;
  margin-bottom: 111px;
}

.my-112 {
  margin-top: 112px;
  margin-bottom: 112px;
}

.my-113 {
  margin-top: 113px;
  margin-bottom: 113px;
}

.my-114 {
  margin-top: 114px;
  margin-bottom: 114px;
}

.my-115 {
  margin-top: 115px;
  margin-bottom: 115px;
}

.my-116 {
  margin-top: 116px;
  margin-bottom: 116px;
}

.my-117 {
  margin-top: 117px;
  margin-bottom: 117px;
}

.my-118 {
  margin-top: 118px;
  margin-bottom: 118px;
}

.my-119 {
  margin-top: 119px;
  margin-bottom: 119px;
}

.my-120 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.my-121 {
  margin-top: 121px;
  margin-bottom: 121px;
}

.my-122 {
  margin-top: 122px;
  margin-bottom: 122px;
}

.my-123 {
  margin-top: 123px;
  margin-bottom: 123px;
}

.my-124 {
  margin-top: 124px;
  margin-bottom: 124px;
}

.my-125 {
  margin-top: 125px;
  margin-bottom: 125px;
}

.my-126 {
  margin-top: 126px;
  margin-bottom: 126px;
}

.my-127 {
  margin-top: 127px;
  margin-bottom: 127px;
}

.my-128 {
  margin-top: 128px;
  margin-bottom: 128px;
}

.my-129 {
  margin-top: 129px;
  margin-bottom: 129px;
}

.my-130 {
  margin-top: 130px;
  margin-bottom: 130px;
}

.my-131 {
  margin-top: 131px;
  margin-bottom: 131px;
}

.my-132 {
  margin-top: 132px;
  margin-bottom: 132px;
}

.my-133 {
  margin-top: 133px;
  margin-bottom: 133px;
}

.my-134 {
  margin-top: 134px;
  margin-bottom: 134px;
}

.my-135 {
  margin-top: 135px;
  margin-bottom: 135px;
}

.my-136 {
  margin-top: 136px;
  margin-bottom: 136px;
}

.my-137 {
  margin-top: 137px;
  margin-bottom: 137px;
}

.my-138 {
  margin-top: 138px;
  margin-bottom: 138px;
}

.my-139 {
  margin-top: 139px;
  margin-bottom: 139px;
}

.my-140 {
  margin-top: 140px;
  margin-bottom: 140px;
}

.my-141 {
  margin-top: 141px;
  margin-bottom: 141px;
}

.my-142 {
  margin-top: 142px;
  margin-bottom: 142px;
}

.my-143 {
  margin-top: 143px;
  margin-bottom: 143px;
}

.my-144 {
  margin-top: 144px;
  margin-bottom: 144px;
}

.my-145 {
  margin-top: 145px;
  margin-bottom: 145px;
}

.my-146 {
  margin-top: 146px;
  margin-bottom: 146px;
}

.my-147 {
  margin-top: 147px;
  margin-bottom: 147px;
}

.my-148 {
  margin-top: 148px;
  margin-bottom: 148px;
}

.my-149 {
  margin-top: 149px;
  margin-bottom: 149px;
}

.my-150 {
  margin-top: 150px;
  margin-bottom: 150px;
}

.animated {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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);
    transform: translate3d(0, -30px, 0);
  }
  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);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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);
    transform: translate3d(0, -30px, 0);
  }
  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);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 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: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 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: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.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 {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.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);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 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: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 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: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 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);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from, 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);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 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);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 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);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(10%, 0, 0) skewX(-30deg);
    transform: translate3d(10%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(10%, 0, 0) skewX(-30deg);
    transform: translate3d(10%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(10%, 0, 0) skewX(30deg);
    transform: translate3d(10%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(10%, 0, 0) skewX(30deg);
    transform: translate3d(10%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-10%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-10%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    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 {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    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 {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    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 {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    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 {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    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 {
  from {
    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;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.section-padding {
  padding: 120px 0;
}
@media screen and (max-width: 1200px) {
  .section-padding {
    padding: 100px 0;
  }
}

@media screen and (max-width: 1200px) {
  .pt-110 {
    padding-top: 90px;
  }
}

@media screen and (max-width: 1200px) {
  .pb-110 {
    padding-bottom: 90px;
  }
}

.pt-90 {
  padding-top: 90px;
}

.bg-green {
  background: var(--heading-color);
}

.bg-neon {
  background: var(--heading-color-2);
}

.bg-light-lime {
  background: var(--heading-color-3);
}

.rts-dot-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: var(--heading-color-2);
  opacity: 1;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.rts-dot-pagination .swiper-pagination-bullet-active {
  width: 34px;
  height: 8px;
  background: var(--heading-color);
  border-radius: 8px;
}
.rts-dot-pagination.style-2 .swiper-pagination-bullet {
  background: var(--heading-color-4);
}
.rts-dot-pagination.style-2 .swiper-pagination-bullet-active {
  background: var(--heading-color);
}

.container-fluid {
  padding: 0 100px;
}
@media screen and (max-width: 1200px) {
  .container-fluid {
    padding: 0 50px;
  }
}
@media screen and (max-width: 992px) {
  .container-fluid {
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .container-fluid {
    padding: 0 15px;
  }
}
.container-fluid.style-2 {
  padding: 0 200px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .container-fluid.style-2 {
    padding: 0 100px;
  }
}
@media screen and (max-width: 1200px) {
  .container-fluid.style-2 {
    padding: 0 50px;
  }
}
@media screen and (max-width: 992px) {
  .container-fluid.style-2 {
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .container-fluid.style-2 {
    padding: 0 15px;
  }
}

.x-hidden {
  overflow-x: hidden;
}

.btn-close-white {
  color: var(--rts-white);
  opacity: 1;
}

.ripple {
  position: relative;
}
.ripple::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  border: 1px solid;
}
.ripple::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  animation: rippleOne 3s infinite;
}
.ripple::before {
  animation-delay: 0.9s;
}
.ripple::after {
  animation-delay: 0.6s;
}

@keyframes rippleOne {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  70% {
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.rts-paginations {
  text-align: center;
}
.rts-paginations ul {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 0;
}
.rts-paginations ul .page-number {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: transparent;
  color: var(--rts-heading);
  cursor: pointer;
  transition: var(--transition);
}
.rts-paginations ul .page-number:hover {
  background: var(--heading-color);
  color: var(--rts-white);
}
.rts-paginations ul .active .page-number {
  background: var(--heading-color);
  color: var(--rts-white);
}

.wow {
  visibility: hidden;
}

.g-5, .gy-5 {
  --bs-gutter-y: 1.875rem !important;
}

.g-5, .gx-5 {
  --bs-gutter-x: 1.875rem !important;
}

.animated {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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);
    transform: translate3d(0, -30px, 0);
  }
  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);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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);
    transform: translate3d(0, -30px, 0);
  }
  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);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 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: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 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: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.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 {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.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);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 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: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 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: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 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);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from, 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);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 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);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 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);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(10%, 0, 0) skewX(-30deg);
    transform: translate3d(10%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(10%, 0, 0) skewX(-30deg);
    transform: translate3d(10%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(10%, 0, 0) skewX(30deg);
    transform: translate3d(10%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(10%, 0, 0) skewX(30deg);
    transform: translate3d(10%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-10%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-10%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    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 {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    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 {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    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 {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    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 {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    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 {
  from {
    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;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

select {
  appearance: none;
  outline: none;
  border: none;
  background-color: transparent;
}

.nice-select {
  width: 100%;
  height: auto;
  font-size: inherit;
  position: relative;
}
.nice-select.open::before {
  content: "\f077";
  font-family: var(--fontawesome-pro);
  transition: var(--transition);
}
.nice-select ul.list {
  width: 100%;
}
.nice-select ul.list li.selected {
  font-weight: 500;
}
.nice-select:focus {
  border-color: transparent;
}
.nice-select::before {
  position: absolute;
  content: "\f078";
  font-family: var(--fontawesome-pro);
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: var(--rts-heading);
  font-size: 12px;
  transition: var(--transition);
}
.nice-select::after {
  border-bottom: 0;
  border-right: 0;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--rts-button-1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 5px;
  bottom: 5px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

input:checked + .slider {
  background-color: var(--rts-button-1);
}

input:checked + .slider:before {
  transform: translateX(30px);
}

.newsletter {
  position: relative;
  max-width: 310px;
}
@media screen and (max-width: 576px) {
  .newsletter {
    max-width: 100%;
  }
}
.newsletter input {
  position: relative;
  padding: 20px 18px;
  padding-right: 120px;
  border-radius: 10px;
  border: 0;
  width: 100%;
}
.newsletter button {
  position: absolute;
  right: 15px;
  padding: 10px;
  border-radius: 6px;
  font-size: 16px;
}

.single__input {
  position: relative;
}

.checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.checkbox label {
  position: relative;
  cursor: pointer;
  font-size: 16px;
}
.checkbox label::before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid var(--heading-color);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 6px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 6px;
  margin-right: 20px;
  top: -2px;
  height: 20px;
  width: 20px;
}

.checkbox input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 7px;
  width: 6px;
  height: 12px;
  border: solid var(--heading-color);
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}

.checkbox input:checked + label::before {
  background-color: var(--rts-button-1);
  border-radius: 6px;
}

textarea::placeholder,
input::placeholder {
  color: var(--rts-para) !important;
}

input:focus {
  outline: none;
}

[data-theme=dark] select {
  color: #999999 !important;
}
[data-theme=dark] textarea::placeholder,
[data-theme=dark] input::placeholder {
  color: #999999 !important;
}

input {
  transition: border-color 0.3s ease;
}

textarea:focus, input:focus {
  outline: 1px solid var(--heading-color);
}

textarea:focus-visible, input:focus-visible {
  outline: 1px solid var(--heading-color);
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .header--one-main .header-nav-area {
    padding: 0 57px;
  }
}
@media only screen and (max-width: 767px) {
  .header--one-main .header-nav-area {
    padding: 12px 25px;
    position: fixed;
    top: 0;
    left: -10px;
    border-radius: 0;
  }
}
nav ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  transition: var(--transition);
}
nav ul:hover li.menu-item {
  opacity: 0.5;
}
nav ul li.menu-item:hover {
  opacity: 1;
}

nav ul li {
  margin: 0;
  transition: var(--transition);
}

nav ul li a {
  padding: 19px 15px;
  display: block;
  color: var(--heading-color);
  transition: var(--transition);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-nav-one {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .main-nav-one {
    display: none;
  }
}
.main-nav-one ul li {
  position: relative;
}

.main-nav-one ul li a.nav-link {
  color: var(--heading-color);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-nav-one ul li a.nav-link {
    font-size: 14px;
    margin-right: 8px;
  }
}
.main-nav-one ul li.has-dropdown {
  margin-right: 0;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .main-nav-one ul li.has-dropdown {
    margin-right: -5px;
  }
}
.main-nav-one ul li.has-dropdown a {
  position: relative;
}

.main-nav-one ul li.menu-item a.nav-link {
  padding: 28px 0 28px 20px !important;
  font-weight: 600;
}

.main-nav-one ul li.has-dropdown a.nav-link {
  padding: 28px 20px !important;
  color: var(--heading-color);
  font-weight: 600;
}

.main-nav-one ul li.has-dropdown a::before {
  content: "\f078" !important;
  position: absolute !important;
  top: 50%;
  font-family: "Font Awesome 5 Pro" !important;
  right: -3px;
  transform: translateY(-50%);
  transition: 0.3s;
  font-size: 12px;
}

.main-nav-one ul li.has-dropdown .submenu {
  min-width: 230px;
  height: auto;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  transition: 0.3s;
  transform: translateY(-20px);
  border-radius: 10px;
  background-color: #fff;
  border-left: 1px solid rgba(255, 255, 255, 0.0784313725);
  border-bottom: 1px solid rgba(255, 255, 255, 0.0784313725);
  border-right: 1px solid rgba(255, 255, 255, 0.0784313725);
  display: inline-block;
  box-shadow: 0 36px 35px rgba(0, 0, 0, 0.08);
}
.main-nav-one ul li.has-dropdown .submenu:hover li {
  opacity: 0.5;
}

.main-nav-one ul li.has-dropdown .submenu li {
  margin-right: 0;
  padding: 0 15px;
}
.main-nav-one ul li.has-dropdown .submenu li:hover {
  opacity: 1;
}
.main-nav-one ul li.has-dropdown .submenu li:hover .third-lvl li {
  opacity: 1;
}

.main-nav-one ul li.has-dropdown .submenu li:last-child a {
  border: none;
}

.main-nav-one ul li.has-dropdown .submenu li a {
  padding: 12px 35px 12px 12px;
  border-bottom: 1px solid #ebebeb;
}

.main-nav-one ul li.has-dropdown .submenu li a::before {
  display: none;
}

.main-nav-one ul li.has-dropdown:hover a.nav-link::before {
  content: "\f077" !important;
}

.main-nav-one ul li.has-dropdown:hover .submenu {
  opacity: 1;
  visibility: visible;
  top: 90%;
  transform: translateY(0);
}

.sub-dropdown {
  position: relative !important;
  display: block !important;
}

.sub-dropdown .tag {
  position: relative !important;
  display: block !important;
}

.sub-dropdown .tag::after {
  position: absolute;
  content: "\f054";
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--heading-color);
  font-size: 16px;
  font-family: "Font Awesome 5 Pro";
}

.sub-dropdown .submenu.third-lvl.base {
  opacity: 0 !important;
  min-width: 225px !important;
  left: 100% !important;
  top: -13% !important;
  margin: 0;
  border-radius: 0 !important;
}

.sub-dropdown .submenu.third-lvl.base a {
  border-bottom: 1px solid #ebebeb !important;
}

.sub-dropdown .submenu.third-lvl.base.base {
  display: block !important;
}
.sub-dropdown .submenu.third-lvl.base.base:hover li {
  opacity: 0.5;
}

.sub-dropdown:hover .sub-menu-link {
  color: var(--color-primary);
}

.sub-dropdown:hover .submenu.third-lvl.base {
  opacity: 1 !important;
  min-width: 225px !important;
  top: 0 !important;
  right: 3px;
  display: block !important;
  border-radius: 10px !important;
  z-index: 99;
}

.sub-dropdown:hover .submenu.third-lvl.base li {
  display: block;
  transition: var(--transition);
}
.sub-dropdown:hover .submenu.third-lvl.base li:hover {
  opacity: 1;
}

.sub-dropdown:hover .submenu.third-lvl.base li a {
  display: block !important;
}

.header-two .main-nav-one ul li.menu-item a.nav-link {
  color: var(--rts-white);
}

.rts__btn {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-family: var(--font-heading);
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
  /* Hover State */
}
.rts__btn.style-2 {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 100px;
  background: var(--heading-color-2);
  color: var(--rts-heading);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.rts__btn.style-2::after {
  content: "";
  position: absolute;
  transition: all 0.8s ease;
  width: 200%;
  height: 200%;
  top: 110%;
  left: 50%;
  background: #f2f2f2;
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}
.rts__btn.style-2:hover {
  color: var(--heading-color);
}
.rts__btn.style-2:hover::after {
  top: -40%;
}
.rts__btn.style-2.style-3:hover {
  color: var(--rts-heading);
}
.rts__btn__wrap {
  position: relative;
  display: inline-block;
  padding: 18px 30px;
  border-radius: 100px;
  background: var(--heading-color-2);
  color: var(--rts-heading);
  overflow: hidden;
}
.rts__btn__wrap.btn-sm {
  padding: 13px 30px;
}
.rts__btn__wrap.style-2 {
  padding: 19px 30px;
  background: var(--heading-color);
  color: var(--rts-white);
}
.rts__btn__wrap.style-3 {
  background: transparent;
  color: var(--rts-heading);
  border: 1px solid var(--heading-color);
}
.rts__btn__wrap.style-4 {
  background: transparent;
  color: var(--rts-white);
  border: 1px solid var(--rts-white);
}
.rts__btn__wrap.style-5 {
  background: var(--heading-color-4);
  color: var(--rts-white);
}
.rts__btn__txt-1, .rts__btn__txt-2 {
  display: block;
  transition: all 0.4s ease;
}
.rts__btn__txt-1 {
  transform: translateY(0);
  opacity: 1;
}
.rts__btn__txt-2 {
  position: absolute;
  left: 28px;
  top: 50%;
  transform: translateY(100%);
  opacity: 0;
}
.rts__btn__icon {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  color: var(--rts-heading);
  background: var(--heading-color-2);
  border-radius: 50%;
  overflow: hidden;
}
.rts__btn__icon.btn-sm {
  width: 44px;
  height: 44px;
  line-height: 44px;
}
.rts__btn__icon.style-2 {
  background: var(--heading-color);
  color: var(--rts-white);
}
.rts__btn__icon.style-3 {
  background: transparent;
  color: var(--rts-heading);
  border: 1px solid var(--heading-color);
}
.rts__btn__icon.style-4 {
  background: transparent;
  color: var(--rts-white);
  border: 1px solid var(--rts-white);
}
.rts__btn__icon.style-5 {
  background: var(--heading-color-4);
  color: var(--rts-white);
}
.rts__btn__icon i {
  transform: rotate(-45deg);
}
.rts__btn__icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: var(--transition);
}
.rts__btn__icon-1 {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.rts__btn__icon-2 {
  transform: translate(-150%, -50%);
  opacity: 0;
}
.rts__btn__arrow {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--rts-heading);
  color: var(--rts-heading);
  transform: rotate(-45deg);
  transition: var(--transition);
}
.rts__btn__arrow:hover {
  color: var(--rts-white);
  background: var(--heading-color);
  transform: rotate(0deg);
}
.rts__btn:hover .rts__btn__txt-1 {
  transform: translateY(-100%);
  opacity: 0;
}
.rts__btn:hover .rts__btn__txt-2 {
  transform: translateY(-50%);
  opacity: 1;
}
.rts__btn:hover .rts__btn__icon-1 {
  transform: translate(150%, -50%);
  opacity: 0;
}
.rts__btn:hover .rts__btn__icon-2 {
  transform: translate(-50%, -50%);
  opacity: 1;
}

.read-more {
  text-decoration: none;
}
.read-more span {
  color: var(--rts-heading);
  font-size: 14px;
  font-weight: 600;
}

.menu__btn {
  font-size: 25px;
  cursor: pointer;
  color: var(--heading-color);
  font-weight: 500;
}

.header-two .menu__btn {
  color: var(--rts-white);
}

.rts__circle {
  max-width: max-content;
  border-radius: 50%;
}
.rts__circle-2 {
  position: absolute;
  left: 30PX;
  bottom: 30PX;
}
.rts__circle svg {
  height: 150px;
  width: 150px;
  position: relative;
  padding: 1px;
  animation: rotate 9s linear infinite;
}
@media screen and (max-width: 768px) {
  .rts__circle svg {
    height: 100px;
    width: 100px;
  }
}
.rts__circle svg text textPath {
  font-size: 10px;
  fill: var(--rts-heading);
  font-family: var(--font-heading);
  font-weight: 400;
}
.rts__circle svg text textPath.style-2 {
  fill: var(--rts-white);
}
.rts__circle--icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rts__circle--icon.style-2 {
  width: 75px;
  height: 75px;
  background: var(--heading-color-2);
  border-radius: 50%;
  line-height: 75px;
  text-align: center;
  color: var(--rts-heading);
}
.rts__circle--icon.style-2 i {
  font-size: 20px;
  transform: rotate(-45deg);
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
.rts__back__top {
  background: var(--btn-1);
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  border-radius: 25px;
  display: none;
  text-align: center;
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
  transition: var(--transition);
  border: 0;
}

.rts__back__top.show {
  display: block;
  bottom: 30px;
  opacity: 1;
}

.slider-button-next,
.slider-button-prev {
  position: absolute;
  top: 50%;
  width: auto;
  height: auto;
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.slider-button-prev,
.slider-rtl .slider-button-next {
  left: 10px;
  right: auto;
}
.slider-button-prev svg path,
.slider-rtl .slider-button-next svg path {
  transition: var(--transition);
}
.slider-button-prev:hover svg path,
.slider-rtl .slider-button-next:hover svg path {
  fill: var(--rts-heading);
}

.slider-button-next,
.slider-rtl .slider-button-prev {
  right: 10px;
  left: auto;
}
.slider-button-next svg path,
.slider-rtl .slider-button-prev svg path {
  transition: var(--transition);
}
.slider-button-next:hover svg path,
.slider-rtl .slider-button-prev:hover svg path {
  fill: var(--rts-heading);
}

.is__room__slider .slider-button-next svg path,
.is__room__slider .slider-button-prev svg path {
  transition: var(--transition);
}
.is__room__slider .slider-button-next:hover svg path,
.is__room__slider .slider-button-prev:hover svg path {
  fill: var(--rts-white);
}

@media screen and (max-width: 992px) {
  .full__width__nav {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}

.slider__navigation {
  display: flex;
  gap: 10px;
  align-items: center;
  max-width: max-content;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .slider__navigation {
    display: none;
  }
}
.slider__navigation .nav__btn {
  border: 1px solid var(--rts-border);
  max-width: max-content;
  padding: 8px 10px;
  border-radius: 4px;
  cursor: pointer;
  line-height: 1;
  transition: var(--transition);
}
.slider__navigation .nav__btn:hover {
  background-color: var(--heading-color) !important;
}
.slider__navigation .nav__btn:hover img {
  filter: invert(100);
}
.slider__navigation .nav__btn img {
  transition: var(--transition);
}

.testimonial__slider__style__two {
  position: relative;
}
.testimonial__slider__style__two .slider__navigation {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.testimonial__slider__style__three {
  position: relative;
}
.testimonial__slider__style__three .slider__navigation {
  position: absolute;
  left: -45px;
  bottom: 50%;
  z-index: 1;
  transform: translate(0, 50%);
}
@media screen and (max-width: 992px) {
  .testimonial__slider__style__three .slider__navigation {
    display: none;
  }
}
.testimonial__slider__style__three .slider__navigation .nav__btn {
  background-color: var(--rts-white);
}

.rts__pagination {
  padding-top: 40px;
  max-width: max-content;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .rts__pagination {
    padding-top: 80px;
  }
}

.rts-pagination {
  display: flex;
  gap: 6px;
}
.rts-pagination .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  transition: var(--transition);
}
.rts-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--heading-color);
}

[data-theme=dark] .rts-pagination .swiper-pagination-bullet {
  background: #fff;
}

.section__title span {
  display: inline-block;
  padding: 9px 18px;
  color: var(--rts-heading);
  font-size: 14px;
  font-family: var(--font-heading);
  font-weight: 500;
  border: 1px solid var(--rts-border);
  border-radius: 100px;
  line-height: 1;
  height: max-content;
  width: max-content;
}
.section__title span.style-2 {
  border: 1px solid rgba(223, 255, 3, 0.1);
}
.section__title h3 {
  margin-top: 22px;
  font-size: 48px;
  line-height: 54px;
  font-weight: 500;
  letter-spacing: -1.92px;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .section__title h3 {
    font-size: 45px;
  }
}
@media screen and (max-width: 1200px) {
  .section__title h3 {
    font-size: 36px;
    line-height: 1;
  }
}
@media screen and (max-width: 992px) {
  .section__title h3 {
    font-size: 38px;
  }
  .section__title h3 br {
    display: none;
  }
}
.section__title h3.style-2 {
  font-size: 100px;
  letter-spacing: -4px;
  margin-top: 43px;
}
@media screen and (max-width: 992px) {
  .section__title h3.style-2 {
    font-size: 80px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .section__title h3.style-2 {
    font-size: 50px;
  }
}
.section__title h3.style-3 {
  font-size: 120px;
  margin-top: 58px;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .section__title h3.style-3 {
    margin-top: 52px;
  }
}
@media screen and (max-width: 1200px) {
  .section__title h3.style-3 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 992px) {
  .section__title h3.style-3 {
    font-size: 90px;
    margin-top: 23px;
  }
}
@media screen and (max-width: 768px) {
  .section__title h3.style-3 {
    font-size: 50px;
    margin-top: 28px;
  }
}
.section__title h3.style-4 {
  font-size: 140px;
  line-height: 102%;
  letter-spacing: -5.6px;
}
@media screen and (max-width: 1200px) {
  .section__title h3.style-4 {
    font-size: 125px;
  }
}
@media screen and (max-width: 576px) {
  .section__title h3.style-4 {
    font-size: 80px;
  }
}
.section__title p {
  line-height: 24px;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .section__title p br {
    display: none;
  }
}
.section__title.style-2 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .section__title.style-2 {
    flex-direction: column;
  }
}
.section__title.style-2 h3 {
  margin-right: 100px;
}
@media screen and (max-width: 992px) {
  .section__title.style-2 h3 {
    margin-right: 0;
  }
}

.section__title__area {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media screen and (max-width: 992px) {
  .section__title__area {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.rts__breadcrumb__area {
  padding: 140px 0;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .rts__breadcrumb__area {
    padding: 100px 0;
  }
}
@media screen and (max-width: 1200px) {
  .rts__breadcrumb__area {
    padding: 80px 0;
  }
}
@media screen and (max-width: 992px) {
  .rts__breadcrumb__area {
    padding: 60px 0;
  }
}
.rts__breadcrumb__content {
  text-align: center;
}
.rts__breadcrumb__content .list {
  padding: 8px 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  display: inline-flex;
  justify-content: center;
  gap: 10px;
  line-height: 1;
}
.rts__breadcrumb__content .list li,
.rts__breadcrumb__content .list a {
  font-size: 14px;
  color: var(--rts-white);
}
.rts__breadcrumb__content .title {
  color: var(--rts-white);
  margin-top: 3px;
  margin-bottom: 0;
}

/* preloader */
/* ================================================== */
#de-loader {
  position: fixed;
  z-index: 20000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--rts-heading);
  margin: -2px 0 0 -2px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.header__top {
  padding: 8px 100px;
  background: var(--heading-color);
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .header__top {
    padding: 8px 30px;
  }
}
@media screen and (max-width: 992px) {
  .header__top {
    display: none;
  }
}
.header__top.header__three {
  padding: 8px 200px;
  background: transparent;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 999;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .header__top.header__three {
    padding: 8px 100px;
  }
}
@media screen and (max-width: 1200px) {
  .header__top.header__three {
    padding: 8px 50px;
  }
}
@media screen and (max-width: 992px) {
  .header__top.header__three {
    display: none;
  }
}
.header__top .top__left {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 40px;
}
.header__top .top__left li,
.header__top .top__left a {
  color: var(--rts-white);
  font-family: var(--font-heading);
  font-weight: 500;
  transition: var(--transition);
}
.header__top .top__left li:hover,
.header__top .top__left a:hover {
  color: var(--rts-neon);
}
.header__top .top__left li i {
  margin-right: 6px;
}
.header__top .top__right {
  display: flex;
  align-items: center;
  gap: 40px;
}
.header__top .top__right .ofc {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--rts-white);
}
.header__top .top__right .social__icons {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header__top .top__right .social__icons a {
  color: var(--rts-white);
  transition: var(--transition);
}
.header__top .top__right .social__icons a:hover {
  color: var(--rts-neon);
}

.rts__main__header {
  background: var(--rts-white);
  padding: 0 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: var(--transition);
  position: relative;
  z-index: 11;
}
.rts__main__header.header-two {
  background: transparent;
  position: absolute;
  width: 100%;
  z-index: 999;
}
.rts__main__header.header__three {
  padding: 0 200px;
  background: transparent;
  position: absolute;
  top: 40px;
  width: 100%;
  z-index: 999;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .rts__main__header.header__three {
    padding: 8px 100px;
  }
  .rts__main__header.header__three .main__left {
    gap: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .rts__main__header.header__three .header__inner {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 1200px) {
  .rts__main__header.header__three {
    padding: 0 50px;
  }
  .rts__main__header.header__three .main__left {
    gap: 5px;
  }
  .rts__main__header.header__three .main__left .logo {
    max-width: 140px;
  }
}
@media screen and (max-width: 992px) {
  .rts__main__header.header__three {
    top: 0;
  }
  .rts__main__header.header__three .header__inner {
    padding: 20px;
  }
}
@media screen and (max-width: 576px) {
  .rts__main__header.header__three {
    top: 0;
    padding: 0;
  }
  .rts__main__header.header__three .header__inner {
    border-radius: 0;
  }
}
@media screen and (max-width: 1200px) {
  .rts__main__header {
    padding: 15px 30px;
  }
}
@media screen and (max-width: 992px) {
  .rts__main__header {
    padding: 15px 40px;
  }
}
@media screen and (max-width: 576px) {
  .rts__main__header {
    padding: 15px 30px;
  }
}
.rts__main__header.is__sticky {
  position: fixed;
  animation: stickyanimations 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  transition: padding 1s;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);
  background: var(--rts-white);
  z-index: 999;
  width: 100%;
  top: 0;
}
@media screen and (max-width: 992px) {
  .rts__main__header.is__sticky {
    padding: 15px 40px;
  }
}
@media screen and (max-width: 576px) {
  .rts__main__header.is__sticky {
    padding: 15px 30px;
  }
}
.rts__main__header.is__sticky.header-two {
  background: var(--heading-color);
}
.rts__main__header.is__sticky.header__three {
  background: transparent;
  box-shadow: none;
}
.rts__main__header.is__sticky.header__three .header__inner {
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.09);
}
@media screen and (max-width: 992px) {
  .rts__main__header.is__sticky.header__three {
    padding: 0;
  }
}
.rts__main__header .header__inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: var(--rts-white);
  padding: 0 30px;
  border-radius: 10px;
}
.rts__main__header .main__left {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 1200px) {
  .rts__main__header .main__left {
    gap: 15px;
  }
}
.rts__main__header .main__right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.rts__main__header .main__right__btn {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .rts__main__header .main__right__btn {
    display: none;
  }
}
.rts__main__header .main__right .cart {
  width: 44px;
  height: 44px;
  background: var(--rts-neon);
  color: var(--rts-heading);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.rts__main__header .main__right .cart i {
  transition: var(--transition);
}
.rts__main__header .main__right .cart:hover i {
  transform: scaleX(-1);
}

@keyframes stickyanimations {
  0% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(0px);
  }
}
.rts__offcanvas__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  z-index: 9998;
  transition: all 0.5s ease;
}
.rts__offcanvas__overlay.active {
  opacity: 1;
  visibility: visible;
}
.rts__offcanvas__wrapper {
  position: fixed;
  top: 0;
  right: -120%;
  width: 400px;
  height: 100%;
  background: var(--rts-white);
  z-index: 9999;
  padding: 60px 20px;
  box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
  transition: right 0.5s ease;
}
.active .rts__offcanvas__wrapper {
  right: 0;
}
@media screen and (max-width: 576px) {
  .active .rts__offcanvas__wrapper {
    width: 100%;
  }
}
.rts__offcanvas__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rts__offcanvas__toggle__close i {
  font-size: 30px;
  color: var(--rts-heading);
  cursor: pointer;
  transition: var(--transition);
}
.rts__offcanvas__mobile__menu {
  margin-top: 60px;
}
.rts__offcanvas__mobile__menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.rts__offcanvas__mobile__menu ul li {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.rts__offcanvas__mobile__menu ul li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: var(--rts-heading);
  padding-bottom: 8px;
  border-bottom: 1px solid var(--rts-border);
  text-decoration: none;
  text-transform: capitalize;
  transition: var(--transition);
}
.rts__offcanvas__mobile__menu ul li > a span.chevron {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background: var(--heading-color);
  margin-left: 10px;
}
.rts__offcanvas__mobile__menu ul li > a span.chevron i {
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  transition: transform 0.3s ease;
  transform: rotate(90deg);
}
.rts__offcanvas__mobile__menu ul li.active > a span.chevron i {
  transform: rotate(-90deg);
}
.rts__offcanvas__mobile__menu ul li .sub-menu {
  display: none;
  padding-left: 15px;
  margin-top: 0;
  position: relative;
}
.rts__offcanvas__mobile__menu ul li .sub-menu li {
  margin: 10px 0;
  border-bottom: 1px solid var(--rts-border);
}
.rts__offcanvas__mobile__menu ul li .sub-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: var(--rts-heading);
  border: none;
}
.rts__offcanvas__mobile__menu ul li .sub-menu li a:hover {
  color: var(--rts-neon);
}
.rts__offcanvas__mobile__menu ul li.active .sub-menu {
  display: block;
}
.rts__offcanvas__footer {
  margin-top: 60px;
}
.rts__offcanvas__footer .social {
  display: flex;
  gap: 10px;
}
.rts__offcanvas__footer .social a i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: var(--rts-heading);
  color: var(--rts-white);
  transition: 0.3s;
}
.rts__offcanvas__footer .social a i:hover {
  background: var(--heading-color-2);
}

.rts__banner__area {
  position: relative;
  padding: 326px 0 227px;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .rts__banner__area {
    padding: 150px 0 150px;
  }
}
@media screen and (max-width: 1200px) {
  .rts__banner__area {
    padding: 130px 0 130px;
  }
}
@media screen and (max-width: 992px) {
  .rts__banner__area {
    padding: 100px 0;
  }
}
.rts__banner__area.style-2 {
  padding: 298px 0 210px;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .rts__banner__area.style-2 {
    padding: 150px 0 150px;
  }
}
@media screen and (max-width: 1200px) {
  .rts__banner__area.style-2 {
    padding: 180px 0 100px;
  }
}
.rts__banner__area.style-3 {
  padding: 350px 0 257px;
  position: relative;
  z-index: 9;
  overflow: hidden;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .rts__banner__area.style-3 {
    padding: 250px 0 157px;
  }
}
@media screen and (max-width: 1200px) {
  .rts__banner__area.style-3 {
    padding: 250px 0 157px;
  }
}
@media screen and (max-width: 992px) {
  .rts__banner__area.style-3 {
    padding: 160px 0 100px;
  }
}
.rts__banner__area.style-3 .bg-images-area .left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  max-width: 60%;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .rts__banner__area.style-3 .bg-images-area .left {
    max-width: 60%;
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .rts__banner__area.style-3 .bg-images-area .left {
    max-width: 60%;
  }
}
@media screen and (max-width: 576px) {
  .rts__banner__area.style-3 .bg-images-area .left {
    max-width: 100%;
  }
}
.rts__banner__area.style-3 .bg-images-area .left img {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.rts__banner__area.style-3 .bg-images-area .right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 40%;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .rts__banner__area.style-3 .bg-images-area .right {
    max-width: 40%;
  }
}
@media screen and (max-width: 1200px) {
  .rts__banner__area.style-3 .bg-images-area .right {
    max-width: 40%;
  }
}
@media screen and (max-width: 576px) {
  .rts__banner__area.style-3 .bg-images-area .right {
    max-width: 0%;
  }
}
.rts__banner__area.style-3 .bg-images-area .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.rts__banner__area .banner__content .pre-title {
  color: var(--rts-white);
  font-weight: 500;
  max-width: max-content;
  display: inline-block;
  padding: 9px 20px;
  font-size: 18px;
  font-family: var(--font-heading);
  border: 1px solid var(--rts-white);
  border-radius: 100px;
  line-height: 1;
  height: max-content;
  width: max-content;
  margin-bottom: 25px;
}
.rts__banner__area .banner__content h1 {
  color: var(--rts-white);
  font-size: 100px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -4px;
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .rts__banner__area .banner__content h1 {
    font-size: 78px;
  }
}
@media screen and (max-width: 576px) {
  .rts__banner__area .banner__content h1 {
    font-size: 55px;
    letter-spacing: -2px;
  }
}
.rts__banner__area .banner__content .desc {
  color: var(--rts-white);
  font-size: 18px;
  padding-bottom: 20px;
}
.rts__banner__area .banner__content .banner__btn {
  display: flex;
  align-items: center;
}
.rts__banner__area .banner__content .banner__btn button {
  outline: none;
  border: none;
}
.rts__banner__area .banner__content.style-2 .subTitle {
  display: inline-block;
  line-height: 1;
  padding: 14px 26px;
  color: var(--rts-white);
  border: 1px solid var(--rts-neon);
  border-radius: 100px;
}
.rts__banner__area .banner__content.style-2 .subTitle.style-3 {
  border-radius: 10px;
  padding: 14px 13px;
}
.rts__banner__area .banner__content.style-2 h1 {
  margin-top: 26px;
  font-size: 80px;
  line-height: 80px;
  letter-spacing: -3.2px;
}
.rts__banner__area .banner__content.style-2 h1 span {
  color: var(--rts-neon);
}
@media screen and (max-width: 992px) {
  .rts__banner__area .banner__content.style-2 h1 {
    font-size: 72px;
    line-height: 1;
  }
  .rts__banner__area .banner__content.style-2 h1 br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .rts__banner__area .banner__content.style-2 h1 {
    font-size: 56px;
  }
}
@media screen and (max-width: 576px) {
  .rts__banner__area .banner__content.style-2 h1 {
    font-size: 50px;
    line-height: 1;
  }
}
@media screen and (max-width: 400px) {
  .rts__banner__area .banner__content.style-2 h1 {
    font-size: 40px;
  }
}
.rts__banner__area .banner__content.style-2 h1.style-3 {
  margin: 20px 0;
  font-size: 80px;
  line-height: 80px;
  letter-spacing: -3.2px;
}
@media screen and (max-width: 768px) {
  .rts__banner__area .banner__content.style-2 h1.style-3 br {
    display: none;
  }
}
.rts__banner__area .banner__content.style-2 .desc {
  color: var(--rts-white);
  margin-bottom: 40px;
}
.rts__banner__area .banner__card__main {
  position: absolute;
  right: 115px;
  bottom: 86px;
}
@media (max-width: 1600px) {
  .rts__banner__area .banner__card__main {
    right: 25px;
  }
}
.rts__banner__area .banner__card__main.style-2 {
  position: absolute;
  right: 100px;
  bottom: 86px;
}
@media screen and (max-width: 1200px) {
  .rts__banner__area .banner__card__main.style-2 {
    position: unset;
    right: unset;
    bottom: unset;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .rts__banner__area .banner__card__main {
    position: unset;
    right: unset;
    bottom: unset;
    margin-top: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .rts__banner__area .banner__card__main {
    margin-top: 40px;
    position: relative;
    right: unset;
    bottom: unset;
  }
}
.rts__banner__area .banner__card__main .banner_card__text {
  max-width: 370px;
}
.rts__banner__area .banner__card__main .banner_card__text.style-2 .customer__review {
  margin-top: 22px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.rts__banner__area .banner__card__main .banner_card__text.style-2 .customer__review h4 {
  color: var(--rts-white);
  line-height: 40px;
}
.rts__banner__area .banner__card__main .banner_card__text.style-2 .customer__review span {
  color: var(--rts-white);
}
.rts__banner__area .banner__card__main .banner_card__text p {
  color: var(--rts-white);
}
.rts__banner__area .banner__card__main .banner__card_box {
  padding: 20px;
  background: var(--rts-white);
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 24px;
  max-width: 560px;
}
.rts__banner__area .banner__card__main .banner__card_box.style-2 {
  margin-top: 90px;
  max-width: 445px;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .rts__banner__area .banner__card__main .banner__card_box.style-2 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .rts__banner__area .banner__card__main .banner__card_box {
    flex-direction: column;
    align-items: start;
  }
}
.rts__banner__area .banner__card__main .banner__card_box .thumb {
  flex-basis: 40%;
}
@media screen and (max-width: 576px) {
  .rts__banner__area .banner__card__main .banner__card_box .thumb {
    width: 100%;
  }
}
.rts__banner__area .banner__card__main .banner__card_box .thumb img {
  border-radius: 6px;
  width: 100%;
}
.rts__banner__area .banner__card__main .banner__card_box .txt {
  flex-basis: 60%;
}
@media screen and (max-width: 576px) {
  .rts__banner__area .banner__card__main .banner__card_box .txt {
    flex-basis: inherit;
  }
}
.rts__banner__area .banner__card__main .banner__card_box .txt h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: -1.92px;
  margin: 0;
}
.rts__banner__area .banner__card__main .banner__card_box .txt p {
  color: var(--rts-para);
}
.rts__banner__area .banner__card__main .banner__card_box .txt .customer__review {
  display: flex;
  align-items: center;
  gap: 10px;
}
.rts__banner__area .banner__card__main .banner__card_box .txt .customer__review .client__img {
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.3s;
  max-width: 105px;
  width: 106px;
}
.rts__banner__area .banner__card__main .banner__card_box .txt .customer__review .client__img .two {
  position: absolute;
  left: 30px;
}
.rts__banner__area .banner__card__main .banner__card_box .txt .customer__review .client__img .three {
  position: absolute;
  left: 60px;
}
.rts__banner__area .banner__card__main .banner__card_box .txt .customer__rating span {
  color: var(--rts-heading);
  font-family: Roboto;
  font-weight: 500;
}
.rts__banner__area .banner__card__main .banner__card_box .txt .customer__rating .stars > * {
  color: var(--rts-heading);
}
.rts__banner__area .banner__card__main .banner__card_box .txt .customer__rating .stars > *:last-child {
  color: inherit;
}
.rts__banner__area .banner__card__main .banner__card_box .cnt h5 {
  margin-bottom: 16px;
}
.rts__banner__area .banner__card__main .banner__card_box .cnt a {
  color: var(--rts-heading);
}
.rts__banner__area .banner__card__main .banner__card_box .cnt a i {
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: var(--rts-neon);
  background: var(--heading-color);
  border-radius: 50%;
  margin-right: 8px;
}
.rts__banner__area.video-banner {
  z-index: 1;
}
.rts__banner__area.video-banner video {
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
}
.rts__banner__area.video-banner::after {
  content: "";
  position: absolute;
  z-index: -1;
  background: rgba(0, 0, 0, 0.35);
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  mix-blend-mode: normal;
  transform: translateZ(0);
  will-change: opacity;
}

.banner-slider {
  position: relative;
  overflow: hidden;
}
.banner-slider .swiper {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: -1;
  animation: zoomEffect 40s ease-in-out infinite;
}
.banner-slider .swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.banner-slider .swiper .swiper-slide .rts-hero-banner {
  width: 100%;
  height: 100%;
}

@keyframes zoomEffect {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.rts__about__area .about__info {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 50px;
}
.rts__about__area .about__info .about__text .designation {
  font-family: var(--font-onest);
  font-weight: 500;
}
.rts__about__area .about__img {
  height: 586px;
}
.rts__about__area .about__img.style-2 {
  height: 560px;
}
@media screen and (max-width: 768px) {
  .rts__about__area .about__img {
    height: 450px;
  }
}
.rts__about__area .about__img .jarallax-container {
  border-radius: 10px;
}
.rts__about__area .about__img .about__circle {
  position: absolute;
  top: -50px;
  right: -50px;
}
.rts__about__area .about__img .about__circle.style-2 {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 992px) {
  .rts__about__area .about__img .about__circle {
    display: none;
  }
}
.rts__about__area .about__img img {
  border-radius: 10px;
  object-fit: cover;
}
.rts__about__area .about__content {
  margin-left: 80px;
}
.rts__about__area .about__content.style-2 {
  margin-left: 0;
}
@media screen and (max-width: 1200px) {
  .rts__about__area .about__content {
    margin-left: 60px;
  }
}
@media screen and (max-width: 992px) {
  .rts__about__area .about__content {
    margin-left: 5px;
  }
}
.rts__about__area .about__content .about__stats {
  margin-top: 35px;
  display: flex;
  align-items: center;
  gap: 90px;
}
.rts__about__area .about__content .about__stats.style-2 {
  gap: 70px;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .rts__about__area .about__content .about__stats.style-2 {
    gap: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .rts__about__area .about__content .about__stats.style-2 {
    gap: 10px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 992px) {
  .rts__about__area .about__content .about__stats.style-2 {
    gap: 30px;
  }
}
@media screen and (max-width: 576px) {
  .rts__about__area .about__content .about__stats.style-2 {
    gap: 20px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1200px) {
  .rts__about__area .about__content .about__stats {
    gap: 70px;
  }
}
@media screen and (max-width: 768px) {
  .rts__about__area .about__content .about__stats {
    gap: 40px;
  }
}
.rts__about__area .about__content .about__stats .about-author {
  display: flex;
  align-items: center;
  gap: 10px;
}
.rts__about__area .about__content .about__stats .about-stats__item .about-stats__number,
.rts__about__area .about__content .about__stats .about-stats__item span {
  margin: 0;
  font-family: var(--font-heading);
  font-weight: 500;
  line-height: 1;
}
.rts__about__area .about__content .about__stats .about-stats__item .about-stats__label {
  color: var(--rts-heading);
  font-weight: 500;
  margin-top: 5px;
}
.rts__about__area .about__content .about__btn {
  display: flex;
  align-items: center;
}
.rts__about__area .about__content .about__btn button {
  outline: none;
  border: none;
}
.rts__about__area .rts-tabs {
  margin-top: 25px;
}
.rts__about__area .rts-tabs .nav-tabs {
  display: flex;
  align-items: center;
  gap: 40px;
}
.rts__about__area .rts-tabs .nav-tabs .nav-link {
  background: transparent;
  border: none;
  margin-bottom: 3px;
  font-size: var(--p);
  font-family: var(--font-heading);
  font-weight: 500;
}
.rts__about__area .rts-tabs .nav-tabs .nav-link.active {
  color: var(--rts-heading);
}
.rts__about__area .rts-tabs .tab-content .desc.style-2 {
  margin-top: 35px;
}
.rts__about__area .rts-tabs .tab-content .desc p {
  line-height: 24px;
}
.rts__about__area .rts-tabs .tab-content .desc p:nth-child(1) {
  margin-top: 20px;
}

.brb {
  position: relative;
}
.brb::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: var(--rts-border);
  bottom: -120px;
}
@media screen and (max-width: 576px) {
  .brb::after {
    display: none;
  }
}

.rts__about__items {
  padding: 10px;
  border: 1px solid #F4F4F4;
  border-radius: 10px;
}
.rts__about__items .item {
  background: var(--heading-color);
  border-radius: 10px;
  padding: 30px 0 30px 30px;
}
.rts__about__items .item:not(:last-child) {
  margin-bottom: 20px;
}
.rts__about__items .item:nth-child(2) {
  padding: 0;
}
.rts__about__items .item:nth-child(2) img {
  border-radius: 10px;
}
.rts__about__items .item:nth-child(3) {
  background: var(--heading-color-2);
}
.rts__about__items .item:nth-child(3) p {
  color: var(--rts-heading);
}

.odometer-formatting-mark {
  display: none;
}

.rts__about__wrapper .images__area {
  display: flex;
  align-items: end;
  gap: 10px;
  height: 100%;
}
.rts__about__wrapper .images__area .left {
  overflow: hidden;
  border-radius: 10px;
}
.rts__about__wrapper .images__area .left img {
  transform: scale(1);
  transition: var(--transition);
}
.rts__about__wrapper .images__area .left img:hover {
  transform: scale(1.1);
}
.rts__about__wrapper .images__area .right {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.rts__about__wrapper .images__area .right img {
  border-radius: 10px;
}
.rts__about__wrapper .images__area .bottom__content {
  background: var(--heading-color);
  padding: 28px;
  border-radius: 10px;
}
@media screen and (max-width: 576px) {
  .rts__about__wrapper .images__area .bottom__content {
    padding: 15px;
  }
}
.rts__about__wrapper .images__area .bottom__content .about-stats__item {
  margin-top: 20px;
}
.rts__about__wrapper .images__area .bottom__content .about-stats__item h3,
.rts__about__wrapper .images__area .bottom__content .about-stats__item p {
  color: var(--rts-white);
}
.rts__about__wrapper .images__area .bottom__content .about-stats__item p {
  margin-top: -16px;
}
@media screen and (max-width: 576px) {
  .rts__about__wrapper .images__area .bottom__content .about-stats__item p {
    font-size: 10px;
  }
}
.rts__about__wrapper .content {
  margin-left: 50px;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .rts__about__wrapper .content {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .rts__about__wrapper .content {
    margin-left: 20px;
  }
}
@media screen and (max-width: 576px) {
  .rts__about__wrapper .content {
    margin-left: 0;
  }
}
.rts__about__wrapper .content .desc p:last-child {
  margin-top: -8px;
}
.rts__about__wrapper .content .about__list {
  margin-top: 30px;
  padding: 0;
  border-top: 6px solid var(--heading-color-4);
  background: #EBFFF1;
  padding: 40px 20px;
}
.rts__about__wrapper .content .about__list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .rts__about__wrapper .content .about__list ul {
    gap: 15px;
  }
}
.rts__about__wrapper .content .about__list li {
  width: 48%;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .rts__about__wrapper .content .about__list li:last-child {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 768px) {
  .rts__about__wrapper .content .about__list li {
    width: auto;
  }
}
@media screen and (max-width: 576px) {
  .rts__about__wrapper .content .about__list li {
    width: 100%;
  }
}
.rts__about__wrapper .content .about__list li i {
  margin-right: 3px;
  color: var(--heading-color-4);
}
.rts__about__wrapper .content .rts__btn {
  margin-top: 36px;
}

.about__lists {
  margin-top: 30px;
  padding: 0;
  border-top: 6px solid var(--heading-color-4);
  border-radius: 5px 5px 0 0;
  background: #EBFFF1;
  padding: 40px 20px;
}
.about__lists ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
}
.about__lists li {
  width: 48%;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .about__lists li:last-child {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 576px) {
  .about__lists li {
    width: 100%;
  }
}
.about__lists li i {
  margin-right: 3px;
  color: var(--heading-color-4);
}

.rts__cta__area.style-3 {
  background: var(--heading-color-4);
}

.cta__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cta__wrapper .cta__content h2 {
  color: var(--rts-white);
  letter-spacing: -2.56px;
  margin-bottom: 25px;
}
@media screen and (max-width: 576px) {
  .cta__wrapper .cta__content h2 {
    letter-spacing: -0.56px;
  }
  .cta__wrapper .cta__content h2 br {
    display: none;
  }
}
.cta__wrapper .cta__content p {
  color: var(--rts-white);
  line-height: 24px;
  margin-bottom: 48px;
}
@media screen and (max-width: 576px) {
  .cta__wrapper .cta__content p br {
    display: none;
  }
}
.cta__wrapper .cta__content .cta__btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta__wrapper .cta__content .cta__btn bottom {
  outline: none;
}

.cta__items__wrapper {
  padding: 35px 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .cta__items__wrapper {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.cta__items__wrapper .cta__items {
  display: flex;
  gap: 26px;
}
@media screen and (max-width: 1200px) {
  .cta__items__wrapper .cta__items {
    gap: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .cta__items__wrapper .cta__items {
    flex-basis: 35%;
  }
}
@media screen and (max-width: 576px) {
  .cta__items__wrapper .cta__items {
    flex-basis: 100%;
    flex-direction: column;
  }
}
@media screen and (max-width: 1200px) {
  .cta__items__wrapper .cta__items .icon {
    width: 35px;
  }
}
.cta__items__wrapper .cta__items .text h6 {
  color: var(--rts-white);
  margin-bottom: 0;
}
.cta__items__wrapper .cta__items .text p {
  color: var(--rts-white);
  text-transform: capitalize;
}

.team__items_card {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 20px;
  border: 1px solid var(--rts-border);
  border-radius: 10px;
  transition: var(--transition);
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .team__items_card {
    padding: 10px;
  }
}
@media screen and (max-width: 992px) {
  .team__items_card {
    gap: 15px;
    padding: 10px;
  }
}
.team__items_card.style-2 {
  flex-direction: column;
  padding: 0;
  border: none;
  gap: 10px;
  transition: var(--transition);
}
.team__items_card.style-2:hover .team__items_thumb.style-2 .plus-icon {
  opacity: 1;
}
.team__items_card.style-2:hover .team__items_thumb.style-2 .social-icon {
  opacity: 1;
}
.team__items_card .team__items_thumb {
  width: 140px;
  border-radius: 6px;
  overflow: hidden;
}
.team__items_card .team__items_thumb img {
  transform: scale(1);
  transition: var(--transition);
}
.team__items_card .team__items_thumb.style-2 {
  width: inherit;
  position: relative;
  overflow: hidden;
  z-index: 9;
  cursor: pointer;
}
.team__items_card .team__items_thumb.style-2 img {
  border-radius: 10px;
}
.team__items_card .team__items_thumb.style-2 .icon-wrapper {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  z-index: 9;
  transition: var(--transition);
}
.team__items_card .team__items_thumb.style-2 .icon-wrapper .social-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
  padding: 0;
  margin: 0;
}
.team__items_card .team__items_thumb.style-2 .icon-wrapper .social-icon li {
  list-style: none;
}
.team__items_card .team__items_thumb.style-2 .icon-wrapper .social-icon li a {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  color: #002020;
  transition: var(--transition);
}
.team__items_card .team__items_thumb.style-2 .icon-wrapper .social-icon li a:hover {
  background: var(--heading-color-2);
}
.team__items_card .team__items_thumb.style-2 .icon-wrapper .plus-icon {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: var(--heading-color-2);
  color: var(--rts-heading);
  border-radius: 50%;
  font-size: 22px;
  color: #000;
  cursor: pointer;
  opacity: 0;
  transition: var(--transition);
}
.team__items_card .team__items_content.style-2 {
  background: var(--heading-color);
  width: 100%;
  padding: 30px 55px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .team__items_card .team__items_content.style-2 {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .team__items_card .team__items_content.style-2 {
    padding: 30px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .team__items_card .team__items_content.style-2 {
    padding: 30px 10px;
  }
}
.team__items_card .team__items_content.style-3 {
  background: transparent;
}
.team__items_card .team__items__info {
  border-bottom: 1px solid var(--rts-border);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.team__items_card .team__items__info.style-2 {
  text-align: center;
  border-radius: 10px;
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.team__items_card .team__items__info a .title {
  font-family: var(--font-tight);
  font-weight: 600;
  margin: 0;
  transition: var(--transition);
}
.team__items_card .team__items__info a .title.style-2 {
  font-size: 24px;
  line-height: 28px;
  font-family: var(--font-heading);
  font-weight: 500;
  color: var(--rts-neon) !important;
}
.team__items_card .team__items__info a .title.style-3 {
  transition: var(--transition);
  color: var(--rts-heading) !important;
}
.team__items_card .team__items__info a .title.style-3:hover {
  color: var(--heading-color-4) !important;
}
.team__items_card .team__items__info .designation.style-2 {
  margin-top: 5px;
  color: var(--rts-white);
}
.team__items_card .team__items__info .designation.style-3 {
  transition: var(--transition);
  color: var(--rts-heading) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .team__items_card .team__items__info .designation {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team__items_card .team__items__info .designation {
    font-size: 14px;
  }
}
.team__items_card .team__items__social {
  display: flex;
  gap: 14px;
  padding: 0;
  margin: 0;
}
.team__items_card .team__items__social li {
  list-style: none;
}
.team__items_card .team__items__social li a i {
  font-size: 14px;
  color: var(--rts-border);
  transition: var(--transition);
}
.team__items_card:hover {
  background: var(--heading-color);
}
.team__items_card:hover.style-2 {
  background: transparent;
}
.team__items_card:hover .team__items_thumb img {
  transform: scale(1.1);
}
.team__items_card:hover .team__items__info {
  border-color: rgba(223, 255, 3, 0.1);
}
.team__items_card:hover .title {
  color: var(--rts-white);
}
.team__items_card:hover .designation {
  color: var(--rts-neon);
}
.team__items_card:hover .designation .style-2 {
  color: var(--rts-white);
}
.team__items_card:hover .team__items__social li a i {
  color: var(--rts-white);
}

.rts__team__details__thumb img {
  border-radius: 10px;
}
.rts__team__details .single__item {
  padding: 20px;
  border: 1px solid var(--rts-border);
  border-radius: 10px;
}
.rts__team__details .single__item.one {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}
.rts__team__details .single__item.one, .rts__team__details .single__item.three {
  margin-top: 20px;
}
.rts__team__details .single__item h4 {
  font-size: 32px;
}
.rts__team__details .single__item.three {
  padding: 30px;
}
.rts__team__details .single__item.three h4 {
  border-bottom: 1px solid var(--rts-border);
}
.rts__team__details .single__item .ceo {
  font-size: 16px;
  margin-top: -5px;
  margin-bottom: 20px;
  display: inline-block;
}
.rts__team__details .single__item span {
  font-size: 14px;
}
.rts__team__details .single__item .left {
  overflow: hidden;
  border-radius: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .rts__team__details .single__item .left {
    flex-basis: 20%;
  }
}
.rts__team__details .single__item .left img {
  border-radius: 10px;
  max-width: 242px;
  width: 100%;
  transform: scale(1);
  transition: var(--transition);
}
.rts__team__details .single__item .left img:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 576px) {
  .rts__team__details .single__item .left img {
    max-width: 100%;
  }
}
.rts__team__details .single__item .right h5 {
  border-bottom: 1px solid var(--rts-border);
  padding-bottom: 8px;
  margin-bottom: 20px;
}
.rts__team__details .single__item .right .list {
  padding: 0;
}
.rts__team__details .single__item .right .list li {
  font-size: 14px;
}
.rts__team__details .single__item .right .list li:not(:last-child) {
  margin-bottom: 5px;
}
.rts__team__details .single__item .right .list li span {
  color: var(--rts-heading);
}
.rts__team__details .single__item .right .rts__btn {
  margin-top: 50px;
}
.rts__team__details .single__item .right .rts__btn__wrap.btn-sm {
  padding: 13px 29px !important;
}
.rts__team__details .single__item .right .rts__btn__txt-2 {
  width: max-content;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
}
.rts__team__details .single__item .right .rts__btn:hover .rts__btn__txt-2 {
  top: 50%;
  transform: translate(-50%, -50%);
}
.rts__team__details .single__item .email {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.rts__team__details .single__item .email a {
  font-size: 22px;
  font-family: var(--font-tight);
  color: var(--rts-heading);
}
.rts__team__details .single__item .social {
  margin-top: 25px;
}
.rts__team__details .single__item .social .social__list {
  margin-top: 10px;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
.rts__team__details .single__item .social .social__list li a {
  font-size: 20px;
  color: var(--rts-para);
  transition: var(--transition);
}
.rts__team__details .single__item .social .social__list li a:hover {
  color: var(--rts-heading);
}
.rts__team__details .single__item .counter__wrapper {
  margin-top: 40px;
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .rts__team__details .single__item .counter__wrapper {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1200px) {
  .rts__team__details .single__item .counter__wrapper {
    gap: 6px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 992px) {
  .rts__team__details .single__item .counter__wrapper {
    gap: 20px;
  }
}
@media screen and (max-width: 576px) {
  .rts__team__details .single__item .counter__wrapper {
    gap: 10px;
  }
}
.rts__team__details .single__item .counter__wrapper .item {
  border: 1px solid #e7edef;
  border-radius: 10px;
  padding: 20px;
  max-width: 204px;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .rts__team__details .single__item .counter__wrapper .item {
    max-width: 100%;
  }
}
.rts__team__details .single__item .counter__wrapper .item h4 {
  font-size: 40px;
  font-weight: 600;
}
.rts__team__details .single__item .counter__wrapper .item h4 span {
  font-size: 40px;
  font-weight: 600;
}
.rts__team__details .single__item .progress-wrapper .single__progress:not(:last-child) {
  margin-bottom: 20px;
}
.rts__team__details .single__item .progress-wrapper .single__progress .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.rts__team__details .single__item .progress-wrapper .single__progress .top .name {
  font-size: 14px;
  font-weight: 500;
  color: var(--rts-heading);
}
.rts__team__details .single__item .progress-wrapper .single__progress .top .percent {
  font-size: 14px;
  font-weight: 600;
  color: var(--rts-heading);
}
.rts__team__details .single__item .progress-wrapper .single__progress .progress {
  height: 6px;
  border-radius: 50px;
  background: var(--heading-color-3);
}
.rts__team__details .single__item .progress-wrapper .single__progress .progress .progress-bar {
  height: 100%;
  border-radius: 50px;
  background: var(--heading-color);
  transition: width 0.6s ease;
}
@media screen and (max-width: 992px) {
  .rts__team__details .rts__btn {
    margin-bottom: 30px;
  }
}
.rts__team__details .rts__btn__wrap {
  padding: 18px 51px;
}
.rts__team__details .rts__btn .rts__btn__txt-2 {
  left: 50% !important;
  transform: translate(-50%, 100%) !important;
}
.rts__team__details .rts__btn:hover .rts__btn__txt-2 {
  transform: translate(-50%, -50%) !important;
  left: 50% !important;
}

.rts__blog__area {
  background-color: var(--heading-color-3);
}
.rts__blog__area .blog__single__item {
  padding: 20px;
  border: 1px solid var(--rts-border);
  border-radius: 10px;
  display: flex;
  gap: 46px;
}
@media screen and (max-width: 1200px) {
  .rts__blog__area .blog__single__item {
    flex-wrap: wrap-reverse;
  }
}
.rts__blog__area .blog__single__item.style-2 {
  gap: 30px;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .rts__blog__area .blog__single__item.style-2 {
    flex-wrap: wrap;
  }
}
.rts__blog__area .blog__single__item .content__top .title {
  line-height: 26px;
  transition: var(--transition);
}
.rts__blog__area .blog__single__item .content__top .title:hover {
  text-decoration: underline;
}
.rts__blog__area .blog__single__item .content__top .title.style-2 {
  line-height: 28px;
  letter-spacing: -0.96px;
  text-decoration: none;
}
.rts__blog__area .blog__single__item .content__top .desc {
  margin-top: 23px;
  line-height: 24px;
}
.rts__blog__area .blog__single__item .content__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 82px;
}
.rts__blog__area .blog__single__item .content__bottom.style-2 {
  margin-top: 33px;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .rts__blog__area .blog__single__item .content__bottom.style-2 {
    flex-wrap: wrap-reverse;
    gap: 10px;
  }
}
.rts__blog__area .blog__single__item .content__bottom .person {
  display: flex;
  align-items: center;
  gap: 10px;
}
.rts__blog__area .blog__single__item .content__bottom .person .name {
  color: var(--rts-heading);
  font-family: var(--font-tight);
  font-weight: 600;
}
.rts__blog__area .blog__single__item .content__bottom .read-more {
  text-transform: uppercase;
  color: var(--rts-heading);
  font-size: 14px;
  font-weight: 600;
}
.rts__blog__area .blog__single__item .thumb {
  overflow: hidden;
  border-radius: 6px;
}
.rts__blog__area .blog__single__item .thumb img {
  border-radius: 6px;
  transform: scale(1);
  transition: var(--transition);
}
.rts__blog__area .blog__single__item:hover .thumb img {
  transform: scale(1.1);
}
.rts__blog__area .rts-paginations {
  margin-top: 60px;
}

.rts__blog__details {
  border: 1px solid var(--rts-border);
  border-radius: 10px;
}
.rts__blog__details .thumb {
  overflow: hidden;
  border-radius: 10px;
}
.rts__blog__details .thumb img {
  width: 100%;
  overflow: hidden;
  transform: scale(1);
  transition: var(--transition);
}
.rts__blog__details .thumb img:hover {
  transform: scale(1.1);
}
.rts__blog__details__content {
  padding: 50px;
}
@media screen and (max-width: 576px) {
  .rts__blog__details__content {
    padding: 20px;
  }
}
.rts__blog__details__content .user-info {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.rts__blog__details__content .user-info .single i {
  margin-right: 10px;
  color: var(--rts-heading);
}
.rts__blog__details__content h4 {
  font-size: 32px;
}
.rts__blog__details__content .quote {
  padding: 50px;
  background: var(--heading-color-3);
  border-radius: 10px;
  margin: 50px 0;
}
@media screen and (max-width: 576px) {
  .rts__blog__details__content .quote {
    padding: 20px;
  }
}
.rts__blog__details__content .quote h5 {
  font-weight: 600;
}
.rts__blog__details__content .details__img {
  margin: 50px 0;
}
.rts__blog__details__content .thumb {
  border-radius: 10px;
  overflow: hidden;
}
.rts__blog__details__content .thumb img {
  transform: scale(1);
  transition: var(--transition);
}
.rts__blog__details__content .thumb img:hover {
  transform: scale(1.1);
}
.rts__blog__details__content .check-list {
  padding: 0;
  margin-bottom: 0;
}
.rts__blog__details__content .check-list li {
  color: var(--rts-heading);
  font-size: 14px;
}
.rts__blog__details__content .check-list li:not(:last-child) {
  margin-bottom: 5px;
}
.rts__blog__details__content .check-list li i {
  margin-right: 10px;
}
.rts__blog__details__content .details__tag {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .rts__blog__details__content .details__tag {
    gap: 10px;
  }
}
.rts__blog__details__content .details__tag button {
  font-size: 14px;
  padding: 4px 12px;
  color: var(--rts-heading);
  background: var(--heading-color-3);
  margin-right: 10px;
  max-width: max-content;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  font-family: var(--font-onest);
}
.rts__blog__details__content h6 {
  margin-right: 10px;
  margin-bottom: 0;
}
.rts__blog__details__content .socials {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-wrap: wrap;
}
@media screen and (max-width: 576px) {
  .rts__blog__details__content .socials {
    margin-top: 10px;
    justify-self: start;
  }
}
.rts__blog__details__content .socials a {
  color: var(--rts-heading);
  font-size: 14px;
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  transform: scale(1.1);
}
.rts__blog__details__content .socials a:not(:last-child) {
  margin-right: 10px;
}
.rts__blog__details__content .socials a:hover {
  background: var(--heading-color);
  color: var(--rts-white);
  transform: scale(1.1);
}
.rts__blog__details__content .author__area {
  display: flex;
  align-items: center;
  gap: 30px;
  border-top: 1px solid var(--rts-border);
  border-bottom: 1px solid var(--rts-border);
  padding: 40px 0;
}
@media screen and (max-width: 576px) {
  .rts__blog__details__content .author__area {
    flex-wrap: wrap;
  }
}
.rts__blog__details__content .author__area .thumb {
  flex-basis: 45%;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 576px) {
  .rts__blog__details__content .author__area .thumb {
    flex-basis: 100%;
  }
}
.rts__blog__details__content .author__area .thumb img {
  transform: scale(1.1);
  transition: var(--transition);
}
.rts__blog__details__content .author__area .thumb img:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 576px) {
  .rts__blog__details__content .author__area .thumb img {
    width: 100%;
  }
}
.rts__blog__details__content .author__area .author__details span {
  font-size: 14px;
}
.rts__blog__details__content .author__area .author__details h6 {
  margin-bottom: 10px;
}
.rts__blog__details__content .replay__area {
  margin-top: 40px;
}
.rts__blog__details__content .replay__area form {
  margin-top: 20px;
}
.rts__blog__details__content .replay__area form input {
  width: 100%;
  border: 1px solid var(--rts-border);
  padding: 13.5px;
  border-radius: 10px;
  margin-bottom: 20px;
  font-size: 14px;
}
.rts__blog__details__content .replay__area form input::placeholder {
  color: var(--rts-heading) !important;
}
.rts__blog__details__content .replay__area form input:focus {
  color: var(--heading-color);
}
.rts__blog__details__content .replay__area form textarea {
  font-size: 14px;
  height: 120px;
  width: 100%;
  border: 1px solid var(--rts-border);
  padding: 13.5px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.rts__blog__details__content .replay__area form textarea::placeholder {
  color: var(--rts-heading) !important;
}
.rts__blog__details__content .replay__area form textarea:focus {
  color: var(--heading-color);
}
.rts__blog__details__content .replay__area form button {
  margin-top: 30px;
  border: none;
  border-radius: 100px;
  padding: 10px 20px;
  background: var(--heading-color);
  color: var(--rts-white);
  transition: all 0.3s ease-in;
}
.rts__blog__details__content .replay__area form button:hover {
  background: var(--heading-color-2);
  color: var(--rts-heading);
}
.rts__blog__details__sidebar .widget {
  border: 1px solid var(--rts-border);
  border-radius: 10px;
  padding: 20px;
}
.rts__blog__details__sidebar .widget:not(:last-child) {
  margin-bottom: 45px;
}
.rts__blog__details__sidebar .widget h5 {
  margin-bottom: 20px;
}
.rts__blog__details__sidebar .widget form {
  position: relative;
}
.rts__blog__details__sidebar .widget form input {
  width: 100%;
  border: 1px solid var(--rts-border);
  border-radius: 6px;
  background: transparent;
  padding: 15px;
  outline: none;
}
.rts__blog__details__sidebar .widget form input::placeholder {
  color: var(--rts-heading) !important;
}
.rts__blog__details__sidebar .widget form input:focus {
  color: var(--heading-color);
}
.rts__blog__details__sidebar .widget form button {
  width: 60px;
  height: 100%;
  background: var(--heading-color);
  color: var(--rts-white);
  border-radius: 6px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
}
.rts__blog__details__sidebar .widget .categories {
  padding: 0;
  margin: 0;
}
.rts__blog__details__sidebar .widget .categories li:not(:last-child) {
  margin-bottom: 10px;
}
.rts__blog__details__sidebar .widget .categories li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  color: var(--rts-heading);
  padding: 15px;
  border: 1px solid var(--rts-border);
  border-radius: 6px;
  transition: var(--transition);
}
.rts__blog__details__sidebar .widget .categories li a:hover {
  background: var(--heading-color);
  color: var(--rts-white);
}
.rts__blog__details__sidebar .widget .recent-body .recent-post-single {
  display: flex;
  align-items: center;
  gap: 20px;
}
.rts__blog__details__sidebar .widget .recent-body .recent-post-single:not(:last-child) {
  margin-bottom: 20px;
}
.rts__blog__details__sidebar .widget .recent-body .content-area .user {
  font-size: 14px;
}
.rts__blog__details__sidebar .widget .recent-body .content-area .post-title h6 {
  line-height: 1.2;
  transition: var(--transition);
  font-weight: 600;
  font-family: var(--font-onest);
  font-size: 18px;
}
.rts__blog__details__sidebar .widget .tags-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.rts__blog__details__sidebar .widget .tags-wrapper a {
  background: transparent;
  color: var(--rts-heading);
  padding: 5px 15px;
  border: 1px solid var(--rts-border);
  border-radius: 6px;
  transition: var(--transition);
}
.rts__blog__details__sidebar .widget .tags-wrapper a:hover {
  background: var(--heading-color);
  color: var(--rts-white);
}

.choose__items__wrapper .choose__items__main {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 992px) {
  .choose__items__wrapper .choose__items__main .or1 {
    order: -1 !important;
  }
}
.choose__items__wrapper .choose__single__item {
  border-radius: 10px;
  max-width: 300px;
}
.choose__items__wrapper .choose__single__item:nth-child(2), .choose__items__wrapper .choose__single__item:nth-child(3) {
  max-width: 520px;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .choose__items__wrapper .choose__single__item {
    width: 55%;
  }
}
@media screen and (max-width: 1200px) {
  .choose__items__wrapper .choose__single__item {
    max-width: 380px;
  }
}
@media screen and (max-width: 992px) {
  .choose__items__wrapper .choose__single__item {
    max-width: 47%;
  }
  .choose__items__wrapper .choose__single__item:nth-child(2), .choose__items__wrapper .choose__single__item:nth-child(3) {
    max-width: 47%;
  }
}
@media screen and (max-width: 768px) {
  .choose__items__wrapper .choose__single__item:nth-child(2), .choose__items__wrapper .choose__single__item:nth-child(3) {
    max-width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .choose__items__wrapper .choose__single__item {
    max-width: 100%;
    width: 100%;
  }
}
.choose__items__wrapper .choose__single__item .content {
  padding: 40px 30px;
}
@media screen and (max-width: 992px) {
  .choose__items__wrapper .choose__single__item .content {
    padding: 24px;
  }
}
.choose__items__wrapper .choose__single__item .content .title {
  margin-top: 88px;
  color: var(--rts-white);
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .choose__items__wrapper .choose__single__item .content .title {
    margin-top: 20px;
  }
}
.choose__items__wrapper .choose__single__item .content .desc {
  color: var(--rts-neon);
}
.choose__items__wrapper .choose__single__item .choose__img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.choose__items__wrapper .choose__single__item .choose__img img {
  border-radius: 10px;
  transform: scale(1);
  transition: var(--transition);
}
.choose__items__wrapper .choose__single__item .choose__img .title {
  color: var(--rts-white);
  line-height: 28px;
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 9;
}
.choose__items__wrapper .choose__single__item:hover .choose__img img {
  transform: scale(1.1);
}
@media screen and (max-width: 1200px) {
  .choose__items__wrapper .choose__img__item {
    margin-top: 30px;
  }
}
.choose__items__wrapper .choose__img__item .choose__img {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.choose__items__wrapper .choose__img__item .choose__img img {
  border-radius: 10px;
  max-height: 646px;
  object-fit: cover;
  transform: scale(1);
  transition: var(--transition);
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .choose__items__wrapper .choose__img__item .choose__img img {
    max-height: 510px;
  }
}
@media screen and (max-width: 992px) {
  .choose__items__wrapper .choose__img__item .choose__img img {
    max-height: inherit;
  }
}
.choose__items__wrapper .choose__img__item .img__content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
.choose__items__wrapper .choose__img__item .img__content .title {
  color: var(--rts-white);
}
.choose__items__wrapper .choose__img__item .img__content .phone i {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: var(--heading-color-2);
  color: var(--rts-heading);
  border-radius: 50%;
}
.choose__items__wrapper .choose__img__item .img__content .phone a {
  color: var(--rts-white);
  margin-right: 5px;
}
.choose__items__wrapper .choose__img__item:hover .choose__img img {
  transform: scale(1.1);
}
.choose__items__wrapper .choose__items .img {
  position: relative;
}
.choose__items__wrapper .choose__items .img img {
  border-radius: 10px;
}
.choose__items__wrapper .choose__items .img .one {
  right: 41%;
  top: 63%;
}
.choose__items__wrapper .choose__items .img .two {
  right: 35%;
  top: 33%;
}
.choose__items__wrapper .choose__items .img .three {
  left: 18%;
  top: 36%;
}
.choose__items__wrapper .choose__items .img .round-shape li {
  position: absolute;
}
.choose__items__wrapper .choose__items .img .round-shape li i {
  width: 35px;
  height: 35px;
  background: var(--rts-white);
  color: var(--rts-heading);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.choose__items__wrapper .choose__items .choose__single__items {
  border-radius: 10px;
  padding: 40px;
  background: var(--heading-color-2);
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .choose__items__wrapper .choose__items .choose__single__items {
    padding: 25px 30px;
  }
}
.choose__items__wrapper .choose__items .choose__single__items:not(:last-child) {
  margin-bottom: 20px;
}
.choose__items__wrapper .choose__items .choose__single__items:nth-child(2) {
  background: var(--heading-color);
}
.choose__items__wrapper .choose__items .choose__single__items:nth-child(3) {
  background: var(--heading-color-3);
}
.choose__items__wrapper .choose__items .choose__single__items.style-3 {
  background: var(--heading-color-4);
  padding: 35px;
}
.choose__items__wrapper .choose__items .choose__single__items.style-4 {
  background: var(--heading-color);
}
.choose__items__wrapper .choose__items .choose__single__items .content .top {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.choose__items__wrapper .choose__items .choose__single__items .content .icon.style-3 {
  padding: 10px 15px;
  border-radius: 6px;
  background: var(--rts-white);
}
.choose__items__wrapper .choose__items .choose__single__items .content .number {
  color: rgba(255, 255, 255, 0.2);
  font-weight: 600;
  margin: 0;
}
.choose__items__wrapper .choose__items .choose__single__items .content .title {
  margin-top: 20px;
}
.choose__items__wrapper .choose__items .choose__single__items .content .title.style-2 {
  color: var(--rts-white);
}
.choose__items__wrapper .choose__items .choose__single__items .content .title.style-3 {
  margin-top: 27px;
  color: var(--rts-white);
}
.choose__items__wrapper .choose__items .choose__single__items .content .desc {
  font-family: var(--font-onest);
}
.choose__items__wrapper .choose__items .choose__single__items .content .desc.style-2 {
  color: var(--rts-white);
}
.choose__items__wrapper .choose__items .choose__single__items .content .desc.style-3 {
  margin-top: 10px;
  color: var(--rts-white);
}

.section__title__area .desc {
  margin-bottom: 22px;
}

/* Custom tooltip style */
.tooltipx .tooltip-inner {
  background-color: var(--heading-color-2) !important;
  color: var(--heading-color) !important;
  padding: 6px 10px;
  border-radius: 6px;
}

/* Hide tooltip arrow */
.tooltip .tooltip-arrow {
  display: none !important;
}

.rts__service_area.style-3 {
  background: var(--heading-color-5);
}
.rts__service_area .rts-paginations {
  margin-top: 80px;
}

.service__wrapper {
  border-radius: 10px;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .service__wrapper .section__title .title {
    font-size: 48px;
  }
}
@media screen and (max-width: 1200px) {
  .service__wrapper {
    padding: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .service__wrapper.style-2 {
    padding: 0;
  }
}
.service__wrapper .service__img {
  height: 810px;
  overflow: hidden;
  border-radius: 10px 0 0 10px;
}
@media screen and (max-width: 1200px) {
  .service__wrapper .service__img {
    border-radius: 10px;
  }
}
@media screen and (max-width: 992px) {
  .service__wrapper .service__img {
    height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .service__wrapper .service__img {
    margin-bottom: 30px;
  }
}
.service__wrapper .service__content__wrapper {
  max-width: 700px;
  margin-left: 30px;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .service__wrapper .service__content__wrapper {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .service__wrapper .service__content__wrapper {
    margin-left: 0;
  }
}
@media screen and (max-width: 992px) {
  .service__wrapper .service__content__wrapper {
    margin-top: 30px;
    margin-left: 0;
  }
}
.service__wrapper .service__content__wrapper .service__item__main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  transition: var(--transition);
}
@media screen and (max-width: 576px) {
  .service__wrapper .service__content__wrapper .service__item__main {
    grid-template-columns: repeat(1, 1fr);
  }
}
.service__wrapper .service__content__wrapper .service__item__main .service__single__item {
  border: 1px solid var(--rts-border);
  border-radius: 10px;
  padding: 20px;
  display: flex;
  gap: 12px;
  transition: var(--transition);
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .service__wrapper .service__content__wrapper .service__item__main .service__single__item {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .service__wrapper .service__content__wrapper .service__item__main .service__single__item {
    padding: 10px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .service__wrapper .service__content__wrapper .service__item__main .service__single__item {
    flex-wrap: wrap;
  }
}
.service__wrapper .service__content__wrapper .service__item__main .service__single__item .icon {
  min-width: max-content;
}
.service__wrapper .service__content__wrapper .service__item__main .service__single__item .icon svg path {
  transition: var(--transition);
}
.service__wrapper .service__content__wrapper .service__item__main .service__single__item .content .title {
  font-size: 19px;
  line-height: 28px;
  transition: var(--transition);
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .service__wrapper .service__content__wrapper .service__item__main .service__single__item .content .title {
    font-size: 16px;
  }
}
.service__wrapper .service__content__wrapper .service__item__main .service__single__item .content .desc {
  line-height: 24px;
  transition: var(--transition);
}
.service__wrapper .service__content__wrapper .service__item__main .service__single__item:hover {
  background-color: var(--heading-color);
}
.service__wrapper .service__content__wrapper .service__item__main .service__single__item:hover .icon svg path {
  fill: var(--rts-neon);
}
.service__wrapper .service__content__wrapper .service__item__main .service__single__item:hover .content .title {
  color: var(--rts-white);
}
.service__wrapper .service__content__wrapper .service__item__main .service__single__item:hover .content .desc {
  color: #B5B5B5;
}
.service__wrapper .service__single__item {
  background: var(--heading-color-3);
  border-radius: 10px;
}
.service__wrapper .service__single__item-2 {
  background: var(--heading-color-3);
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.service__wrapper .service__single__item-2.style-2 {
  background: var(--heading-color-2);
}
.service__wrapper .service__single__item-2.style-3 {
  background: var(--heading-color);
}
.service__wrapper .service__single__item-2.style-4 {
  flex-direction: column;
}
@media screen and (max-width: 576px) {
  .service__wrapper .service__single__item-2 {
    flex-direction: column-reverse;
    align-items: start;
    gap: 20px;
  }
}
.service__wrapper .service__single__item-2 .content {
  padding-left: 20px;
  height: 100%;
  border-radius: 10px 0 0 10px;
  flex-basis: 50%;
}
.service__wrapper .service__single__item-2 .content.style-2 {
  border-radius: 0 10px 10px 0;
}
.service__wrapper .service__single__item-2 .content.style-3 {
  border-radius: 0 10px 10px 0;
}
@media screen and (max-width: 576px) {
  .service__wrapper .service__single__item-2 .content {
    padding: 20px;
  }
}
.service__wrapper .service__single__item-2 .content .title {
  margin-top: 48px;
}
.service__wrapper .service__single__item-2 .content .title.style-2 {
  color: var(--rts-white);
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .service__wrapper .service__single__item-2 .content .title {
    margin-top: 25px;
  }
}
.service__wrapper .service__single__item-2 .content .list-item {
  margin-top: 25px;
  padding: 0;
}
.service__wrapper .service__single__item-2 .content .list-item li {
  color: var(--rts-heading);
}
.service__wrapper .service__single__item-2 .content .list-item.style-2 li {
  color: var(--rts-white);
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .service__wrapper .service__single__item-2 .content .list-item li {
    font-size: 14px;
  }
}
.service__wrapper .service__single__item-2 .img {
  flex-basis: 50%;
  overflow: hidden;
  border-radius: 0 10px 10px 0;
}
.service__wrapper .service__single__item-2 .img img {
  transform: scale(1);
  transition: var(--transition);
}
@media screen and (max-width: 576px) {
  .service__wrapper .service__single__item-2 .img img {
    border-radius: 10px 10px 0 0;
  }
}
.service__wrapper .service__single__item-2 .img-2 {
  flex-basis: 50%;
  overflow: hidden;
  border-radius: 10px 0 0 10px;
}
.service__wrapper .service__single__item-2 .img-2 img {
  transform: scale(1);
  transition: var(--transition);
}
@media screen and (max-width: 576px) {
  .service__wrapper .service__single__item-2 .img-2 {
    order: 1;
  }
  .service__wrapper .service__single__item-2 .img-2 img {
    border-radius: 10px 10px 0 0;
  }
}
.service__wrapper .service__single__item-2:hover .img img {
  transform: scale(1.1);
}
.service__wrapper .service__single__item-2:hover .img-2 img {
  transform: scale(1.1);
}

.service__wrapper-3 .single__item {
  padding: 10px;
  border: 1px solid var(--rts-border);
  border-radius: 10px;
}
@media screen and (max-width: 992px) {
  .service__wrapper-3 .single__item {
    height: 100%;
  }
}
.service__wrapper-3 .single__item .thumb {
  overflow: hidden;
  border-radius: 10px;
}
.service__wrapper-3 .single__item .thumb img {
  transform: scale(1.1);
  transition: transform 0.5s ease;
}
.service__wrapper-3 .single__item .content {
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 72px 15px 0;
}
.service__wrapper-3 .single__item .content .icon {
  width: 80px;
  height: 80px;
  background: var(--heading-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
  transition: var(--transition);
}
.service__wrapper-3 .single__item .content h5 {
  transition: var(--transition);
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .service__wrapper-3 .single__item .content h5 {
    font-size: 19px;
  }
}
.service__wrapper-3 .single__item .content h5:hover {
  color: var(--heading-color-4);
}
.service__wrapper-3 .single__item .content p {
  margin: 14px 0 20px;
}
.service__wrapper-3 .single__item .content .rts__btn {
  margin-bottom: 13px;
}
.service__wrapper-3 .single__item:hover .thumb img {
  transform: scale(1.3);
}
.service__wrapper-3 .single__item:hover .content .icon {
  background: var(--heading-color-4);
}
.service__wrapper-3 .link {
  margin-top: 50px;
  color: var(--rts-heading);
  display: block;
  text-align: center;
  text-decoration: underline;
}
@media screen and (max-width: 992px) {
  .service__wrapper-3 .link {
    margin-top: 70px;
  }
}

.rts__video__area {
  position: relative;
  width: 100%;
  height: 740px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1200px) {
  .rts__video__area {
    height: 600px;
  }
}
@media screen and (max-width: 992px) {
  .rts__video__area {
    height: 500px;
  }
}
@media screen and (max-width: 576px) {
  .rts__video__area {
    height: 450px;
  }
}
.rts__video__area video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 2;
}
.rts__video__area video.show {
  opacity: 1;
}
.rts__video__area .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  text-align: center;
  color: #fff;
  height: 100%;
  width: 100%;
}
.rts__video__area .content .icon {
  width: 100%;
  height: 100%;
  color: var(--rts-white);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.rts__video__area .content .icon i {
  font-size: 20px;
}
.rts__video__area .content span {
  display: block;
  margin-top: 1rem;
  font-size: 1.2rem;
  letter-spacing: 1px;
}
.rts__video__area.video-active video {
  display: block !important;
}
.rts__video__area.video-active .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.rts__service__details__sidebar .service__widget {
  margin-left: 50px;
  padding: 20px;
  border: 1px solid var(--rts-border);
  border-radius: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .rts__service__details__sidebar .service__widget {
    margin-left: 10px;
  }
}
@media screen and (max-width: 992px) {
  .rts__service__details__sidebar .service__widget {
    margin-left: 0;
  }
}
.rts__service__details__sidebar .service__widget:not(:last-child) {
  margin-bottom: 45px;
}
.rts__service__details__sidebar .service__widget__title {
  border-bottom: 1px solid var(--rts-border);
  padding-bottom: 5px;
}
.rts__service__details__sidebar .service__widget__title span {
  display: inline-block;
  color: var(--rts-heading);
  margin-bottom: 10px;
}
.rts__service__details__sidebar .service__widget__categories {
  padding: 0;
  margin-top: 38px;
}
.rts__service__details__sidebar .service__widget__categories li:not(:last-child) {
  margin-bottom: 10px;
}
.rts__service__details__sidebar .service__widget__categories li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px;
  background: transparent;
  border: 1px solid var(--rts-border);
  color: var(--rts-heading);
  border-radius: 10px;
  position: relative;
  transition: var(--transition);
}
.rts__service__details__sidebar .service__widget__categories li a::after {
  position: absolute;
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  right: 20px;
  color: var(--rts-heading);
  transition: var(--transition);
}
.rts__service__details__sidebar .service__widget__categories li a:hover {
  background: var(--heading-color);
  color: var(--rts-white);
}
.rts__service__details__sidebar .service__widget__categories li a:hover::after {
  color: var(--rts-white);
}
.rts__service__details__sidebar .service__widget__form {
  margin-top: 38px;
}
.rts__service__details__sidebar .service__widget__form form input {
  width: 100%;
  padding: 20px;
  background: transparent;
  color: var(--rts-heading);
  border-radius: 10px;
  border: 1px solid var(--rts-border);
  outline: none;
  margin-bottom: 15px;
}
.rts__service__details__sidebar .service__widget__form form input::placeholder {
  color: var(--rts-heading) !important;
}
.rts__service__details__sidebar .service__widget__form form textarea {
  width: 100%;
  padding: 20px;
  border: 1px solid var(--rts-border);
  outline: none;
  background: transparent;
  height: 130px;
  border-radius: 10px;
  resize: none;
}
.rts__service__details__sidebar .service__widget__form form textarea::placeholder {
  color: var(--rts-heading) !important;
}
.rts__service__details__sidebar .service__widget__form form button {
  margin-top: 13px;
  width: 100%;
  padding: 11px 0;
  border-radius: 10px;
  background: var(--heading-color);
  color: var(--rts-white);
  border: none;
}
.rts__service__details__sidebar .service__widget__download .download__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rts__service__details__sidebar .service__widget__download .download__item:not(:last-child) {
  margin-bottom: 10px;
}
.rts__service__details__sidebar .service__widget__download .download__item .left {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .rts__service__details__sidebar .service__widget__download .download__item .left {
    gap: 15px;
  }
}
.rts__service__details__sidebar .service__widget__download .download__item .left .text h6 {
  font-size: 18px;
  margin-bottom: 0;
}
.rts__service__details__content .content__thumb {
  margin-bottom: 42px;
}
.rts__service__details__content .content__thumb img {
  border-radius: 10px;
}
.rts__service__details__content .single__item h4 {
  font-size: 32px;
}
.rts__service__details__content .single__item p {
  letter-spacing: -0.64px;
}
.rts__service__details__content .single__item .tt {
  text-transform: capitalize;
}
.rts__service__details__content .single__item .list {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.rts__service__details__content .single__item .list li {
  width: 50%;
  color: var(--rts-heading);
}
@media screen and (max-width: 576px) {
  .rts__service__details__content .single__item .list li {
    width: 100%;
  }
}
.rts__service__details__content .single__item .list li:not(:last-child) {
  margin-bottom: 9px;
}
.rts__service__details__content .single__item .list li i {
  margin-right: 10px;
}
.rts__service__details__content .single__item .choose__single__item {
  background: var(--heading-color-4);
  padding: 30px;
  border-radius: 10px;
}
.rts__service__details__content .single__item .choose__single__item.style-2 {
  background-color: var(--heading-color);
}
.rts__service__details__content .single__item .choose__single__item .content .top {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.rts__service__details__content .single__item .choose__single__item .content .icon {
  padding: 10px 15px;
  border-radius: 6px;
  background: var(--rts-white);
}
.rts__service__details__content .single__item .choose__single__item .content .number {
  color: rgba(255, 255, 255, 0.2);
  font-weight: 600;
  margin: 0;
}
.rts__service__details__content .single__item .choose__single__item .content h5 {
  color: var(--rts-white);
}
.rts__service__details__content .single__item .choose__single__item .content p {
  margin-top: 10px;
  color: var(--rts-white);
}
.rts__service__details__content .single__item .choose__single__item .content .rts__btn {
  margin-top: 4px;
}
.rts__service__details__content .single__item:not(:last-child) {
  margin-bottom: 50px;
}

.rts__price__area {
  background-color: var(--heading-color-3);
}
.rts__price__area .price__single__item {
  padding: 20px;
  background-color: var(--rts-white);
  border: 1px solid var(--rts-border);
  border-radius: 10px;
  transition: var(--transition);
  /* Price Card Button */
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .rts__price__area .price__single__item {
    padding: 15px;
  }
}
@media screen and (max-width: 992px) {
  .rts__price__area .price__single__item {
    padding: 19px;
  }
}
.rts__price__area .price__single__item .price__thumb {
  overflow: hidden;
  border-radius: 6px;
}
.rts__price__area .price__single__item .price__thumb img {
  transform: scale(1);
  transition: var(--transition);
}
.rts__price__area .price__single__item .price__content {
  padding: 20px;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .rts__price__area .price__single__item .price__content {
    padding: 10px;
  }
}
@media screen and (max-width: 992px) {
  .rts__price__area .price__single__item .price__content {
    padding: 0;
  }
}
.rts__price__area .price__single__item .price__content h4 {
  letter-spacing: -1.6px;
}
.rts__price__area .price__single__item .price__content h4 span {
  color: var(--rts-para);
  font-size: initial;
  letter-spacing: initial;
}
.rts__price__area .price__single__item .price__content p {
  line-height: 20px;
  margin-bottom: -8px;
}
.rts__price__area .price__single__item .price__content .price__list {
  border-top: 1px solid var(--rts-border);
  padding-top: 30px;
  padding-bottom: 14px;
  margin: 30px 0 27px;
  padding-left: 0px;
  border-bottom: 1px solid var(--rts-border);
}
.rts__price__area .price__single__item .price__content .price__list li {
  margin-bottom: 10px;
  color: var(--heading-color);
}
.rts__price__area .price__single__item .price__content .price__list li i {
  margin-right: 8px;
}
.rts__price__area .price__single__item .rts__btn {
  width: 100%;
}
.rts__price__area .price__single__item .rts__btn__wrap {
  width: 100%;
  text-align: center;
  padding: 16px 28px;
}
.rts__price__area .price__single__item .rts__btn__icon {
  min-width: 54px;
}
.rts__price__area .price__single__item .rts__btn .rts__btn__txt-2 {
  left: 50% !important;
  transform: translate(-50%, 100%) !important;
}
.rts__price__area .price__single__item .rts__btn:hover .rts__btn__txt-2 {
  transform: translate(-50%, -50%) !important;
  left: 50% !important;
}
.rts__price__area .price__single__item:hover .price__thumb img {
  transform: scale(1.1);
}

.rts__testimonial__area {
  position: relative;
}
.rts__testimonial__area::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 75%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: var(--rts-border);
}
.rts__testimonial__area.dbt::before {
  top: 0;
  background: var(--rts-border);
}
.rts__testimonial__area.style-3 {
  background: #EBFFF1;
}

.testimonial__slide__item__wrapper .testimonial__slide__item {
  padding: 28px 18px 33px 25px;
  border: 1px solid var(--rts-border);
  border-radius: 10px;
}
.testimonial__slide__item__wrapper .testimonial__slide__item.style-2 {
  background: var(--heading-color-2);
  border-color: transparent;
}
.testimonial__slide__item__wrapper .testimonial__slide__item.style-3 {
  background: var(--heading-color-4);
}
.testimonial__slide__item__wrapper .testimonial__slide__item.style-3 .icon img {
  filter: brightness(0) invert(1);
}
.testimonial__slide__item__wrapper .testimonial__slide__item.style-3 .desc {
  color: var(--rts-white);
}
.testimonial__slide__item__wrapper .testimonial__slide__item.style-3 .title {
  color: var(--rts-white);
}
.testimonial__slide__item__wrapper .testimonial__slide__item.style-3 .designation {
  color: var(--rts-white);
}
.testimonial__slide__item__wrapper .testimonial__slide__item .desc {
  font-family: var(--font-roboto);
  font-weight: 400;
  color: var(--rts-heading);
}
.testimonial__slide__item__wrapper .testimonial__slide__item .info .content .title {
  margin-bottom: -2px;
}

.testi__right {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 18px;
}
.testi__right .testi__reviews {
  display: flex;
  align-items: center;
  gap: 8px;
}
.testi__right .testi__reviews .rattings span {
  color: var(--rts-heading);
  font-family: var(--font-roboto);
  font-weight: 500;
}
.testi__right .testi__reviews .rattings .ratting {
  display: flex;
  align-items: center;
  gap: 10px;
}
.testi__right .testi__reviews .rattings .ratting span {
  color: var(--rts-heading);
  font-family: var(--font-roboto);
  font-weight: 600;
}
.testi__right .testi__reviews .rattings .ratting .star {
  color: #ffcc00;
}
.testi__right .test__btn {
  display: flex;
  gap: 8px;
}
.testi__right .test__btn button {
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border: 1px solid var(--rts-border);
  border-radius: 6px;
  background: transparent;
  transition: var(--transition);
}
.testi__right .test__btn button i {
  color: var(--rts-heading);
  transition: var(--transition);
}
.testi__right .test__btn button:hover {
  background: var(--heading-color);
}
.testi__right .test__btn button:hover i {
  color: var(--rts-neon);
}
.testi__right .test__btn.style-2 button:hover i {
  color: var(--heading-color-4);
}

.rts__testimonials__thumb {
  border: 1px solid #E7EDBE;
  border-radius: 10px;
  padding: 20px;
}
.rts__testimonials__thumb .thumb img {
  border-radius: 10px;
}
.rts__testimonials__item {
  border: 1px solid #E7EDBE;
  border-radius: 10px;
  padding: 20px;
}
.rts__testimonials__item .content {
  background: var(--rts-white);
  border-radius: 10px;
  padding: 30px 35px 48px;
}
.rts__testimonials__item .content .desc {
  font-size: 24px;
  line-height: 32px;
  color: var(--rts-para);
  margin-top: 22px;
  border-bottom: 1px solid #E7EDBE;
  padding-bottom: 22px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .rts__testimonials__item .content .desc {
    font-size: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .rts__testimonials__item .content .desc {
    font-size: 16px;
    line-height: 30px;
  }
}

.rts__testimonial__area.style-3::before {
  background: none;
}

.map__main__wrapper {
  margin-top: 80px;
  position: relative;
  display: inline-block;
}
.map__main__wrapper img {
  max-width: 100%;
  height: auto;
  display: block;
}
.map__main__wrapper .round-shape {
  list-style: none;
  margin: 0;
  padding: 0;
}
.map__main__wrapper .round-shape li {
  position: absolute;
  width: 30px;
  height: 30px;
  background: var(--heading-color-2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.map__main__wrapper .round-shape li:hover {
  transform: scale(1.2);
}
.map__main__wrapper .round-shape li i {
  color: #000;
  font-size: 14px;
}
.map__main__wrapper .round-shape .one {
  top: 15%;
  left: 70%;
}
.map__main__wrapper .round-shape .two {
  top: 25%;
  left: 20%;
}
.map__main__wrapper .round-shape .three {
  bottom: 28%;
  left: 28%;
}
.map__main__wrapper .round-shape .four {
  top: 50%;
  left: 55%;
}
.map__main__wrapper .round-shape .five {
  bottom: 15%;
  right: 5%;
}

.map-tooltip .tooltip-inner {
  background: var(--heading-color-2) !important;
  color: var(--rts-heading) !important;
  font-weight: 600;
  font-size: 14px;
  padding: 6px 10px;
  border-radius: 6px;
  margin-left: 10px;
}

.map-tooltip .tooltip-arrow {
  display: none;
}

@media (max-width: 1200px) and (min-width: 991px) {
  .rts__map__area .section__title p br {
    display: none;
  }
}

.subtitle {
  display: inline-block;
  padding: 9px 18px;
  color: var(--rts-white);
  font-size: 14px;
  font-family: var(--font-heading);
  font-weight: 500;
  border: 1px solid var(--rts-white);
  border-radius: 100px;
  line-height: 1;
}

.project__main__wrapper {
  margin-top: 86px;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .project__main__wrapper {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1200px) {
  .project__main__wrapper {
    margin-top: 47px;
  }
}
@media screen and (max-width: 992px) {
  .project__main__wrapper {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .project__main__wrapper {
    margin-top: 55px;
  }
}
.project__main__wrapper .project__wrapper {
  position: sticky;
  top: 120px;
}
.project__main__wrapper .project__wrapper:nth-child(2) {
  top: 220px;
}
.project__main__wrapper .project__wrapper:nth-child(3) {
  top: 320px;
}
@media screen and (max-width: 1200px) {
  .project__main__wrapper .project__wrapper {
    position: static;
  }
}
.project__main__wrapper .project__wrapper .project__item__card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
  border: 1px solid #E7EDBE;
  border-radius: 10px;
  position: relative;
  background: var(--rts-white);
}
@media screen and (max-width: 992px) {
  .project__main__wrapper .project__wrapper .project__item__card {
    flex-direction: column-reverse;
  }
}
.project__main__wrapper .project__wrapper .project__item__content {
  border-radius: 6px;
  background: #F1FF94;
  padding: 54px 70px 54px 40px;
  flex-basis: 65%;
}
@media screen and (max-width: 1200px) {
  .project__main__wrapper .project__wrapper .project__item__content {
    padding: 54px 20px 54px 40px;
    flex-basis: 85%;
  }
}
@media screen and (max-width: 768px) {
  .project__main__wrapper .project__wrapper .project__item__content {
    padding: 20px;
  }
}
.project__main__wrapper .project__wrapper .project__item__content.style-2 {
  background: var(--heading-color);
}
.project__main__wrapper .project__wrapper .project__item__content .sub-title {
  display: inline-block;
  padding: 2px 18px;
  color: var(--rts-heading);
  font-size: 14px;
  font-family: var(--font-heading);
  font-weight: 500;
  border: 1px solid var(--rts-border);
  border-radius: 100px;
}
.project__main__wrapper .project__wrapper .project__item__content .project__list {
  padding: 0;
}
.project__main__wrapper .project__wrapper .project__item__content .project__list li {
  margin-bottom: 4px;
  color: var(--rts-heading);
}
.project__main__wrapper .project__wrapper .project__item__content .project__list li i {
  margin-right: 5px;
}
.project__main__wrapper .project__wrapper .project__item__content .project__list.style-2 li {
  color: var(--rts-neon);
}
.project__main__wrapper .project__wrapper .project__item__img {
  flex-basis: 65%;
  overflow: hidden;
  border-radius: 6px;
}
.project__main__wrapper .project__wrapper .project__item__img img {
  transform: scale(1);
  transition: var(--transition);
}
.project__main__wrapper .project__wrapper:hover .project__item__img img {
  transform: scale(1.1);
}

.project__wrapper__2 {
  margin-top: 45px;
}
.project__wrapper__2 .swiper {
  border-radius: 10px;
}
.project__wrapper__2 .project__slide__item {
  overflow: hidden;
}
.project__wrapper__2 .project__slide__item .img {
  position: relative;
}
.project__wrapper__2 .project__slide__item .img img {
  border-radius: 10px;
}
.project__wrapper__2 .project__slide__item .img .info {
  background: var(--heading-color-2);
  border-radius: 8px 0;
  padding: 20px;
  position: absolute;
  bottom: 0;
  right: -100%;
  transition: all 0.5s;
}
.project__wrapper__2 .project__slide__item .img .info.style-2 {
  background: var(--rts-white);
  border-radius: 6px;
  left: -100%;
  bottom: 30px;
  max-width: 490px;
  transition: all 0.5s;
}
.project__wrapper__2 .project__slide__item .img .info p {
  color: var(--rts-heading);
  font-weight: 600;
}
.project__wrapper__2 .project__slide__item .img .info p:not(:last-child) {
  margin-bottom: 5px;
}
.project__wrapper__2 .project__slide__item .img .info p span {
  font-weight: 400;
}
.project__wrapper__2 .project__slide__item .img .info .top {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--rts-border);
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.project__wrapper__2 .project__slide__item .img .info .top span {
  font-size: 34px;
  color: var(--rts-heading);
  font-family: var(--font-heading);
  font-weight: 500;
  line-height: 36px;
}
.project__wrapper__2 .project__slide__item .img .info .bottom p {
  margin-bottom: 7px;
  color: var(--rts-para);
}
.project__wrapper__2 .project__slide__item .img .info .bottom p span {
  color: var(--rts-heading);
  font-weight: 600;
}
.project__wrapper__2 .project__slide__item .content {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition: all 0.5s;
}
.project__wrapper__2 .project__slide__item .content .left .title {
  margin: 0;
}
.project__wrapper__2 .project__slide__item .content .left span {
  font-family: var(--font-onest);
}
.project__wrapper__2 .swiper-slide.swiper-slide-active .project__slide__item .img .info {
  right: 0;
}
.project__wrapper__2 .swiper-slide.swiper-slide-active .project__slide__item .img .info.style-2 {
  left: 30px;
  right: 30px;
}
.project__wrapper__2 .swiper-slide.swiper-slide-active .project__slide__item .content {
  opacity: 1;
}

.title__area {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .title__area {
    flex-direction: column;
    gap: 20px;
  }
}
.title__area .subtitles {
  display: inline-block;
  padding: 9px 18px;
  color: var(--rts-white);
  font-size: 14px;
  font-family: var(--font-heading);
  font-weight: 500;
  border: 1px solid var(--rts-white);
  border-radius: 100px;
  line-height: 1;
  height: max-content;
  width: max-content;
}
.title__area .txt h3 {
  color: var(--rts-white);
}
.title__area .txt p {
  color: var(--rts-white);
}
.title__area .rts__btn {
  display: flex;
  align-items: end;
}

.rts__project__area .rts-paginations {
  margin-top: 100px;
}

.rts__project__details__area .rts__project__details__thumb img {
  border-radius: 10px;
}
.rts__project__details__area .rts__project__details__content {
  margin-top: 83px;
}
.rts__project__details__area .rts__project__details__content .single__details h3,
.rts__project__details__area .rts__project__details__content .single__details h4,
.rts__project__details__area .rts__project__details__content .single__details p,
.rts__project__details__area .rts__project__details__content .single__details li {
  letter-spacing: -0.64px;
}
.rts__project__details__area .rts__project__details__content .single__details h3 {
  font-size: 48px;
  line-height: 1;
}
.rts__project__details__area .rts__project__details__content .single__details h4 {
  font-size: 32px;
  line-height: 1;
}
.rts__project__details__area .rts__project__details__content .single__details .mm {
  margin-top: -4px;
}
.rts__project__details__area .rts__project__details__content .single__details .details__list {
  padding: 0;
}
.rts__project__details__area .rts__project__details__content .single__details .details__list.style-2 {
  padding: 20px;
  background: var(--heading-color-3);
}
.rts__project__details__area .rts__project__details__content .single__details .details__list li {
  color: var(--rts-heading);
  border-radius: 100px;
  position: relative;
  margin-left: 16px;
}
.rts__project__details__area .rts__project__details__content .single__details .details__list li:not(:last-child) {
  margin-bottom: 8px;
}
.rts__project__details__area .rts__project__details__content .single__details .details__list li::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background: var(--heading-color);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: -14px;
}
@media screen and (max-width: 576px) {
  .rts__project__details__area .rts__project__details__content .single__details .details__list li::before {
    top: 13px;
  }
}
.rts__project__details__area .rts__project__details__content .single__details:not(:last-child) {
  margin-bottom: 47px;
}
.rts__project__details__area .rts__project__details__info {
  margin-top: 83px;
  margin-left: 50px;
  position: sticky;
  top: 100px;
}
@media screen and (max-width: 1200px) {
  .rts__project__details__area .rts__project__details__info {
    margin-left: 20px;
  }
}
@media screen and (max-width: 992px) {
  .rts__project__details__area .rts__project__details__info {
    margin-left: 0;
  }
}
.rts__project__details__area .rts__project__details__info p {
  border-bottom: 1px solid var(--rts-border);
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.rts__project__details__area .rts__project__details__info p span {
  color: var(--heading-color);
}

.brand__slide__wrapper {
  margin-left: 10%;
}
.brand__slide__wrapper.style-2 {
  margin-left: 0;
}
.brand__slide__wrapper.style-3 {
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .brand__slide__wrapper {
    max-width: 550px;
  }
}
@media screen and (max-width: 768px) {
  .brand__slide__wrapper {
    max-width: 90%;
    margin: 0 5%;
  }
}

.process__item__wrapper {
  position: relative;
}
.process__item__wrapper::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  bottom: -120px;
  background: var(--rts-border);
}
.process__item__wrapper.style-2::before {
  display: none;
}

.process__item__single {
  background: var(--heading-color);
  padding: 16px;
  border-radius: 10px;
  height: 100%;
  position: relative;
  z-index: 1;
  transition: var(--transition);
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .process__item__single {
    height: 93.5%;
  }
}
.process__item__single .number {
  color: var(--rts-neon);
}
.process__item__single .title {
  color: var(--rts-white);
  line-height: 28px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .process__item__single .title {
    font-size: 19px;
  }
}
.process__item__single .desc {
  margin-top: 130px;
  color: var(--rts-white);
}
.process__item__single .shape {
  position: absolute;
  top: 30px;
  right: 16px;
  z-index: -1;
}
.process__item__single::before, .process__item__single::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid var(--rts-neon);
  transition: var(--transition);
}
.process__item__single::before {
  top: 10px;
  left: 10px;
  border-right: none;
  border-bottom: none;
  border-radius: 4px 0 0 0;
}
.process__item__single::after {
  bottom: 8px;
  right: 8px;
  border-left: none;
  border-top: none;
  border-radius: 0 0 4px 0;
}
.process__item__single .corner-top-right,
.process__item__single .corner-bottom-left {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid var(--rts-neon);
  border-radius: 0 4px;
  transition: var(--transition);
}
.process__item__single .corner-top-right {
  top: 8px;
  right: 8px;
  border-left: none;
  border-bottom: none;
}
.process__item__single .corner-bottom-left {
  bottom: 8px;
  left: 8px;
  border-right: none;
  border-top: none;
}
.process__item__single:hover::before {
  top: 5px;
  left: 5px;
}
.process__item__single:hover::after {
  bottom: 5px;
  right: 5px;
}
.process__item__single:hover .corner-top-right {
  top: 5px;
  right: 5px;
}
.process__item__single:hover .corner-bottom-left {
  bottom: 5px;
  left: 5px;
}

.rts__process__area .rts__btn {
  margin-bottom: 23px;
}

.rts__footer__area.footer__three {
  background: var(--heading-color);
  position: relative;
}
.rts__footer__area.footer__three::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  bottom: 65px;
}
@media screen and (max-width: 768px) {
  .rts__footer__area.footer__three::after {
    bottom: 100px;
  }
}
.rts__footer__area .footer__top {
  padding: 100px 0 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .rts__footer__area .footer__top {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.rts__footer__area .footer__top .title {
  color: var(--rts-white);
}
@media screen and (max-width: 992px) {
  .rts__footer__area .footer__top .title br {
    display: none;
  }
}
.rts__footer__area .footer__top .title span {
  color: var(--rts-neon);
}
.rts__footer__area .footer__top .subs {
  display: flex;
  flex-direction: column;
  max-width: 410px;
  width: 100%;
}
.rts__footer__area .footer__top .subs input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(223, 255, 3, 0.1);
  padding: 10px 0;
  font-size: 16px;
  font-family: var(--font-roboto);
  font-weight: 500;
  line-height: 24px;
  color: var(--rts-white);
  outline: none;
}
.rts__footer__area .footer__top .subs input::placeholder {
  color: var(--rts-white) !important;
}
.rts__footer__area .footer__top .subs button {
  margin-top: 20px;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.rts__footer__area .footer__widget__wrapper {
  padding-top: 50px;
  border-top: 1px solid rgba(223, 255, 3, 0.1);
}
.rts__footer__area .footer__widget__wrapper.bdr-line {
  position: relative;
}
.rts__footer__area .footer__widget__wrapper.bdr-line::before {
  position: absolute;
  content: "";
  height: 160px;
  width: 1px;
  background: rgba(223, 255, 3, 0.1);
  left: 53%;
}
@media screen and (max-width: 1200px) {
  .rts__footer__area .footer__widget__wrapper.bdr-line::before {
    left: 48.5%;
  }
}
@media screen and (max-width: 992px) {
  .rts__footer__area .footer__widget__wrapper.bdr-line::before {
    display: none;
  }
}
.rts__footer__area .footer__widget__wrapper.style-2 {
  padding-top: 110px;
  border-top: none;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .rts__footer__area .footer__widget__wrapper.style-2 {
    gap: 18px;
  }
}
@media screen and (max-width: 1200px) {
  .rts__footer__area .footer__widget__wrapper.style-2 {
    gap: 10px;
    row-gap: 40px;
  }
  .rts__footer__area .footer__widget__wrapper.style-2 > * {
    flex: 1 1 200px;
  }
}
@media screen and (max-width: 992px) {
  .rts__footer__area .footer__widget__wrapper.style-2 > * {
    flex: 1 1 340px;
  }
}
.rts__footer__area .footer__widget__wrapper.style-3 {
  padding-top: 90px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .rts__footer__area .footer__widget__wrapper.style-3 {
    flex-wrap: wrap;
    row-gap: 40px;
  }
}
@media screen and (max-width: 576px) {
  .rts__footer__area .footer__widget__wrapper.style-3 {
    row-gap: 25px;
  }
}
.rts__footer__area .footer__widget__wrapper .footer__social a i {
  margin-right: 12px;
  color: #516669;
  transition: var(--transition);
}
.rts__footer__area .footer__widget__wrapper .footer__social a i:hover {
  color: var(--rts-neon);
}
.rts__footer__area .footer__widget__logo p {
  margin-top: 30px;
}
@media screen and (max-width: 1200px) {
  .rts__footer__area .footer__widget__logo.style-2 {
    flex: 1 1 100%;
  }
}
.rts__footer__area .footer__widget__logo.style-2 p {
  color: #B5B5B5;
}
.rts__footer__area .footer__widget__logo.style-3 p {
  color: #D9D9D9;
}
.rts__footer__area .footer__widget__logo.style-3 .footer__social {
  margin-top: 40px;
}
.rts__footer__area .footer__widget__logo.style-3 .footer__social a i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  color: var(--rts-white);
  transition: var(--transition);
}
.rts__footer__area .footer__widget__logo.style-3 .footer__social a i:hover {
  background: var(--heading-color-4);
}
@media screen and (max-width: 1200px) {
  .rts__footer__area .footer__widget__logo.style-3 {
    flex: 1 1 100%;
  }
}
@media screen and (max-width: 576px) {
  .rts__footer__area .footer__widget__item.style-3 {
    flex: 1 1 100%;
  }
}
.rts__footer__area .footer__widget__item .single__item .head {
  color: var(--rts-neon);
  display: inline-block;
  margin-bottom: 22px;
}
.rts__footer__area .footer__widget__item .single__item .head.style-2 {
  font-size: 24px;
  color: var(--rts-white);
}
.rts__footer__area .footer__widget__item .single__item.style-2 a,
.rts__footer__area .footer__widget__item .single__item.style-2 p {
  color: #B5B5B5;
}
.rts__footer__area .footer__widget__item .single__item p,
.rts__footer__area .footer__widget__item .single__item a {
  color: var(--rts-white);
}
.rts__footer__area .footer__widget__item .single__item .link__list {
  padding: 0;
}
.rts__footer__area .footer__widget__item .single__item .link__list li {
  color: var(--rts-white);
  margin-bottom: 7px;
}
.rts__footer__area .footer__widget__item .single__item .link__list li a {
  transition: var(--transition);
}
.rts__footer__area .footer__widget__item .single__item .link__list li:hover a {
  color: var(--rts-neon);
}
.rts__footer__area .footer__widget__item .single__item .gallery__item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.rts__footer__area .footer__widget__item .single__item .gallery__item .thumb {
  overflow: hidden;
  border-radius: 6px;
}
.rts__footer__area .footer__widget__item .single__item .gallery__item .thumb img {
  transform: scale(1);
  transition: var(--transition);
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .rts__footer__area .footer__widget__item .single__item .gallery__item .thumb img {
    width: 100%;
  }
}
.rts__footer__area .footer__widget__item .single__item .gallery__item .thumb img:hover {
  transform: scale(1.1);
}
.rts__footer__area .footer__widget__item .single__item.style-3 .top {
  position: relative;
}
.rts__footer__area .footer__widget__item .single__item.style-3 .top .head {
  color: var(--rts-white);
  position: relative;
}
.rts__footer__area .footer__widget__item .single__item.style-3 .top .head::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 60px;
  background: var(--heading-color-4);
  left: 0;
  bottom: -15px;
}
.rts__footer__area .footer__widget__item .single__item.style-3 .top .head::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 2px;
  background: var(--heading-color);
  left: 40px;
  bottom: -15px;
  z-index: 9;
}
.rts__footer__area .footer__widget__item .single__item.style-3 .top::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 3px;
  background: var(--heading-color);
  left: 52px;
  bottom: 7px;
  z-index: 9;
}
.rts__footer__area .footer__widget__item .single__item.style-3 .link__list {
  margin-top: 20px;
}
.rts__footer__area .footer__widget__item .single__item.style-3 .link__list li {
  color: #D9D9D9;
}
.rts__footer__area .footer__widget__item .single__item.style-3 .link__list li a {
  color: #D9D9D9;
  transition: var(--transition);
}
.rts__footer__area .footer__widget__item .single__item.style-3 .link__list li:hover a {
  color: var(--heading-color-4);
}
.rts__footer__area .footer__widget__item .single__item.style-3 p {
  margin: 8px 0;
  color: #D9D9D9;
}
.rts__footer__area .footer__widget__item .single__item.style-3 p:first-child {
  margin-top: 20px;
}
.rts__footer__area .footer__widget__item .single__item.style-3 p a {
  color: #D9D9D9;
}
.rts__footer__area .footer__widget__item .single__item.style-3 .un {
  text-decoration: underline;
  transition: var(--transition);
}
.rts__footer__area .footer__widget__item .single__item.style-3 .un:hover {
  color: var(--heading-color-4);
}
.rts__footer__area .footer__widget__item .single__item.style-3 .tel {
  transition: var(--transition);
}
.rts__footer__area .footer__widget__item .single__item.style-3 .tel:hover {
  color: var(--heading-color-4);
}
.rts__footer__area .footer__copyright {
  margin-top: 70px;
  border-top: 1px solid rgba(223, 255, 3, 0.1);
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rts__footer__area .footer__copyright.style-2 {
  border-color: #15403F;
}
@media screen and (max-width: 768px) {
  .rts__footer__area .footer__copyright.style-2 {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
}
.rts__footer__area .footer__copyright.style-3 {
  border-color: transparent;
}
@media screen and (max-width: 768px) {
  .rts__footer__area .footer__copyright.style-3 {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
}
@media screen and (max-width: 576px) {
  .rts__footer__area .footer__copyright.style-3 {
    margin-top: 40px;
  }
}
.rts__footer__area .footer__copyright.style-3 .copyright p span {
  color: var(--heading-color-4);
}
@media screen and (max-width: 576px) {
  .rts__footer__area .footer__copyright {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
}
.rts__footer__area .footer__copyright .copyright p {
  color: var(--rts-white);
}
.rts__footer__area .footer__copyright .copyright p span {
  color: var(--rts-neon);
}
.rts__footer__area .footer__copyright .terms {
  display: flex;
  gap: 70px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 576px) {
  .rts__footer__area .footer__copyright .terms {
    flex-wrap: wrap;
    gap: 40px;
  }
}
.rts__footer__area .footer__copyright .terms li a {
  color: var(--rts-white);
}
.rts__footer__area .footer__copyright .payment__area img {
  margin-right: 10px;
}

.rts__shop__wrapper .shop__single__item {
  margin-top: 35px;
  text-align: center;
}
.rts__shop__wrapper .shop__single__item .images {
  overflow: hidden;
}
.rts__shop__wrapper .shop__single__item .images a {
  display: block;
  background: #EBFFF1;
  border-radius: 10px;
  width: 100%;
  height: 300px;
  text-align: center;
  line-height: 300px;
  transform: scale(1);
  transition: var(--transition);
}
.rts__shop__wrapper .shop__single__item .content {
  margin-top: 12px;
}
.rts__shop__wrapper .shop__single__item .content a p {
  font-size: 18px;
  color: var(--rts-heading);
  transition: var(--transition);
}
.rts__shop__wrapper .shop__single__item .content a p:hover {
  color: var(--heading-color-4);
}
.rts__shop__wrapper .shop__single__item .content .price {
  margin-top: 3px;
}
.rts__shop__wrapper .shop__single__item .content .price span {
  font-weight: 600;
}
.rts__shop__wrapper .shop__single__item .content .price .new {
  color: var(--rts-heading);
  margin-right: 10px;
}
.rts__shop__wrapper .shop__single__item .content .price .old {
  position: relative;
}
.rts__shop__wrapper .shop__single__item .content .price .old::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: var(--rts-para);
}
.rts__shop__wrapper .shop__single__item:hover .images a {
  transform: scale(1.1);
}

.rts__faq__area .section__title {
  position: sticky;
  top: 100px;
  align-self: start;
}

.faq__accordion__wrapper .accordion-item {
  border: 1px solid var(--rts-border);
  border-radius: 10px;
  margin-bottom: 10px;
  background: var(--heading-color-5);
  overflow: hidden;
  padding: 10px;
}
.faq__accordion__wrapper .accordion-item.style-2 {
  background: transparent;
}
.faq__accordion__wrapper .accordion-button {
  background: transparent;
  align-items: start;
  gap: 30px;
  cursor: pointer;
}
@media screen and (max-width: 576px) {
  .faq__accordion__wrapper .accordion-button {
    gap: 0;
  }
}
.faq__accordion__wrapper .accordion-button .text {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 576px) {
  .faq__accordion__wrapper .accordion-button .text {
    flex-wrap: wrap;
  }
}
.faq__accordion__wrapper .accordion-button:focus {
  box-shadow: none;
  outline: none;
}
.faq__accordion__wrapper .accordion-button span {
  color: var(--rts-heading);
  font-size: 24px;
}
.faq__accordion__wrapper .accordion-button h5 {
  font-size: 20px;
  font-family: var(--font-heading);
  font-weight: 500;
  color: var(--rts-heading);
  line-height: 26px;
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .faq__accordion__wrapper .accordion-button h5 br {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .faq__accordion__wrapper .accordion-button h5 br {
    display: none;
  }
}
.faq__accordion__wrapper .accordion-button::after {
  display: none;
}
.faq__accordion__wrapper .accordion-button .icon {
  margin-left: auto;
  color: var(--rts-heading);
  transition: var(--transition);
}
.faq__accordion__wrapper .accordion-button.collapsed .icon {
  transform: rotate(0deg);
}
.faq__accordion__wrapper .accordion-button:not(.collapsed) .icon {
  transform: rotate(180deg);
}
.faq__accordion__wrapper .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.faq__accordion__wrapper .accordion-body {
  padding: 10px 45px 20px 85px;
}
@media screen and (max-width: 576px) {
  .faq__accordion__wrapper .accordion-body {
    padding: 10px;
  }
}

.rts__contact__form .contact__form-wrapper {
  margin-top: 50px;
}
.rts__contact__form .form__input {
  margin-bottom: 20px;
}
.rts__contact__form .form__input label {
  color: var(--rts-heading);
  font-size: 16px;
  margin-bottom: 11px;
  cursor: pointer;
}
.rts__contact__form .form__input input[type=text],
.rts__contact__form .form__input input[type=email],
.rts__contact__form .form__input input[type=password] {
  width: 100%;
  padding: 20px;
  border: 1px solid var(--rts-border);
  border-radius: 10px;
  outline: none;
}
.rts__contact__form .form__input input[type=text]:focus,
.rts__contact__form .form__input input[type=email]:focus,
.rts__contact__form .form__input input[type=password]:focus {
  border-color: var(--rts-heading);
}
.rts__contact__form .form__input textarea {
  width: 100%;
  padding: 20px;
  border: 1px solid var(--rts-border);
  border-radius: 10px;
  resize: none;
  height: 120px;
}
.rts__contact__form .form__input textarea:focus {
  border-color: var(--rts-heading);
}
.rts__contact__form .form__input input[type=checkbox] {
  outline: none;
  margin: 0;
  cursor: pointer;
  accent-color: var(--rts-heading);
}
.rts__contact__form .form__input .terms {
  color: var(--rts-para);
}
.rts__contact__form .form__input .terms a {
  text-decoration: underline;
  color: var(--rts-para);
}
.rts__contact__form .rts__btn {
  width: 100%;
  border: none;
  background: none;
}
.rts__contact__form .rts__btn__wrap {
  width: 100%;
  text-align: center;
  padding: 16px 28px;
}
.rts__contact__form .rts__btn__icon {
  min-width: 54px;
}
.rts__contact__form .rts__btn .rts__btn__txt-2 {
  left: 50% !important;
  transform: translate(-50%, 100%) !important;
}
.rts__contact__form .rts__btn:hover .rts__btn__txt-2 {
  transform: translate(-50%, -50%) !important;
  left: 50% !important;
}
.rts__contact__info__social {
  display: flex;
  align-items: center;
  gap: 20px;
}
.rts__contact__info__social p {
  margin: 0;
  color: var(--rts-heading);
  font-weight: 600;
}
.rts__contact__info__social .social__list a {
  margin-right: 5px;
  width: 34px;
  height: 34px;
  border: 1px solid var(--rts-border);
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--rts-heading);
  transition: var(--transition);
}
.rts__contact__info__social .social__list a:hover {
  background: var(--heading-color);
  color: var(--rts-white);
}
.rts__contact__info__map {
  margin-top: 40px;
}
.rts__contact__info__map iframe {
  width: 100%;
  height: 400px;
  border-radius: 10px;
}
.rts__contact__info__details__item {
  margin-top: 38px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--rts-border);
  border-radius: 10px;
  padding: 15px;
}
.rts__contact__info__details__item .icon {
  width: 40px;
  height: 40px;
  border: 1px solid var(--rts-border);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.rts__contact__info__details__item .text p {
  margin: 0;
  color: var(--rts-heading);
}
.rts__contact__info__details__item .text a,
.rts__contact__info__details__item .text span {
  font-size: 14px;
  color: var(--rts-para);
}

/* gdpr cookies */
[data-theme=dark] .gdprcookie {
  background: #1b1b1b;
}
[data-theme=dark] .gdprcookie h2 {
  color: #fff;
}

.gdprcookie {
  position: fixed;
  color: white;
  font-size: 0.8em;
  line-height: 1.5em;
  left: 1.5rem;
  bottom: 1.5rem;
  max-width: 34em;
  padding: 30px 20px;
  background: var(--rts-heading);
  z-index: 99999;
}

.gdprcookie h2 {
  color: var(--rts-white);
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.gdprcookie-intro\/ p {
  margin-bottom: 20px;
  line-height: 26px;
}

.gdprcookie-buttons\/ button {
  display: inline-block;
  border: 0;
  margin-right: 12px;
  padding: 10px 15px;
  font-family: var(--inter);
  line-height: 1;
}

.gdprcookie-types\/ h3 {
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 10;
}
.gdprcookie-types\/ ul {
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  margin-bottom: 20px;
}
.gdprcookie-types\/ ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

/*
if you need custom styles, please add it in this file below

For example:
.custom{
    color: red;
}
*/
/*
If you love our template, please give us a star on https://themeforest.net/user/reacthemes
*/
/*# sourceMappingURL=../maps/style.css.map */
