
:root {
  --background: #f1f1f1;
  --black-100: #0e0e0e;
  --grey: #868686;
  --white: white;
  --black-80: #1d1d1d;
  --rounded: 10px;
  --grey-green: #7a7a7a;
  --light-grey: #dfdfdf;
  --orange: #ff4800;
  --blur-nav: rgba(238, 238, 238, .3);
}

@font-face {
  font-family: 'Aspekta 750';
  src: url('/wp-content/themes/impulsebyte/assets/66a3d0aff10636a36b1ea43e_Aspekta-750.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 550';
  src: url('/wp-content/themes/impulsebyte/assets/66a3d0af426f63d95a41f33f_Aspekta-550.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 800';
  src: url('/wp-content/themes/impulsebyte/assets/66a3d0afdc310ea09f381f7b_Aspekta-800.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 500';
  src: url('/wp-content/themes/impulsebyte/assets/66a3d0af6e760b60e2fbbd2b_Aspekta-500.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 700';
  src: url('/wp-content/themes/impulsebyte/assets/66a3d0af5344e49d7fb82626_Aspekta-700.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 650';
  src: url('/wp-content/themes/impulsebyte/assets/66a3d0af36db69ebd6a40f09_Aspekta-650.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


.curved-text {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  font-size: 32px;
}

.curved-text span {
  min-width: 0.5em;
  text-align: center;
  padding: 30px;
  margin: 0px;
  color: #000;
}


/* Button
-------------------------------------------------------------- */
.tf-button {
  font-size: 15px;
  height: 50px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Aspekta 650", sans-serif !important;
  font-weight: 600;
  background-color: #f5a81c;
  padding: 6px 34px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.8px;
}
.tf-button.style2 {
  /* background-color: #bb0001; */
  background-color: #232323;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(99, 102, 241, 0.15);
  color: #e8e8e8 !important;
  text-decoration: none;
  position: relative;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border: 2px solid #3a3a3a;
}
.tf-button.style2:hover {
  background-color: #0c0c0c;
  color: #fff;
}
.tf-button:hover {
  background-color: #0c0c0c;
  color: #fff;
}

/* Section
-------------------------------------------------------------- */
/* Box
-------------------------------------------------------------- */
.about-inner {
  display: flex;
  align-items: inherit;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.about-inner.style1 {
  padding: 30px 140px 30px;
}
.about-inner.style2 {
  padding-left: 18%;
  padding-right: 18%;
  padding-top: 87px;
  padding-bottom: 83px;
}
.about-inner.style3 {
  padding-left: 13%;
  padding-right: 13%;
  padding-top: 60px;
  padding-bottom: 52px;
}
.about-inner.style3 .box .inner .icon {
  width: 79px;
  height: 79px;
  border-radius: 15px;
  background-color: #dc0505;
}
.about-inner.style3 .box .inner .icon svg {
  width: 35px;
  height: 35px;
}
.about-inner .icon-bg {
  position: absolute;
}
.about-inner .icon-bg.icon_1 {
  left: -35px;
  bottom: -40px;
}
.about-inner .icon-bg.icon_2 {
  right: -35px;
  bottom: -20px;
}
.about-inner .box {
  text-align: center;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.about-inner .box h5 {
  position: relative;
  padding-bottom: 22px;
  letter-spacing: 0.6px;
  font-weight: 600;
  font-size: 16px;
}
.about-inner .box h5::before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 60px;
  height: 3px;
  background-color: #f5a81c;
}
.about-inner .box .inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  top: 0;
}
.about-inner .box .inner .icon {
  width: 96px;
  height: 96px;
  background-color: #f5a81c;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-inner .box .inner .icon svg {
  width: 47px;
  height: 41px;
}
.about-inner .box .inner .icon svg path {
  fill: #fff;
}
.about-inner .box .hover-effect {
  padding: 12px 35px 16px;
}
.about-inner .box .inner {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 14px 16px 16px;
}
.about-inner .box .hover-effect {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: -100%;
  opacity: 0;
  visibility: hidden;
}
.about-inner .box.active .inner, .about-inner .box:hover .inner {
  top: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about-inner .box.active .hover-effect, .about-inner .box:hover .hover-effect {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 0;
  opacity: 1;
  visibility: visible;
}

.item-box {
  position: relative;
  margin-bottom: 30px;
}
.item-box .image {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}
.item-box .image img {
  border-radius: 20px;
}
.item-box .image .item-1 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 44%);
  transition: all 0.3s;
}
.item-box .image .item-1.t1 {
  bottom: -20%;
}
.item-box .content {
  top: 0;
  left: 0;
  padding: 42px 60px 42px 40px;
  position: absolute;
}
.item-box .content .title {
  letter-spacing: 0.8px;
}
.item-box .content .title a:hover {
  color: #bb0001;
}
.item-box .link {
  border-radius: 10px;
  background-color: #fff;
  position: absolute;
  width: 75px;
  height: 75px;
  right: 60px;
  bottom: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.item-box .link svg path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.item-box .link:hover {
  background-color: #0c0c0c;
}
.item-box .link:hover svg path {
  fill: #fff;
}
.item-box .link svg {
  width: 40px;
  height: 40px;
}
.item-box:hover .link {
  right: 42px;
  opacity: 1;
  visibility: visible;
}
.item-box:hover .image .item-1 {
  transform: translate(-100%, 44%);
}

.product-item {
  margin: 24px 0;
}
.product-item .inner {
  overflow: hidden;
  position: relative;
  display: flex;
  border-radius: 20px;
  padding: 44px 16px 20px 50px;
  background-color: #fff;
}
.product-item .content {
  width: 48%;
}
.product-item .image {
  width: 52%;
  padding-top: 10px;
  min-height: 335px;
}
.product-item .image {
  text-align: right;
}
.product-item .overlay-2 {
  position: absolute;
  width: 758px;
  height: 758px;
  right: -550px;
  top: -215px;
  background-color: #bb0001;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
  visibility: visible;
}
.product-item .overlay {
  border-radius: 16px;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.product-item .overlay img {
  width: 100%;
}
.product-item .price {
  font-family: "Aspekta 650", sans-serif !important;
  z-index: 9;
  position: absolute;
  right: 45px;
  padding: 11.5px 36px;
  top: 0;
  border-radius: 25px;
  color: #fff;
  font-size: 20px;
}
.product-item .content {
  position: relative;
}
.product-item .content .desc {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 17px;
}
.product-item .content ul {
  margin-bottom: 32px;
}
.product-item .content ul li {
  font-family: "Aspekta 650", sans-serif !important;
  font-weight: 500;
  position: relative;
  padding-left: 20px;
  font-size: 17px;
  color: #0c0c0c;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 5px;
  letter-spacing: 0.2px;
}
.product-item .content ul li:last-child {
  margin-bottom: 0;
}
.product-item .content ul li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 10px;
  left: 0;
  background-color: #f5a81c;
}
.product-item .content ul li:hover {
  color: #fff;
}
.product-item.active .tf-button, .product-item:hover .tf-button {
  background-color: #0c0c0c;
  color: #fff;
}
.product-item.active ul li, .product-item:hover ul li {
  color: #fff;
}
.product-item.active .title a, .product-item:hover .title a {
  color: #fff;
}
.product-item.active .content .desc, .product-item:hover .content .desc {
  color: #ededed;
}
.product-item.active .overlay-2, .product-item:hover .overlay-2 {
  right: 0;
  opacity: 0;
  visibility: hidden;
}
.product-item.active .overlay, .product-item:hover .overlay {
  opacity: 1;
  visibility: visible;
}

.about-box {
  /* margin: 75px 0 52px; */
  overflow: hidden;
  display: flex;
  /* border-radius: 35px; */
  /* background-color: rgb(255, 244, 234); */
  /* padding: 30px 30px 35px; */
  position: relative;
}
.about-box .icon-bg {
  position: absolute;
  right: -50px;
  top: -50px;
  z-index: 1;
}
.about-box .icon-bg2 {
  right: 60px;
  bottom: 50px;
  position: absolute;
  z-index: 1;
  width: 129px;
  height: 129px;
}
.about-box .image {
  z-index: 2;

}
.about-box .image img {
  border-radius: 20px;

  width: 100%;
}
.about-box .content {
  z-index: 2;
}
.about-box .content .wrap-button {
  display: flex;
}
.mb-22.text-black {
  color: #2d3c4b !important;
  font-weight: 200;
}

.icon-list {
  display: flex;
  align-items: inherit;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.icon-list li {
  margin-bottom: 13px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-right: 30px;
  width: 44%;
}
.icon-list li svg {
  margin: 5px 10px 0 3px;
  width: 15px;
  height: 15px;
  min-width: 15px;
}
.gform-body.gform_body input {
  border: 0;
}
.icon-list li span {
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-right: -50px;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  font-family: "Aspekta 650", sans-serif !important;
}
.icon-list.style3 li.style {
  width: 50%;
}
.icon-list.style2 {
  flex-wrap: wrap;
  margin-left: -2px;
  padding-top: 62px;
  margin-right: -100px;
}
.icon-list.style2 li {
  width: 100%;
}
.icon-list.style2 li span {
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-right: -50px;
  width: 100%;
  color: #0c0c0c;
}

.icon-box.style1 {
  padding: 32px 36px 44px 34px;
}
.icon-box.style2 {
  padding: 52px 55px 67px 62px;
  height: 100%;
}
.icon-box.style2 p {
  padding-right: 0;
}
.icon-box.style2 .top .left {
  width: 74%;
}
.icon-box.style2 .top .icon {
  width: 26%;
}
.icon-box h4 {
  margin-bottom: 16px;
  letter-spacing: 0.5px;
  line-height: 40px;
}
.icon-box p {
  font-family: "Aspekta 650", sans-serif !important;
  font-size: 17px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 32px;
  padding-right: 36px;
  letter-spacing: -0.1px;
}
.icon-box .action {
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  font-family: "Aspekta 650", sans-serif !important;
  display: flex;
  align-items: center;
  letter-spacing: 1px;
}
.icon-box .action svg {
  width: 25px;
  height: 25px;
  margin-left: -3px;
}
.icon-box .action svg path {
  fill: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.icon-box .action:hover {
  color: #f5a81c;
}
.icon-box .action:hover svg path {
  fill: #f5a81c;
}
.icon-box .top {
  display: flex;
}
.icon-box .top .left {
  padding-top: 16px;
  width: 65%;
}
.icon-box .top .icon {
  width: 35%;
  padding-left: 15px;
  text-align: right;
}

.post {
  position: relative;
}
.post .image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  justify-content: center;
  height: 353px;
  transition: height 0.5s;
}
.post .image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.post .image .tag {
  background-color: #dc0505;
  border-radius: 30px;
  padding: 9px 5% 9px 12.6%;
  position: absolute;
  bottom: 10px;
  width: calc(100% - 24px);
}
.post .image .tag li {
  display: block;
  font-size: 13px;
  font-family: "Aspekta 650", sans-serif !important;
  color: #fff;
}
.post .image .tag li:nth-child(1) {
  margin-right: 20px;
}
.post .image .tag li span {
  padding-left: 4px;
}
.post .title {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.3px;
  font-family: "Aspekta 650", sans-serif !important;
  padding: 0 15px;
  position: relative;
  z-index: 5;
}
.post .desc {
  padding: 17px 16px 0;
  margin-bottom: 16px;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post .btn-post {
  position: relative;
  z-index: 5;
}
.post::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  right: 0;
}
.post.active .image, .post:hover .image {
  height: 261px;
}
.post.active::before, .post:hover::before {
  animation: height_blog 1s;
}
.post.active .desc, .post:hover .desc {
  visibility: visible;
  opacity: 1;
  width: 100%;
  height: 100px;
  left: 0;
  display: block;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-bottom: 25px;
}

@keyframes height_blog {
  0%, 100% {
    height: 100%;
  }
  20% {
    height: 120%;
  }
}
.text-600 {
  font-weight: 600;
}

.w50 {
  width: 50%;
}

.wrap-box {
  margin: 0 -15px;
}
.wrap-box .w50 {
  padding: 0 15px;
}

.wrap-tag {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.wrap-tag .tags {
  display: flex;
}
.wrap-tag .tags li {
  margin-right: 4px;
}
.wrap-tag .tags li:last-child {
  margin-right: 0;
}
.wrap-tag .tags li a,
.wrap-tag .tags li span {
  letter-spacing: 0.5px;
}
.wrap-tag .tags li a {
  font-family: "Aspekta 650", sans-serif !important;
  color: #fff;
  font-size: 15px;
}
.wrap-tag .text {
  font-weight: 600;
  font-size: 17px;
  color: #fff;
  font-family: "Aspekta 650", sans-serif !important;
}
.wrap-tag .link-share .social li {
  margin: 0 -1px;
}
.wrap-tag .link-share .social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: transparent;
}
.wrap-tag .link-share .social li a i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #939393;
  font-size: 13px;
}
.wrap-tag .link-share .social li a:hover, .wrap-tag .link-share .social li a.active {
  background-color: #dc0505;
}
.wrap-tag .link-share .social li a:hover i, .wrap-tag .link-share .social li a.active i {
  color: #fff;
}

.form-comment.style fieldset {
  width: calc((100% - 50px) / 3);
}
.form-comment form {
  display: flex;
  align-items: inherit;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form-comment fieldset {
  width: calc((100% - 25px) / 2);
}
.form-comment fieldset.full {
  width: 100%;
}
.form-comment fieldset textarea,
.form-comment fieldset input {
  border: 1px solid #c8c8c8;
}
.form-comment fieldset textarea:focus,
.form-comment fieldset input:focus {
  border-color: #dc0505;
}

.post-details .comments .title {
  font-size: 30px;
}
.post-details .comments .comment {
  padding: 36px 0;
  border-bottom: 1px solid #c8c8c8;
}
.post-details .comments .comment .reply {
  border-radius: 5px;
  width: 86px;
  height: 33px;
  background-color: #dc0505;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #fff;
}
.post-details .comments .comment .reply svg {
  margin-right: 4px;
  width: 10px;
  height: 10px;
}
.post-details .comments .comment .reply svg path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post-details .comments .comment .reply:hover {
  background-color: #0c0c0c;
}
.post-details .comments .comment .image-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.post-details .comments .comment .image-box .image {
  position: relative;
  margin-right: 20px;
  width: 68px;
  height: 68px;
  overflow: hidden;
  border-radius: 50%;
}
.post-details .comments .comment .image-box .image::before {
  z-index: 1;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2.5px solid #f5a81c;
}
.post-details .comments .comment .image-box .content .name {
  color: #0c0c0c;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 0;
  font-family: "Aspekta 650", sans-serif;
  text-transform: uppercase;
}
.post-details .comments .comment .image-box .content .time {
  font-size: 13px;
}
.post-details .wrap-tag {
  padding: 18px 36px;
  flex-wrap: wrap;
}
.post-details .tag {
  background-color: #dc0505;
  border-radius: 30px;
  padding: 9px 45px;
}
.post-details .tag li {
  margin-right: 24px;
  display: block;
  font-size: 13px;
  font-family: "Aspekta 650", sans-serif !important;;
  color: #fff;
}
.post-details .tag li:last-child {
  margin-right: 0;
}
.post-details .tag li span {
  padding-left: 4px;
}
.post-details .content {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
.post-details .content .inner {
  padding: 42px 64px 40px;
}
.post-details .content .inner .icon {
  width: 50px;
}

.product-3 {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.product-3 > img {
  width: 100%;
}
.product-3 .action {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: -100%;
  background: url("../../assets/images/backgroup/bg-box-2.jpg") center center no-repeat;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-3 .action img {
  width: 100%;
  height: 100%;
}
.product-3 .action .icon {
  border-radius: 50%;
  background-color: #dc0505;
  width: 71px;
  height: 71px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-3 .action .icon svg {
  width: 22px;
  height: 22px;
}
.product-3 .action .icon svg path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  fill: #fff;
}
.product-3 .icon:hover {
  background-color: #0c0c0c;
}
.product-3:hover .action {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.item-box-2 {
  padding: 24px 0 36px;
}
.item-box-2 .image {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 80px;
}
.item-box-2.style2 {
  padding-bottom: 20px;
}

.video {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video .img_video img {
  width: 100%;
  height: 100%;
}
.video .wrap-video {
  z-index: 9;
  position: absolute;
}
.video .wrap-video a {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.panigation {
  display: flex;
  align-items: center;
  justify-content: center;
}
.panigation li {
  margin: 0 5px;
}
.panigation li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0c0c0c;
  width: 49px;
  height: 49px;
  color: #fff;
}
.panigation li a i {
  color: #fff;
}
.panigation li a.active, .panigation li a:hover {
  background-color: #dc0505;
}

.widget-search {
  border-radius: 30px;
  border: 1px solid #c8c8c8;
  padding: 28px 35px;
}

.form-search {
  position: relative;
  border: 1px solid #c8c8c8;
  border-radius: 25px;
}
.form-search button {
  top: 4px;
  right: 4px;
  position: absolute;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #f5a81c;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-search button:hover {
  background-color: #0c0c0c;
}
.form-search button svg {
  width: 15px;
  height: 15px;
}

.widget-link {
  padding: 42px 35px;
  border-radius: 20px;
  background-color: #dc0505;
}
.widget-link li {
  display: flex;
  align-items: center;
  padding: 17px 0;
  border-bottom: 1px dashed #c8c8c8;
}
.widget-link li:first-child {
  padding-top: 0;
}
.widget-link li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.widget-link li a {
  font-size: 17px;
  color: #fff;
  font-family: "Aspekta 650", sans-serif;
  position: relative;
  padding-left: 0;
  overflow: hidden;
}
.widget-link li a svg {
  width: 28px;
  height: 28px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  left: -40px;
  top: -1px;
}
.widget-link li a svg path {
  fill: #f5a81c;
}
.widget-link li a.active, .widget-link li a:hover {
  padding-left: 25px;
}
.widget-link li a.active svg, .widget-link li a:hover svg {
  left: -8px;
}

.faqs .box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.faqs .box h5 {
  line-height: 1.4;
  letter-spacing: 0.5px;
}
.faqs .box .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 32px;
  width: 88px;
  height: 88px;
  min-width: 88px;
  background-color: #dc0505;
  border-radius: 15px;
}
.faqs .box .icon img {
  width: 46px;
}

.question {
  display: flex;
  align-items: flex-end;
  border-radius: 20px;
  position: relative;
}
.question .bg {
  position: absolute;
  bottom: 0;
  max-width: 364px;
  right: -66px;
  height: calc(100% + 20px);
}
.question::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3860d1;
  z-index: -1;
  border-radius: 20px;
}
.question p {
  font-size: 20px;
  font-family: "Aspekta 650", sans-serif;
  color: #fff;
  margin-bottom: -2px;
  letter-spacing: 0.5px;
}
.question h3 {
  font-size: 40px;
  margin-bottom: 26px;
  letter-spacing: 1px;
}
.question .content {
  width: 60%;
  padding: 70px 15px 78px 70px;
}

.location-box {
  padding: 43px 64px 46px 35px;
  border-radius: 20px;
}
.location-box h4 {
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 1px;
  margin-bottom: 27px;
}
.location-box ul {
  margin-bottom: 42px;
}
.location-box ul li {
  color: #fff;
  margin-bottom: 13px;
  line-height: 26px;
}
.location-box ul li:last-child {
  margin-bottom: 0;
}
.location-box .tf-button svg {
  margin-left: 4px;
  width: 25px;
  height: 25px;
}
.location-box .tf-button svg path {
  fill: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.location-box .tf-button:hover {
  background-color: #fff;
  color: #0c0c0c;
}
.location-box .tf-button:hover svg path {
  fill: #0c0c0c;
}

.restaurant-section {
  position: relative;
}
.restaurant-section .img-bg,
.restaurant-section .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.restaurant-section .overlay {
  background-color: rgb(0, 0, 0);
  opacity: 0.302;
  z-index: 2;
}
.restaurant-section .img-bg {
  z-index: 1;
}
.restaurant-section .img-bg img {
  width: 100%;
  height: 100%;
}

.restaurant-form {
  position: relative;
  max-width: 731px;
  margin-left: auto;
}
.restaurant-form h2 {
  margin-bottom: 14px;
  letter-spacing: 1px;
}
.restaurant-form .desc {
  font-family: "Aspekta 650", sans-serif;
  font-size: 20px;
  color: #fff;
  margin-bottom: 45px;
  letter-spacing: 0.6px;
}
.restaurant-form form {
  margin-left: auto;
  position: relative;
  z-index: 3;
}
.restaurant-form form input::placeholder {
  letter-spacing: 0.2px;
  font-family: "Aspekta 650", sans-serif;
}
.restaurant-form form .tf-button {
  padding: 6px 32px;
  letter-spacing: 1px;
}
.restaurant-form form .tf-button svg path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.restaurant-form form .tf-button:hover {
  background-color: #fff;
  color: #0c0c0c;
}
.restaurant-form form .tf-button:hover svg path {
  fill: #0c0c0c;
}
.restaurant-form form .tf-button.style {
  background-color: #dc0505;
}
.restaurant-form form .tf-button.style:hover {
  background-color: #fff;
  color: #0c0c0c;
}
.restaurant-form form .tf-button i {
  margin-left: 8px;
}
.restaurant-form form .tf-button svg {
  margin-left: 10px;
}
.restaurant-form form .tf-button svg,
.restaurant-form form .tf-button i {
  font-size: 13px;
  width: 13px;
  height: 13px;
}

.restaurant-section .simpleParallax {
  height: 100%;
}

.product-box {
  border-radius: 35px;
  overflow: hidden;
  position: relative;
  padding: 94px 70px 103px;
}
.product-box .content {
  width: 50%;
}
.product-box ul {
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 5px 5px 5px 30px;
}
.product-box ul li {
  font-size: 20px;
  font-family: "Aspekta 650", sans-serif;
  font-weight: 500;
}
.product-box ul li:nth-child(1) {
  margin-right: 22px;
  padding-right: 28px;
}
.product-box ul li:nth-child(2) {
  margin-right: 30px;
}
.product-box ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.product-box ul li a {
  width: 51px;
  height: 51px;
  border-radius: 50%;
  background-color: #dc0505;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-box ul li a:hover {
  background-color: #fff;
}
.product-box ul li a:hover i {
  color: #0c0c0c;
}
.product-box ul li a i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 17px;
  color: #fff;
}
.product-box ul li.style {
  position: relative;
}
.product-box ul li.style::before {
  position: absolute;
  content: "";
  right: 0;
  top: -5px;
  border: 1px dashed rgba(255, 255, 255, 0.5);
  width: 1px;
  height: calc(100% + 10px);
  transform: rotate(20deg);
}
.product-box .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.product-box .overlay img {
  width: 100%;
  height: 100%;
}

.product-item-style2 {
  padding: 25px 28px 34px 28px;
  border: 1px solid rgb(200, 200, 200);
  border-radius: 20px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-item-style2.active, .product-item-style2:hover {
  border-color: transparent;
  box-shadow: 0px 8px 23.52px 0.48px rgba(0, 0, 0, 0.13);
}
.product-item-style2 .top {
  position: relative;
  justify-content: space-between;
}
.product-item-style2 .top h6 {
  padding-right: 4px;
  letter-spacing: 0.4px;
}
.product-item-style2 .top h6,
.product-item-style2 .top .price {
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.product-item-style2 .top .dot {
  position: absolute;
  right: 40px;
}
.product-item-style2 .pl4 {
  padding-left: 4px;
}
.product-item-style2 .dot {
  opacity: 0.4;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.product-item-style2 .price {
  font-size: 17px;
  color: #dc0505;
}
.product-item-style2 .desc {
  line-height: 26px;
  margin-bottom: 18px;
  padding-right: 10px;
}
.product-item-style2 .link-item {
  font-size: 13px;
  line-height: 25px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 31px;
  border-radius: 20px;
  padding: 0 20px;
  background-size: 500% 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.product-item-style2 .link-item:hover {
  background-position: 100% 0;
}
.product-item-style2 .link-item.seasonal {
  background-image: linear-gradient(90deg, rgb(225, 118, 3) 0%, rgb(246, 179, 57) 100%);
}
.product-item-style2 .link-item.recommend {
  background-image: linear-gradient(90deg, rgb(169, 0, 1) 0%, rgb(237, 43, 44) 100%);
}
.product-item-style2 .link-item.new {
  background-image: linear-gradient(90deg, rgb(20, 59, 167) 0%, rgb(56, 96, 209) 100%);
}
.product-item-style2 .icon {
  width: 97px;
  height: 97px;
  min-width: 97px;
  border-radius: 50%;
  margin-right: 22px;
  position: relative;
}
.product-item-style2 .icon:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 0;
  top: 0;
  border: 1px solid #f5a81c;
  z-index: 1;
}

.content-offer {
  padding: 65px 40px 75px 36px;
  background-color: #fff4ea;
  position: relative;
}
.content-offer .tf-button {
  padding: 6px 32px;
}
.content-offer .list {
  display: flex;
  font-size: 17px;
  line-height: 35px;
  color: #0c0c0c;
  margin-bottom: 38px;
  flex-wrap: wrap;
}
.content-offer .list li {
  width: calc((100% - 60px) / 2);
}
.content-offer .ic-list {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}
.content-offer .ic-list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.content-offer .ic-list li .icon {
  border-radius: 50%;
  background-color: #dc0505;
  width: 31px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}
.content-offer .ic-list li .icon svg {
  width: 13px;
  height: 13px;
}
.content-offer .ic-list li .icon svg path {
  fill: #fff;
}

.delivery-method {
  padding: 36px 70px 32px;
  border-radius: 58px;
  display: flex;
  width: 100%;
}
.delivery-method .box {
  display: flex;
  align-items: center;
  padding-right: 30px;
}
.delivery-method .box:nth-child(1) {
  width: 21.4%;
}
.delivery-method .box:nth-child(2) {
  width: 20.7%;
}
.delivery-method .box:nth-child(3) {
  width: 34.9%;
}
.delivery-method .box:nth-child(4) {
  width: 23%;
  padding-right: 0;
}
.delivery-method .box .icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
}
.delivery-method .box .icon svg {
  width: 20px;
  height: 20px;
}
.delivery-method .box .icon img {
  width: 18px;
}
.delivery-method .box .icon.style1 {
  background-color: #56ce66;
}
.delivery-method .box .icon.style2 {
  background-color: #1d92df;
}
.delivery-method .box .icon.style3 {
  background-color: #fd7d00;
}

#popularity {
  border-radius: 25px;
  background-color: rgb(18, 18, 18);
  min-width: 305px;
  margin-bottom: 70px;
}
#popularity .dropdown-menu {
  width: 100%;
}
#popularity .down {
  top: 12px;
  position: absolute;
  right: 32px;
  z-index: 9;
  color: #fff;
}
#popularity .btn-selector {
  font-size: 15px;
  font-family: "Aspekta 650", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0 50px 0 32px;
}

.product-4 {
  margin-bottom: 68px !important;
}
.product-4 .image {
  padding: 90px 15px 15px;
  position: relative;
  border-radius: 20px;
  background-image: -moz-linear-gradient(90deg, rgb(245, 168, 28) 0%, rgb(255, 255, 255) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(245, 168, 28) 0%, rgb(255, 255, 255) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(245, 168, 28) 0%, rgb(255, 255, 255) 100%);
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 22px;
}
.product-4 .image .info {
  position: absolute;
  right: 22px;
  top: 23px;
}
.product-4 .image .info a {
  margin-left: 10px;
  height: 32px;
  border-radius: 20px;
  font-size: 13px;
  padding: 6px 18px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.product-4 .image .info a.new, .product-4 .image .info a.sale {
  background-image: -moz-linear-gradient(-90deg, rgb(103, 58, 183) 0%, rgb(151, 59, 245) 100%);
  background-image: -webkit-linear-gradient(-90deg, rgb(103, 58, 183) 0%, rgb(151, 59, 245) 100%);
  background-image: -ms-linear-gradient(-90deg, rgb(103, 58, 183) 0%, rgb(151, 59, 245) 100%);
}
.product-4 .image .info a.recommended {
  background-image: -moz-linear-gradient(90deg, rgb(169, 0, 1) 0%, rgb(237, 43, 44) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(169, 0, 1) 0%, rgb(237, 43, 44) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(169, 0, 1) 0%, rgb(237, 43, 44) 100%);
}
.product-4 .image .info a.seasonal {
  background-image: -moz-linear-gradient(90deg, rgb(225, 118, 3) 0%, rgb(246, 179, 57) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(225, 118, 3) 0%, rgb(246, 179, 57) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(225, 118, 3) 0%, rgb(246, 179, 57) 100%);
}
.product-4 .image img {
  margin-bottom: 60px;
  max-height: 212px;
}
.product-4 .image .price {
  width: 100%;
  background-image: -moz-linear-gradient(90deg, rgb(169, 0, 1) 0%, rgb(237, 43, 44) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(169, 0, 1) 0%, rgb(237, 43, 44) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(169, 0, 1) 0%, rgb(237, 43, 44) 100%);
  height: 38px;
  border-radius: 30px;
  color: #fff;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-4 .image .price span {
  font-size: 17px;
}
.product-4 .image .price span span {
  margin-left: 15px;
  opacity: 0.5;
  text-decoration: line-through;
}
.product-4 .tf-button {
  padding: 6px 33px;
}
.product-4 h5 {
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 16px;
  color: #0c0c0c;
  letter-spacing: 0.5px;
}
.product-4 h5::before {
  background-color: rgb(245, 168, 28);
  position: absolute;
  border-radius: 2px;
  height: 4px;
  content: "";
  left: 0;
  bottom: 0;
  width: 60px;
}
.product-4 .desc {
  margin-bottom: 34px;
  padding-right: 15px;
}
.product-4 .action {
  position: relative;
  width: 50px;
  height: 50px;
  background-color: #f5a81c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-4 .action img {
  width: 18px;
}
.product-4 .action svg {
  width: 18px;
  height: 18px;
}
.product-4 .action:hover::before {
  opacity: 0;
}
.product-4 .action::before {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  border-radius: 50%;
  background-image: -moz-linear-gradient(90deg, rgb(12, 12, 12) 0%, rgb(61, 61, 61) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(12, 12, 12) 0%, rgb(61, 61, 61) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(12, 12, 12) 0%, rgb(61, 61, 61) 100%);
}

.product-5 {
  position: relative;
  overflow: hidden;
}
.product-5 .image {
  border-radius: 20px;
  overflow: hidden;
}
.product-5 .image img {
  width: 100%;
}
.product-5.active .content, .product-5:hover .content {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.product-5 .content {
  width: calc(100% - 68px);
  height: calc(100% - 60px);
  position: absolute;
  background-color: #dc0505;
  border-radius: 20px;
  top: 60%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  padding: 56px 40px 60px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-5 .content p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.product-5 .content .title {
  position: relative;
  padding-bottom: 28px;
  margin-bottom: 22px;
  letter-spacing: 0.5px;
}
.product-5 .content .title::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f5a81c;
  width: 46px;
  height: 4px;
  border-radius: 2px;
}
.product-5 .content .link {
  border-radius: 8px;
  background-color: #f5a81c;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-5 .content .link:hover {
  background-color: #0c0c0c;
}
.product-5 .content .link svg {
  width: 35px;
  height: 35px;
}
.product-5 .content .link svg path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  fill: #fff;
}

.job-box {
  padding: 32px 45px 34px 40px;
  border: 1px solid #c8c8c8;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.job-box:last-child {
  margin-bottom: 0;
}
.job-box.active, .job-box:hover {
  border-color: #dc0505;
}
.job-box.active .tf-button, .job-box:hover .tf-button {
  background-color: #dc0505;
}
.job-box .tf-button {
  margin-top: 8px;
}
.job-box .title {
  margin-bottom: 13px;
  letter-spacing: 0.5px;
}
.job-box ul span {
  color: #0c0c0c;
  font-weight: bold !important;
  font-family: "Cerebri-Medium";
}
.job-box ul li {
  padding-left: 23px;
  margin-right: 16px;
  position: relative;
}
.job-box ul li:first-child {
  padding-left: 0;
}
.job-box ul li:first-child::before {
  display: none;
}
.job-box ul li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #dc0505;
  left: 0;
  top: 10px;
}
.job-box > div:nth-child(1) {
  width: 70%;
}
.job-box > div:nth-child(2) {
  width: 30%;
}

.info-details {
  margin-top: 4px;
  padding-left: 25px;
  padding-right: 30px;
}
.info-details .info-list li span {
  color: #0c0c0c;
}
.info-details .link {
  position: relative;
  width: 50px;
  height: 50px;
  background-color: #f5a81c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-details .link img {
  width: 18px;
}
.info-details .link svg {
  width: 18px;
  height: 18px;
}
.info-details .link:hover::before {
  opacity: 0;
}
.info-details .link::before {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  border-radius: 50%;
  background-image: -moz-linear-gradient(90deg, rgb(12, 12, 12) 0%, rgb(61, 61, 61) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(12, 12, 12) 0%, rgb(61, 61, 61) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(12, 12, 12) 0%, rgb(61, 61, 61) 100%);
}
.info-details .info {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 16px;
}
.info-details .info li {
  width: 48%;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #0c0c0c;
  margin-bottom: 10px;
}
.info-details .info li span {
  color: #dc0505;
}
.info-details .boder-bottom {
  border-bottom: 1px solid rgba(200, 200, 200, 0.6);
}
.info-details .price {
  font-size: 25px;
  letter-spacing: 0.5px;
  color: #dc0505;
}
.info-details .price span {
  color: #c8c8c8;
  padding-left: 15px;
}
.info-details .rating {
  display: flex;
}
.info-details .rating.rating_5 li i {
  color: #f5a81c;
}
.info-details .rating.rating_4 li:nth-child(1) i, .info-details .rating.rating_4 li:nth-child(2) i, .info-details .rating.rating_4 li:nth-child(3) i, .info-details .rating.rating_4 li:nth-child(4) i {
  color: #f5a81c;
}
.info-details .rating.rating_3 li:nth-child(1) i, .info-details .rating.rating_3 li:nth-child(2) i, .info-details .rating.rating_3 li:nth-child(3) i {
  color: #f5a81c;
}
.info-details .rating.rating_2 li:nth-child(1) i, .info-details .rating.rating_2 li:nth-child(2) i {
  color: #f5a81c;
}
.info-details .rating.rating_1 li:nth-child(1) i {
  color: #f5a81c;
}
.info-details .rating li {
  margin-right: 2px;
}
.info-details .rating li i {
  font-size: 17px;
  color: #666666;
}
.info-details .tag span {
  height: 32px;
  border-radius: 20px;
  font-size: 13px;
  padding: 6px 18px 5px 22px;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
}
.info-details .tag .new,
.info-details .tag .sale {
  background-image: -moz-linear-gradient(-90deg, rgb(103, 58, 183) 0%, rgb(151, 59, 245) 100%);
  background-image: -webkit-linear-gradient(-90deg, rgb(103, 58, 183) 0%, rgb(151, 59, 245) 100%);
  background-image: -ms-linear-gradient(-90deg, rgb(103, 58, 183) 0%, rgb(151, 59, 245) 100%);
}
.info-details .tag .recommended {
  background-image: -moz-linear-gradient(90deg, rgb(169, 0, 1) 0%, rgb(237, 43, 44) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(169, 0, 1) 0%, rgb(237, 43, 44) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(169, 0, 1) 0%, rgb(237, 43, 44) 100%);
}
.info-details .tag .seasonal {
  background-image: -moz-linear-gradient(90deg, rgb(225, 118, 3) 0%, rgb(246, 179, 57) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(225, 118, 3) 0%, rgb(246, 179, 57) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(225, 118, 3) 0%, rgb(246, 179, 57) 100%);
}
.info-details .social li {
  margin-right: 1px;
}
.info-details .social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: transparent;
}
.info-details .social li a i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #0c0c0c;
  font-size: 15px;
}
.info-details .social li a:hover, .info-details .social li a.active {
  background-color: #dc0505;
}
.info-details .social li a:hover i, .info-details .social li a.active i {
  color: #fff;
}

.top-search {
  position: absolute;
  top: 110%;
  left: -50px;
  width: 220px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.top-search.show {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  top: calc(100% + 8px);
}
.top-search input {
  padding-right: 40px;
  box-shadow: 0 0px 32px 0 rgba(12, 12, 12, 0.3);
}
.top-search button {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
}
.top-search button svg {
  width: 15px;
  height: 15px;
}

.flat-show-search {
  position: relative;
}

.cart .icon_cart {
  position: relative;
}
.cart .icon_cart .number {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5a81c;
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
}
.cart .content {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transform: translateY(10px);
  text-align: center;
  min-width: 330px;
  margin-top: 10px;
  position: absolute;
  top: 100%;
  right: 0;
  padding: 48px 24px 32px;
  background-color: #fff;
  box-shadow: 0px 8px 27px 0px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}
.cart .content .text-500 {
  font-weight: 500;
}
.cart .content .ic {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgb(220, 3, 4);
  font-size: 20px;
  color: #fff;
  position: absolute;
  right: 18px;
  top: 14px;
  width: 37px;
  height: 37px;
}
.cart .content .phone {
  color: #dc0505;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  font-style: italic;
}
.cart.toggle .content {
  opacity: 1;
  visibility: visible;
  z-index: 10;
  transform: translateY(0);
}
.cart.toggle > a {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
.cart.toggle > a svg path {
  fill: #f5a81c !important;
}

.cart-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(200, 200, 200, 0.6);
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.cart-item:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.cart-item .inner {
  text-align: left;
}
.cart-item h6 a {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}
.cart-item .img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  border-radius: 50%;
  margin-right: 16px;
  position: relative;
}
.cart-item .img:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 0;
  top: 0;
  border: 1px solid #f5a81c;
  z-index: 1;
}

.home2 .cart.toggle > a {
  background-color: #000000 !important;
}
.home2 .cart.toggle > a svg path {
  fill: #ffffff !important;
}

/* Swiper
-------------------------------------------------------------- */
/* animation slider */
.swiper-container:hover {
  cursor: ew-resize;
}

.timing-function {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.swiper-container.mySwiper1.visible {
  overflow: visible;
}

.swiper-btn {
  position: absolute;
  border-radius: 50%;
  background-color: #f5a81c;
  width: 78px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
.swiper-btn svg {
  width: 40px;
  height: 40px;
}
.swiper-btn svg path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  fill: #fff;
}
.swiper-btn.swiper-button-disabled, .swiper-btn:hover {
  background-color: #fff;
  box-shadow: 0px 0px 18.27px 2.73px rgba(0, 0, 0, 0.2);
}
.swiper-btn.swiper-button-disabled svg path, .swiper-btn:hover svg path {
  fill: #0c0c0c;
}
.swiper-btn.reverse svg {
  transform: rotate(180deg);
}
.swiper-btn.btn-next-product, .swiper-btn.btn-prev-product {
  top: 50%;
  transform: translateY(-50%);
}
.swiper-btn.btn-prev-product {
  left: 40px;
}
.swiper-btn.btn-next-product {
  right: 40px;
}

.btn-slider .ic-slider {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  width: 66px;
  height: 65px;
  border-radius: 50%;
  opacity: 1;
}
.btn-slider .ic-slider svg {
  width: 40px;
  height: 40px;
}
.btn-slider .ic-slider svg path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  fill: #fff;
}
.btn-slider .ic-slider.swiper-button-disabled {
  opacity: 0.5;
}
.btn-slider .ic-slider:hover {
  background-color: #bb0001;
}

.mySwiper2 .swiper-slide {
  border-right: 1px dashed rgba(239, 239, 239, 0.2);
}
.mySwiper2 .swiper-slide:last-child {
  border: none;
}

.swiper-prev-testimonial,
.swiper-next-testimonial {
  z-index: 9;
}

.swiper-btn {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.swiper-btn.btn-prev-product-5, .swiper-btn.btn-next-product-5, .swiper-btn.btn-next-team, .swiper-btn.btn-prev-team {
  width: 62px;
  height: 62px;
}
.swiper-btn.btn-prev-product-5 svg path, .swiper-btn.btn-next-product-5 svg path, .swiper-btn.btn-next-team svg path, .swiper-btn.btn-prev-team svg path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.swiper-btn.btn-prev-product-5.reverse svg, .swiper-btn.btn-next-product-5.reverse svg, .swiper-btn.btn-next-team.reverse svg, .swiper-btn.btn-prev-team.reverse svg {
  transform: rotate(0) !important;
}
.swiper-btn.btn-prev-product-5 svg, .swiper-btn.btn-next-product-5 svg, .swiper-btn.btn-next-team svg, .swiper-btn.btn-prev-team svg {
  width: 35px;
  height: 35px;
}

.sl-product-wrapper {
  max-width: 1370px;
  padding: 0 86px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.sl-product-wrapper.sl-product-wrapper {
  max-width: 1730px;
  padding: 0 80px;
}

.wrapper-product-6 {
  margin: 0 auto;
  max-width: 1170px;
  width: 100%;
}

.swiper-button-disabled {
  opacity: 0.5 !important;
}

/* Footer
-------------------------------------------------------------- */
.flat-tabs .switch-menu-tab {
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: space-between;
}
.flat-tabs .switch-menu-tab .btn-menu {
  position: relative !important;
  width: 47px;
  height: 47px;
  background-color: #dc0505;
  opacity: 1 !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flat-tabs .switch-menu-tab .btn-menu:hover {
  background-color: #f5a81c;
}
.flat-tabs .switch-menu-tab .btn-menu svg {
  width: 28px;
  height: 28px;
}
.flat-tabs .switch-menu-tab .btn-menu svg path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  fill: #fff;
}
.flat-tabs .switch-menu-tab .reverse {
  transform: rotate(180deg);
}
.flat-tabs .menu-tab {
  margin-top: -114px;
}
.flat-tabs .menu-tab.menu-item-box {
  margin-top: 0;
  justify-content: space-between;
  border-bottom: 1px solid rgba(200, 200, 200, 0.7);
  margin-bottom: 80px;
}
.flat-tabs .menu-tab.menu-item-box li {
  width: calc((100% - 150px) / 6);
  position: relative;
}
.flat-tabs .menu-tab.menu-item-box li:hover {
  cursor: pointer;
}
.flat-tabs .menu-tab.menu-item-box li.active::before {
  width: 70%;
}
.flat-tabs .menu-tab.menu-item-box li::before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  content: "";
  background-color: rgb(220, 3, 4);
  height: 4px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  border-radius: 2px;
}
.flat-tabs .content-tab .content-inner {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
.flat-tabs .content-tab .content-inner > div {
  margin-bottom: 30px;
  width: calc((100% - 30px) / 2);
}
.flat-tabs.style2 .content-tab .content-inner > div {
  width: calc((100% - 60px) / 3);
}
.flat-tabs.style2 .menu-tab {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid rgba(200, 200, 200, 0.6);
  margin-bottom: 58px;
}
.flat-tabs.style2 .menu-tab li {
  padding: 32px 0;
  font-size: 25px;
  font-family: "Aspekta 650", sans-serif;
  color: #999999;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin: 0 24px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flat-tabs.style2 .menu-tab li:hover {
  cursor: pointer;
}
.flat-tabs.style2 .menu-tab li:hover, .flat-tabs.style2 .menu-tab li.active {
  color: #0c0c0c;
}
.flat-tabs.style2 .menu-tab li:hover::before, .flat-tabs.style2 .menu-tab li.active::before {
  width: 100%;
}
.flat-tabs.style2 .menu-tab li::before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  content: "";
  width: 0;
  height: 4px;
  background-color: rgb(245, 168, 28);
  border-radius: 3px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.flat-tabs.style3 .content-tab .content-inner > div {
  width: calc((100% - 60px) / 3);
}
.flat-tabs.style3 .menu-tab {
  display: flex;
  justify-content: center;
  margin-bottom: 75px;
  margin-top: 0;
}
.flat-tabs.style3 .menu-tab li {
  padding: 13px 0;
  font-size: 20px;
  font-family: "Aspekta 650", sans-serif;
  color: #0c0c0c;
  font-weight: 500;
  letter-spacing: 1.7px;
  margin: 0 26px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
}
.flat-tabs.style3 .menu-tab li:hover {
  cursor: pointer;
}
.flat-tabs.style3 .menu-tab li:hover, .flat-tabs.style3 .menu-tab li.active {
  color: #dc0505;
}
.flat-tabs.style3 .menu-tab li:hover::before, .flat-tabs.style3 .menu-tab li.active::before {
  width: 100%;
}
.flat-tabs.style3 .menu-tab li::before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  content: "";
  width: 0;
  height: 4px;
  background-color: rgb(245, 168, 28);
  border-radius: 3px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.flat-tabs.style4 .menu-tab {
  margin-top: 0;
  display: flex;
  justify-content: space-between;
}
.flat-tabs.style4 .menu-tab li {
  width: calc((100% - 60px) / 3);
  padding: 35px 25px;
  border-radius: 20px;
  overflow: hidden;
  background: url("../../assets/images/backgroup/ng-item_2.png") center center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flat-tabs.style4 .menu-tab li img {
  max-width: 125px;
  width: 100%;
}
.flat-tabs.style4 .content-tab .content-inner .image {
  padding: 140px 30px;
  width: 100%;
  background: url("../../assets/images/backgroup/ng-item.png") center center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
}
.flat-tabs.style4 .content-tab .content-inner .image img {
  max-width: 450px;
  margin: auto;
  width: 100%;
}

.content-inner {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  transform: scale(0.9) translate(0, 0%);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.content-inner.active {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
  opacity: 1;
  visibility: visible;
  position: relative;
  transform: scale(1) translate(0, 0%);
}

.tabcontent {
  display: none;
}

.tabcontent.active {
  display: block;
}

.tab-style2 ul {
  display: flex;
  margin-bottom: 36px;
}
.tab-style2 ul li {
  font-size: 20px;
  padding: 25px 0;
  position: relative;
  margin-right: 42px;
  font-family: "Aspekta 650", sans-serif;
  letter-spacing: 0.5px;
  font-weight: 600;
  color: #0c0c0c;
}
.tab-style2 ul li:hover {
  cursor: pointer;
}
.tab-style2 ul li.active::before {
  width: 100%;
}
.tab-style2 ul li::before {
  position: absolute;
  content: "";
  background-color: #f5a81c;
  width: 0;
  height: 3px;
  left: 0;
  bottom: 0;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}



.home2 .mobile-button {
  right: 15px;
}

.mobile-button {
  display: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  width: 26px;
  height: 26px;
  top: 50%;
  right: 0;
  background-color: transparent;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mobile-button.style2:before, .mobile-button.style2:after,
.mobile-button.style2 span {
  background-color: #fff;
}
.mobile-button:before, .mobile-button:after,
.mobile-button span {
  background-color: #0c0c0c;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.mobile-button:before, .mobile-button:after {
  content: "";
  position: absolute;
  top: 0;
  height: 3px;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.mobile-button span {
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  top: 50%;
  overflow: hidden;
  text-indent: 200%;
}
.mobile-button:before {
  -webkit-transform: translate3d(0, -7px, 0);
  -moz-transform: translate3d(0, -7px, 0);
  transform: translate3d(0, -7px, 0);
}
.mobile-button:after {
  -webkit-transform: translate3d(0, 7px, 0);
  -moz-transform: translate3d(0, 7px, 0);
  transform: translate3d(0, 7px, 0);
}
.mobile-button.active span {
  opacity: 0;
}
.mobile-button.active:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.mobile-button.active:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}



/* Accordion
-------------------------------------------------------------- */
.flat-accordion .flat-toggle {
  margin-bottom: 15px;
}
.flat-accordion .flat-toggle:last-child {
  margin-bottom: 0;
  border: none;
}
.flat-accordion .flat-toggle .toggle-title {
  padding: 13px 50px 17px 35px;
  position: relative;
  background-color: #0e1927;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.flat-accordion .flat-toggle .toggle-title:hover {
  cursor: pointer;
}
.flat-accordion .flat-toggle .toggle-title.active {
  background-color: #dc0505;
}
.flat-accordion .flat-toggle .toggle-title.active .icon {
  transform: rotate(180deg);
}
.flat-accordion .flat-toggle .toggle-title .icon {
  position: absolute;
  right: 30px;
  top: 13px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(0);
}
.flat-accordion .flat-toggle .toggle-title .icon i {
  font-size: 17px;
  color: #f5a81c;
}
.flat-accordion .flat-toggle .toggle-title .title {
  font-family: "Aspekta 650", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  letter-spacing: 0.35px;
  font-size: 17px;
}
.flat-accordion .flat-toggle .toggle-content {
  padding: 14px 42px 28px 35px;
  display: none;
  margin-top: 8px;
}

/* Footer
-------------------------------------------------------------- */
.footer {
  padding-top: 80px;
  position: relative;
  background: url("../../assets/images/backgroup/bg-footer.png") center center no-repeat;
  background-size: cover;
}
.footer .footer-logo img {
  width: 198px;
}
.footer .border-right {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .line {
  background-color: rgb(255, 255, 255);
  opacity: 0.149;
  position: relative;
  width: calc((100% - 198px) / 2);
  height: 1px;
}
.footer .footer-link {
  margin-bottom: 70px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 30px;
}
.footer .footer-link li {
  margin: 0 25px;
}
.footer .footer-link li a {
  font-size: 17px;
  font-family: "Aspekta 650", sans-serif;
  font-weight: 500;
  color: #fff;
}
.footer .footer-link li a:hover {
  color: #f5a81c;
}
.footer .list li {
  margin-bottom: 5px;
}
.footer .list li.mb-10 {
  margin-bottom: 10px;
}
.footer .list li:last-child {
  margin-bottom: 0;
}
.footer .list li span {
  color: #c5c5c5;
}
.footer .list li span span {
  color: #fff;
}
.footer .list li span span.color-main {
  color: #f5a81c;
}
.footer .call {
  font-size: 30px;
  letter-spacing: 0.2px;
  font-family: "Aspekta 650", sans-serif;
  font-weight: 600;
  color: #dc0505;
}
.footer .tf-button:hover {
  background-color: #fff;
  color: #0c0c0c;
}
.footer .footer-social {
  margin-top: 50px;
  position: relative;
}
.footer .footer-social .social {
  z-index: 2;
  background-color: #dc0505;
  border-radius: 25px;
  padding: 5px 40px;
  height: 50px;
}
.footer .footer-social .social li {
  margin: 0 12px;
  width: 16px;
  height: 16px;
}
.footer .footer-social .social li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .footer-social .social li a:hover {
  transform: scale(1.2);
}
.footer .footer-social .social li a svg {
  width: 16px;
}
.footer .footer-social .social li a svg path {
  fill: #fff;
}
.footer .footer-social .social li a i {
  font-size: 16px;
  color: #fff;
}
.footer .footer-social::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.1);
}
.footer .footer-bottom {
  padding-bottom: 27px;
}
.footer .footer-bottom .copyright {
  width: 50%;
  color: #c5c5c5;
}
.footer .footer-bottom .payment-methods {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
.footer .footer-bottom .payment-methods .image {
  max-width: 310px;
}

/* Animate
-------------------------------------------------------------- */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
@keyframes ring {
  0% {
    transform: rotate(0) translateX(0);
  }
  25% {
    transform: rotate(-20deg) translateX(0.2em);
  }
  50% {
    transform: rotate(20deg) translateX(-0.2em);
  }
  75% {
    transform: rotate(-10deg) translateX(0.1em);
  }
  100% {
    transform: rotate(10deg) translateX(-0.1em);
  }
}
.ring {
  animation: ring 0.6s infinite;
  transform-origin: bottom;
}

.zoom-in-out-box {
  animation: zoom-in-zoom-out 2s ease infinite;
}

.pulse_three {
  animation: pulse_three 3s linear infinite;
}

@keyframes pulse_three {
  0% {
    box-shadow: 0 0 0 0 #fff, 0 0 0 0 #fff, 0 0 0 0 #fff;
  }
  25% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 0 rgba(255, 255, 255, 0.8), 0 0 0 0 rgba(255, 255, 255, 0.8);
  }
  50% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  75% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0), 0 0 0 20px rgba(255, 255, 255, 0), 0 0 0 10px rgba(255, 255, 255, 0.3);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0), 0 0 0 20px rgba(255, 255, 255, 0), 0 0 0 20px rgba(255, 255, 255, 0);
  }
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.3, 1.3);
  }
  100% {
    transform: scale(1, 1);
  }
}
.d-rotate {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.d-rotate .rotate-text {
  display: block;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform: translate3d(0px, 50px, -50px) rotateX(-45deg) scale(0.95);
  transform: translate3d(0px, 50px, -50px) rotateX(-45deg) scale(0.95);
  opacity: 0;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.img-animation {
  -webkit-clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
  clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transition: -webkit-clip-path 0.8s ease-in-out 0.3s, -webkit-transform 0.8s ease-in-out 1.1s, -webkit-filter 0.5s ease-in-out 1.1s;
  transition: -webkit-clip-path 0.8s ease-in-out 0.3s, -webkit-transform 0.8s ease-in-out 1.1s, -webkit-filter 0.5s ease-in-out 1.1s;
  -o-transition: clip-path 0.8s ease-in-out 0.3s, transform 0.8s ease-in-out 1.1s, filter 0.5s ease-in-out 1.1s;
  transition: clip-path 0.8s ease-in-out 0.3s, transform 0.8s ease-in-out 1.1s, filter 0.5s ease-in-out 1.1s;
  transition: clip-path 0.8s ease-in-out 0.3s, transform 0.8s ease-in-out 1.1s, filter 0.5s ease-in-out 1.1s, -webkit-clip-path 0.8s ease-in-out 0.3s, -webkit-transform 0.8s ease-in-out 1.1s, -webkit-filter 0.5s ease-in-out 1.1s;
  position: relative;
}

.img-animation.animated {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

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

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

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

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

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}

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

@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}

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

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

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

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

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

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

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

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

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

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

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

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

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftSmall {
  animation-name: fadeInLeftSmall;
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

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

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRightSmall {
  from {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightSmall {
  animation-name: fadeInRightSmall;
}

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

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpSmall {
  animation-name: fadeInUpSmall;
}

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

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

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

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}

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

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

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

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

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

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

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

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

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

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

@keyframes move2 {
  0% {
    -webkit-transform: rotate(1deg) translate(2px, 2px);
    transform: rotate(1deg) translate(2px, 2px);
  }
  50% {
    -webkit-transform: rotate(-1deg) translate(-2px, -2px);
    transform: rotate(-1deg) translate(-2px, -2px);
  }
  100% {
    -webkit-transform: rotate(1deg) translate(2px, 2px);
    transform: rotate(1deg) translate(2px, 2px);
  }
}
@keyframes move3 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  50% {
    -webkit-transform: translate(30px);
    transform: translate(30px);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes move4 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  50% {
    -webkit-transform: translate(-30px);
    transform: translate(-30px);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes move5 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes myanimation {
  0% {
    width: 0;
  }
}
@keyframes myanimation {
  0% {
    width: 0;
  }
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.move1 {
  animation: move1 5s infinite linear;
}

.move2 {
  animation: move2 5s infinite linear;
}

.move3 {
  animation: move3 5s infinite linear;
}

.move4 {
  animation: move4 5s infinite linear;
}

.move5 {
  animation: move5 5s infinite linear;
}

/* -------------------------------- 

Primary style

-------------------------------- */
/* .animationtext {
  font-size: 3rem;
  line-height: 1.2;
}

.animationtext.font-style-normal i,
.animationtext.font-style-normal em {
  font-style: normal;
}

.animationtext .item-text {
    margin: 0;
}

@media only screen and (min-width: 768px) {
  .animationtext {
    font-size: 4.4rem;
    font-weight: 300;
  }
}
@media only screen and (min-width: 1170px) {
  .animationtext {
    font-size: 6rem;
  }
} */
.animationtext {
  max-height: 170px;
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper .item-text {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
  font-weight: inherit;
}

.cd-words-wrapper .item-text.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper .item-text {
  opacity: 0;
}

.no-js .cd-words-wrapper .item-text.is-visible {
  opacity: 1;
}

/* -------------------------------- 

xrotate-1 

-------------------------------- */
.animationtext.rotate-1 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}

.animationtext.rotate-1 .item-text {
  opacity: 0;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.animationtext.rotate-1 .item-text.is-visible {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-animation: cd-rotate-1-in 1.2s;
  -moz-animation: cd-rotate-1-in 1.2s;
  animation: cd-rotate-1-in 1.2s;
}

.animationtext.rotate-1 .item-text.is-hidden {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-animation: cd-rotate-1-out 1.2s;
  -moz-animation: cd-rotate-1-out 1.2s;
  animation: cd-rotate-1-out 1.2s;
}

@-webkit-keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    opacity: 1;
  }
}
@-moz-keyframes cd-rotate-1-in {
  0% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -moz-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(360deg);
    opacity: 1;
  }
}
@keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    -moz-transform: rotateX(120deg);
    -ms-transform: rotateX(120deg);
    -o-transform: rotateX(120deg);
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    transform: rotateX(360deg);
    opacity: 1;
  }
}
@-webkit-keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
}
@-moz-keyframes cd-rotate-1-out {
  0% {
    -moz-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -moz-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
}
@keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    -moz-transform: rotateX(-40deg);
    -ms-transform: rotateX(-40deg);
    -o-transform: rotateX(-40deg);
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
}
/* -------------------------------- 

xtype 

-------------------------------- */
.animationtext.type .cd-words-wrapper {
  vertical-align: top;
  overflow: hidden;
}

.animationtext.type .cd-words-wrapper::after {
  /* vertical bar */
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 90%;
  width: 1px;
  background-color: #C8F27C;
}

.animationtext.type .cd-words-wrapper.waiting::after {
  -webkit-animation: cd-pulse 10s infinite;
  -moz-animation: cd-pulse 10s infinite;
  animation: cd-pulse 10s infinite;
}

.animationtext.type .cd-words-wrapper.selected {
  background-color: #C8F27C;
}

.animationtext.type .cd-words-wrapper.selected::after {
  visibility: hidden;
}

.animationtext.type .cd-words-wrapper.selected .item-text {
  color: #0d0d0d;
}

.animationtext.type .item-text {
  visibility: hidden;
}

.animationtext.type .item-text.is-visible {
  visibility: visible;
}

.animationtext.type i {
  position: absolute;
  visibility: hidden;
}

.animationtext.type i.in {
  position: relative;
  visibility: visible;
}

@-webkit-keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@-moz-keyframes cd-pulse {
  0% {
    -moz-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -moz-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    -moz-transform: translateY(-50%) scale(0.9);
    -ms-transform: translateY(-50%) scale(0.9);
    -o-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
/* -------------------------------- 

xrotate-2 

-------------------------------- */
.animationtext.rotate-2 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}

.animationtext.rotate-2 i,
.animationtext.rotate-2 em {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.animationtext.rotate-2 .item-text {
  opacity: 0;
}

.animationtext.rotate-2 i {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-20px) rotateX(90deg);
  -moz-transform: translateZ(-20px) rotateX(90deg);
  -ms-transform: translateZ(-20px) rotateX(90deg);
  -o-transform: translateZ(-20px) rotateX(90deg);
  transform: translateZ(-20px) rotateX(90deg);
  opacity: 0;
}

.is-visible .animationtext.rotate-2 i {
  opacity: 1;
}

.animationtext.rotate-2 i.in {
  -webkit-animation: cd-rotate-2-in 0.4s forwards;
  -moz-animation: cd-rotate-2-in 0.4s forwards;
  animation: cd-rotate-2-in 0.4s forwards;
}

.animationtext.rotate-2 i.out {
  -webkit-animation: cd-rotate-2-out 0.4s forwards;
  -moz-animation: cd-rotate-2-out 0.4s forwards;
  animation: cd-rotate-2-out 0.4s forwards;
}

.animationtext.rotate-2 em {
  -webkit-transform: translateZ(20px);
  -moz-transform: translateZ(20px);
  -ms-transform: translateZ(20px);
  -o-transform: translateZ(20px);
  transform: translateZ(20px);
}

.no-csstransitions .animationtext.rotate-2 i {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 0;
}

.no-csstransitions .animationtext.rotate-2 i em {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.no-csstransitions .animationtext.rotate-2 .is-visible i {
  opacity: 1;
}

@-webkit-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
  }
}
@-moz-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0deg);
  }
}
@keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    -moz-transform: translateZ(-20px) rotateX(90deg);
    -ms-transform: translateZ(-20px) rotateX(90deg);
    -o-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
    -moz-transform: translateZ(-20px) rotateX(-10deg);
    -ms-transform: translateZ(-20px) rotateX(-10deg);
    -o-transform: translateZ(-20px) rotateX(-10deg);
    transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
    -moz-transform: translateZ(-20px) rotateX(0deg);
    -ms-transform: translateZ(-20px) rotateX(0deg);
    -o-transform: translateZ(-20px) rotateX(0deg);
    transform: translateZ(-20px) rotateX(0deg);
  }
}
@-webkit-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
  }
}
@-moz-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-90deg);
  }
}
@keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
    -moz-transform: translateZ(-20px) rotateX(0);
    -ms-transform: translateZ(-20px) rotateX(0);
    -o-transform: translateZ(-20px) rotateX(0);
    transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
    -moz-transform: translateZ(-20px) rotateX(-100deg);
    -ms-transform: translateZ(-20px) rotateX(-100deg);
    -o-transform: translateZ(-20px) rotateX(-100deg);
    transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
    -moz-transform: translateZ(-20px) rotateX(-90deg);
    -ms-transform: translateZ(-20px) rotateX(-90deg);
    -o-transform: translateZ(-20px) rotateX(-90deg);
    transform: translateZ(-20px) rotateX(-90deg);
  }
}
/* -------------------------------- 

xloading-bar 

-------------------------------- */
.animationtext.loading-bar span {
  display: inline-block;
  padding: 0.2em 0;
}

.animationtext.loading-bar .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.animationtext.loading-bar .cd-words-wrapper::after {
  /* loading bar */
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #C8F27C;
  z-index: 2;
  -webkit-transition: width 0.3s -0.1s;
  -moz-transition: width 0.3s -0.1s;
  transition: width 0.3s -0.1s;
}

.animationtext.loading-bar .cd-words-wrapper.is-loading::after {
  width: 100%;
  -webkit-transition: width 3s;
  -moz-transition: width 3s;
  transition: width 3s;
}

.animationtext.loading-bar .item-text {
  top: 0.2em;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.animationtext.loading-bar .item-text.is-visible {
  opacity: 1;
  top: 0;
}

/* -------------------------------- 

xslide 

-------------------------------- */
.animationtext.slide span {
  display: inline-block;
  /* padding: .2em 0; */
}

.animationtext.slide .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.animationtext.slide .item-text {
  opacity: 0;
  top: 0.2em;
}

.animationtext.slide .item-text.is-visible {
  top: 0;
  opacity: 1;
  -webkit-animation: slide-in 0.6s;
  -moz-animation: slide-in 0.6s;
  animation: slide-in 0.6s;
}

.animationtext.slide .item-text.is-hidden {
  -webkit-animation: slide-out 0.6s;
  -moz-animation: slide-out 0.6s;
  animation: slide-out 0.6s;
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
}
@-moz-keyframes slide-out {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
}
@keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -ms-transform: translateY(120%);
    -o-transform: translateY(120%);
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
}
/* -------------------------------- 

xclip 

-------------------------------- */
.animationtext.clip span {
  display: inline-block;
  padding: 0;
}

.animationtext.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.animationtext.clip .cd-words-wrapper::after {
  /* line */
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  height: 100%;
  background-color: #C8F27C;
}

.animationtext.clip .item-text {
  opacity: 0;
}

.animationtext.clip .item-text.is-visible {
  opacity: 1;
}

/* -------------------------------- 

xzoom 

-------------------------------- */
.animationtext.zoom .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}

.animationtext.zoom .item-text {
  opacity: 0;
}

.animationtext.zoom .item-text.is-visible {
  opacity: 1;
  -webkit-animation: zoom-in 0.8s;
  -moz-animation: zoom-in 0.8s;
  animation: zoom-in 0.8s;
}

.animationtext.zoom .item-text.is-hidden {
  -webkit-animation: zoom-out 0.8s;
  -moz-animation: zoom-out 0.8s;
  animation: zoom-out 0.8s;
}

@-webkit-keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
}
@-moz-keyframes zoom-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0);
  }
}
@keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
    -moz-transform: translateZ(100px);
    -ms-transform: translateZ(100px);
    -o-transform: translateZ(100px);
    transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
  }
}
@-moz-keyframes zoom-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-100px);
  }
}
@keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
    -moz-transform: translateZ(-100px);
    -ms-transform: translateZ(-100px);
    -o-transform: translateZ(-100px);
    transform: translateZ(-100px);
  }
}
/* -------------------------------- 

xrotate-3 

-------------------------------- */
.animationtext.rotate-3 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}

.animationtext.rotate-3 .item-text {
  opacity: 0;
}

.animationtext.rotate-3 i {
  display: inline-block;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.is-visible .animationtext.rotate-3 i {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.animationtext.rotate-3 i.in {
  -webkit-animation: cd-rotate-3-in 0.6s forwards;
  -moz-animation: cd-rotate-3-in 0.6s forwards;
  animation: cd-rotate-3-in 0.6s forwards;
}

.animationtext.rotate-3 i.out {
  -webkit-animation: cd-rotate-3-out 0.6s forwards;
  -moz-animation: cd-rotate-3-out 0.6s forwards;
  animation: cd-rotate-3-out 0.6s forwards;
}

.no-csstransitions .animationtext.rotate-3 i {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 0;
}

.no-csstransitions .animationtext.rotate-3 .is-visible i {
  opacity: 1;
}

@-webkit-keyframes cd-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
  }
}
@-moz-keyframes cd-rotate-3-in {
  0% {
    -moz-transform: rotateY(180deg);
  }
  100% {
    -moz-transform: rotateY(0deg);
  }
}
@keyframes cd-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
  }
}
@-moz-keyframes cd-rotate-3-out {
  0% {
    -moz-transform: rotateY(0);
  }
  100% {
    -moz-transform: rotateY(-180deg);
  }
}
@keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
}
/* -------------------------------- 

xscale 

-------------------------------- */
.animationtext.scale .item-text {
  opacity: 0;
}

.animationtext.scale .item-text.is-visible {
  opacity: 1;
}

.animationtext.scale i {
  display: inline-block;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

/*.is-visible .animationtext.scale i {
  opacity: 1;
}*/
.animationtext.scale .item-text.is-visible {
  -webkit-animation: scale-up 0.6s forwards;
  -moz-animation: scale-up 0.6s forwards;
  animation: scale-up 0.6s forwards;
}

.animationtext.scale .item-text {
  -webkit-animation: scale-down 0.6s forwards;
  -moz-animation: scale-down 0.6s forwards;
  animation: scale-down 0.6s forwards;
}

.no-csstransitions .animationtext.scale .item-text {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 0;
}

.no-csstransitions .animationtext.scale .is-visible i {
  opacity: 1;
}

@-webkit-keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes scale-up {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }
  60% {
    -moz-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
}
@-moz-keyframes scale-down {
  0% {
    -moz-transform: scale(1);
    opacity: 1;
  }
  60% {
    -moz-transform: scale(0);
    opacity: 0;
  }
}
@keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}
/* -------------------------------- 

xpush 

-------------------------------- */
.animationtext.push .item-text {
  opacity: 0;
}

.animationtext.push .item-text.is-visible {
  opacity: 1;
  -webkit-animation: push-in 0.6s;
  -moz-animation: push-in 0.6s;
  animation: push-in 0.6s;
}

.animationtext.push .item-text.is-hidden {
  -webkit-animation: push-out 0.6s;
  -moz-animation: push-out 0.6s;
  animation: push-out 0.6s;
}

@-webkit-keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes push-in {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    -o-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
}
@-moz-keyframes push-out {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
}
@keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    -o-transform: translateX(110%);
    transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.d-rotate.animated .rotate-text {
  -webkit-transform: translate3d(0px, 0px, 0px) rotateX(0deg) scale(1);
  transform: translate3d(0px, 0px, 0px) rotateX(0deg) scale(1);
  opacity: 1;
}

/* Magnific Popup CSS
-------------------------------------------------------------- */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #3f3f3f;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
  /* cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;  */
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  background: transparent;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

.mfp-arrow.mfp-arrow-left.mfp-prevent-close,
.mfp-arrow.mfp-arrow-right.mfp-prevent-close {
  background: transparent;
}

/* Main image in popup */
img.mfp-img {
  /* cursor: w-resize; */
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* .mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; } */
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .mfp-content {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .mfp-content {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

/* progess
-------------------------------------------------------------- */
.progress-bar {
  background-color: transparent;
  color: #798DA3;
}

.progress-title-holder {
  padding-bottom: 0;
  position: relative;
  text-align: left;
  margin-bottom: 12px;
}
.progress-title-holder span {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}
.progress-title-holder span.percent {
  font-size: 15px;
  color: #fff;
}

.progress-title {
  z-index: 100;
  font-weight: 600;
  font-size: 18px;
  margin-right: 7px;
}

.progress-number-wrapper {
  width: 100%;
  z-index: 10;
}

.progress-content-outter {
  height: 4px;
  background-color: #E6E6E6;
}

.progress-content {
  height: 4px;
  background-color: #3A3B3E;
  width: 0%;
  /* Initial value */
}

.white {
  color: white;
}

.progress_number {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/* Home style
-------------------------------------------------------------- */
.slider-page {
  margin: 20px 0 0px;
}
.slider-page .slide-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.slider-page .slide-inner .content {
  position: absolute;
  z-index: 1;
  padding: 0 16px 28px 68px;
}
.slider-page .slide-inner .content h2 {
  padding-left: 4px;
}
.slider-page .slide-inner .content p {
  padding-left: 4px;
  font-family: "Aspekta 650", sans-serif;
  font-size: 17px;
  letter-spacing: 1.7px;
}

.sl-product-4 {
  margin-left: -27px;
}

.slider-page-style2 {
  display: flex;
}
.slider-page-style2 .mySwiper1 {
  width: 68.2%;
  margin-left: 0;
}
.slider-page-style2 .right {
  width: 31.8%;
}
.slider-page-style2 .right .box {
  padding: 50px 55px 55px;
  height: 50%;
}
.slider-page-style2 .right .box.style {
  padding: 58px 55px 55px;
}
.slider-page-style2 .right .box.style .content {
  padding-left: 40%;
}
.slider-page-style2 .right .box.style .content h3 {
  font-size: 40px;
  line-height: 45px;
}
.slider-page-style2 .right .box .content {
  position: relative;
  text-align: left;
}
.slider-page-style2 .right .box .content h5 {
  text-transform: uppercase;
  color: #dc0505;
  font-style: italic;
  letter-spacing: 1.2px;
}
.slider-page-style2 .right .box .content h3 {
  font-size: 45px;
  line-height: 35px;
}
.slider-page-style2 .right .box .content .img-link img {
  height: 47px;
}
.slider-page-style2 .bg_slide,
.slider-page-style2 .bg_slide {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.slider-page-style2 .bg_slide img,
.slider-page-style2 .bg_slide img {
  width: 100%;
  height: 100%;
}
.slider-page-style2 .slide-inner {
  position: relative;
  display: flex;
  align-items: center;
  padding: 77px 0;
  height: 100%;
}
.slider-page-style2 .slide-inner .content,
.slider-page-style2 .slide-inner .image {
  width: 50%;
  z-index: 1;
}
.slider-page-style2 .slide-inner .content h2,
.slider-page-style2 .slide-inner .image h2 {
  font-size: 70px;
  line-height: 75px;
}
.slider-page-style2 .slide-inner.t1 {
  justify-content: center;
}
.slider-page-style2 .slide-inner.t1 h2 {
  text-align: center;
}

.tf-title {
  position: relative;
}
.tf-title.left::after {
  left: 0;
}
.tf-title.center::after {
  left: 50%;
  transform: translateX(-50%);
}
.tf-title::after {
  position: absolute;
  content: "";
  bottom: 0;
  height: 4px;
  width: 108px;
  background-color: #f5a81c;
  border-radius: 4px;
}
.tf-title .sub-title {
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #dc0505;
  font-family: "Aspekta 650";
  letter-spacing: 1.5px;
}
.tf-title h2 {
  letter-spacing: 1px;
  color: #2d3c4b;
}
.tf-title h2.white {
  color: #fff;
}

.ic-botom {
  position: relative;
}
.ic-botom::before {
  border-radius: 4px;
  position: absolute;
  content: "";
  width: 60px;
  height: 4px;
  background-color: #f5a81c;
  bottom: 0;
  left: 0;
}

.counter_wrapper {
  margin-top: 50px;
  padding: 40px 200px;
  display: flex;
  border-radius: 20px;
}
.counter_wrapper .box {
  position: relative;
  width: 25%;
  padding: 22px 15px 28px;
  border-right: 1px dashed rgba(239, 239, 239, 0.2);
}
.counter_wrapper .box:nth-child(1) {
  padding: 22px 0 28px 20px;
}
.counter_wrapper .box:nth-child(2) {
  padding: 22px 4px 28px 20px;
}
.counter_wrapper .box:nth-child(4) {
  padding: 22px 10px 28px 0px;
}
.counter_wrapper .box:last-child {
  border: none;
}
.counter_wrapper .box:last-child::after {
  display: none;
}
.counter_wrapper .box .content .box-couter {
  text-align: center;
}
.counter_wrapper .box .content .number-content {
  font-family: "Aspekta 650", sans-serif;
  font-size: 50px;
  font-weight: bold;
  color: #f5a81c;
  line-height: 1.2;
  letter-spacing: 2px;
}
.counter_wrapper .box .content .desc {
  text-align: center;
  font-family: "Aspekta 650";
  font-size: 17px;
  color: #fff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.counter_wrapper .box::after {
  position: absolute;
  bottom: 30px;
  right: -6.5px;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #bb0001;
}
.counter_wrapper .box.style::after {
  bottom: auto;
  top: 20px;
}

.home1 .testimonial-wrapper .swiper-next-testimonial {
  right: 8.4%;
  top: 35%;
}
.home1 .testimonial-wrapper .swiper-prev-testimonial {
  left: 8.4%;
  top: 35%;
}

.testimonial-wrapper {
  position: relative;
  /* CSS cho slider testimonial */
  /* CSS cho danh sách người */
}
.testimonial-wrapper.style3 .testimonial-list ul li {
  margin: 0 10px;
}
.testimonial-wrapper .swiper-next-testimonial,
.testimonial-wrapper .swiper-prev-testimonial {
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: rgb(245, 168, 28);
  position: absolute;
  width: 63px;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.testimonial-wrapper .swiper-next-testimonial svg,
.testimonial-wrapper .swiper-prev-testimonial svg {
  width: 30px;
  height: 30px;
}
.testimonial-wrapper .swiper-next-testimonial svg path,
.testimonial-wrapper .swiper-prev-testimonial svg path {
  fill: #fff;
}
.testimonial-wrapper .swiper-next-testimonial:hover, .testimonial-wrapper .swiper-next-testimonial.swiper-button-disabled,
.testimonial-wrapper .swiper-prev-testimonial:hover,
.testimonial-wrapper .swiper-prev-testimonial.swiper-button-disabled {
  box-shadow: 0px 0px 18.27px 2.73px rgba(0, 0, 0, 0.2);
}
.testimonial-wrapper .swiper-next-testimonial {
  right: 5%;
}
.testimonial-wrapper .swiper-prev-testimonial {
  left: 5%;
}
.testimonial-wrapper .testimonial-slider {
  max-width: 1170px;
  margin: 0 auto;
}
.testimonial-wrapper .testimonial-slider .testimonial-item-style2 {
  text-align: center;
  border-radius: 35px;
  background-color: rgb(255, 244, 234);
  position: relative;
  padding: 50px 108px 54px;
}
.testimonial-wrapper .testimonial-slider .testimonial-item-style2 .img-bg {
  position: absolute;
  right: 0;
  top: 0;
}
.testimonial-wrapper .testimonial-slider .testimonial-item-style2 .name {
  color: #dc0505;
  margin-bottom: 4px;
  letter-spacing: 0.5px;
}
.testimonial-wrapper .testimonial-slider .testimonial-item-style2 .desc {
  font-size: 17px;
  line-height: 28px;
  color: #0c0c0c;
  font-family: "Aspekta 650", sans-serif;
  margin-bottom: 15px;
  letter-spacing: 0.2px;
}
.testimonial-wrapper .testimonial-slider .testimonial-item {
  text-align: center;
  padding: 0 90px;
}
.testimonial-wrapper .testimonial-slider .testimonial-item .icon {
  width: 71px;
  height: 32px;
  margin: 0 auto 48px;
}
.testimonial-wrapper .testimonial-slider .testimonial-item p {
  font-size: 20px;
  line-height: 2;
  font-family: "Aspekta 650", sans-serif;
  letter-spacing: 0.6px;
}
.testimonial-wrapper .testimonial-slider .testimonial-item p.name {
  font-style: italic;
  font-weight: 600;
}
.testimonial-wrapper .testimonial-slider .testimonial-item p.name span {
  color: #bb0001;
}
.testimonial-wrapper .testimonial-slider {
  position: relative;
}
.testimonial-wrapper .testimonial-slider .swiper-slide {
  width: 100%;
}
.testimonial-wrapper .testimonial-list.style2 ul li a {
  width: 140px;
  height: 140px;
}
.testimonial-wrapper .testimonial-list ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
}
.testimonial-wrapper .testimonial-list ul li {
  margin: 0 18px;
}
.testimonial-wrapper .testimonial-list ul li a {
  text-decoration: none;
  display: flex;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.testimonial-wrapper .testimonial-list-item a::before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  border: 2.5px solid transparent;
  z-index: 1;
}
.testimonial-wrapper .testimonial-list-item a img {
  filter: grayscale(100%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.testimonial-wrapper .testimonial-list-item a.active::before {
  border-color: rgb(245, 168, 28);
}
.testimonial-wrapper .testimonial-list-item a.active img {
  filter: none;
}

img.item-snack-bottom {
  position: absolute;
  bottom: -137px;
  left: -87px;
}
img.item-snack-bottom.right {
  left: unset;
  right: -74px;
  transform: rotateY(180deg);
}
img.item-snack-bottom.t1 {
  bottom: -93px;
}

.banner-1 {
  z-index: 2;
  position: relative;
}
.banner-1 .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../../assets/images/backgroup/bg-section-2.jpg") center center no-repeat;
  background-size: cover;
  z-index: 1;
}
.banner-1 .image {
  width: 56%;
  z-index: 2;
  position: relative;
}
.banner-1 .image img {
  max-width: 800px;
  width: 100%;
}
.banner-1 .wrap-banner {
  width: 100%;
}
.banner-1 .content {
  width: 44%;
  z-index: 2;
  padding-left: 2px;
  padding-bottom: 6px;
  padding: 30px 0 36px 2px;
}
.banner-1 .content p {
  font-family: "Aspekta 650", sans-serif;
  color: #fff;
  font-weight: bold;
  font-style: italic;
}
.banner-1 .content p:nth-child(1) {
  margin-bottom: 15px;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 1px;
  padding-left: 25px;
}
.banner-1 .content p:nth-child(2) {
  margin-bottom: 10px;
  font-size: 60px;
  line-height: 40px;
  letter-spacing: 1.5px;
  padding-left: 12px;
}
.banner-1 .content p:nth-child(3) {
  font-size: 80px;
  line-height: 60px;
  margin-bottom: 35px;
}

.subscribe {
  position: relative;
  align-items: center;
}
.subscribe .icon {
  position: absolute;
  left: 50px;
  border-radius: 50%;
  overflow: hidden;
  width: 81px;
  height: 81px;
  background-color: rgb(245, 168, 28);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 35%;
}
.subscribe .icon img {
  width: 37px;
  height: 37px;
}
.subscribe .content {
  width: 52%;
  padding-right: 10px;
}
.subscribe .content h4 {
  line-height: 40px;
}
.subscribe .form form {
  overflow: hidden;
  border-radius: 30px;
  width: 100%;
  height: 50px;
  position: relative;
}
.subscribe .form form input {
  background-color: #fff;
  border: none;
  outline: none;
  color: #0c0c0c;
  font-size: 15px;
}
.subscribe .form form input::placeholder {
  color: #0c0c0c;
  font-size: 15px;
}
.subscribe .form form button {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 4px;
  right: 6px;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  background-color: #f5a81c;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subscribe .form form button:hover {
  background-color: #0c0c0c;
}
.subscribe .form form button:hover svg path {
  fill: #fff;
}
.subscribe .form form button svg {
  width: 15px;
  height: 15px;
}
.subscribe .form form button svg path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  fill: #fff;
}
.subscribe.style1 {
  padding: 67px 50px 67px 160px;
}
.subscribe.style1 .form {
  padding-right: 14px;
  padding-left: 12px;
  width: 48%;
}
.subscribe.style2 {
  padding: 84px;
}
.subscribe.style2 .form form {
  max-width: 583px;
}
.subscribe.style2 .icon {
  top: 15px;
  left: 0;
  background-color: rgb(220, 3, 4);
}
.subscribe .overlay {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.subscribe .overlay img {
  width: 100%;
  height: 100%;
}

.content-box {
  z-index: 1;
}
.content-box h2.style {
  font-size: 90px;
  letter-spacing: 1px;
}
.content-box .button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5a81c;
  width: 125px;
  height: 125px;
  min-width: 125px;
  border-radius: 20px;
}
.content-box .button.style2:hover {
  background-color: #fff;
}
.content-box .button.style2:hover svg path {
  fill: #0c0c0c;
}
.content-box .button svg {
  width: 50px;
  height: 50px;
}
.content-box .button svg path {
  fill: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content-box .button:hover {
  background-color: #0c0c0c;
}
.content-box .list {
  display: flex;
  align-items: flex-start;
}
.content-box .list li {
  margin-right: 32px;
  display: flex;
  align-items: flex-start;
}
.content-box .list li:nth-child(2) {
  margin-right: 0;
}
.content-box .list li svg {
  margin: 5px 10px 0 0px;
  width: 16px;
  height: 16px;
}
.content-box .list li span {
  font-size: 17px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
}
.content-box.style2 {
  padding: 0px 15px 20px 82px;
}
.content-box.style2 h2.style2 {
  line-height: 60px;
}
.content-box.style2 h2.style {
  margin-bottom: -5px;
}
.content-box.style3 {
  padding: 102px 60px 0px 83px;
}
.content-box.style4 {
  padding: 0px 65px 22px 83px;
}

.image-wraper .image {
  width: 50%;
}

.page-title-inner {
  border-radius: 35px;
  position: relative;
  padding: 125px 15px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-title-inner .bg-page-title-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.page-title-inner .bg-page-title-inner img {
  width: 100%;
  height: 100%;
}
.page-title-inner .title {
  margin-bottom: 74px;
  font-size: 70px;
  position: relative;
  padding-bottom: 20px;
}
.page-title-inner .title::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
  background-color: #f5a81c;
  width: 89px;
  height: 4px;
}
.page-title-inner .icon_1,
.page-title-inner .icon_2 {
  position: absolute;
  z-index: 1;
}
.page-title-inner .icon_1 {
  left: -1.5%;
  bottom: -12%;
}
.page-title-inner .icon_2 {
  right: -1%;
  bottom: -15%;
}
.page-title-inner .overlay {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 35px;
  background-color: rgb(0, 0, 0);
  opacity: 0.4;
  z-index: 0;
}
.page-title-inner .breadcrumb {
  z-index: 1;
}
.page-title-inner ul {
  background-color: #dc0505;
  height: 46px;
  border-radius: 23px;
  display: inline-block;
  padding: 9px 30px;
}
.page-title-inner ul li {
  display: inline-block;
}
.page-title-inner ul li svg {
  width: 20px;
  height: 20px;
  margin: 0 4px;
}
.page-title-inner ul li svg path {
  fill: #fff;
}
.page-title-inner ul li a,
.page-title-inner ul li span {
  color: #fff;
}
.page-title-inner ul li a:hover {
  color: #f5a81c;
}

.content-box-style {
  border-radius: 35px;
  padding: 5.4% 21% 4.8%;
  text-align: center;
  overflow: hidden;
}
.content-box-style.style2 {
  padding: 5.4% 17% 4.8%;
}
.content-box-style h5 {
  line-height: 45px;
  font-weight: 400;
  letter-spacing: 0.8px;
}

.about-content {
  height: 100%;
  padding: 52px 50px 50px;
  background-color: #fff4ea;
}
.about-content.style1 {
  padding: 50px 50px 50px 62px;
}
.about-content .content {
  width: 60%;
  position: relative;
  z-index: 1;
}
.about-content .inner-box {
  max-width: 343px;
  width: 100%;
  padding: 65px 40px;
  position: relative;
}
.about-content .inner-box .w-167 {
  width: 167px;
}
.about-content .inner-box.style2 {
  padding: 22px 25px 55px 33px;
}
.about-content .inner-box.style2 .phone {
  font-size: 40px;
}
.about-content .inner-box.style {
  background: url("../../assets/images/backgroup/bg-about-us.png") center center no-repeat;
  background-size: cover;
  text-align: center;
  padding-bottom: 115px;
  padding-top: 38px;
}
.about-content .inner-box.style > img {
  width: 118px;
}
.about-content .inner-box.style h2 {
  font-size: 50px;
}
.about-content .inner-box .icon {
  right: -10px;
  top: -15px;
  position: absolute;
}
.about-content .inner-box .fz-20 {
  font-size: 20px;
}
.about-content .inner-box .lh-1_75 {
  line-height: 1.75;
}
.about-content .inner-box .italic {
  font-style: italic;
}
.about-content .inner-box .fz-13 {
  font-size: 13px;
}

.book-table {
  padding: 115px 225px 130px;
  border-radius: 35px;
}
.book-table > div {
  position: relative;
  z-index: 1;
}

.form-book-table {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form-book-table fieldset {
  width: calc((100% - 30px) / 3);
  margin-bottom: 15px;
}
.form-book-table fieldset input {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.29);
}
.form-book-table .dropdown .dropdown-menu {
  width: 100%;
  border-radius: 5px;
}
.form-book-table .dropdown .btn-selector {
  position: relative;
  color: #0c0c0c;
  font-family: "Aspekta 650", sans-serif !important;;
  font-size: 15px;
  text-decoration: none;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.29);
  height: 50px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  padding: 5px 40px 5px 25px;
}
.form-book-table .dropdown .btn-selector .down {
  position: absolute;
  right: 28px;
}

.side-bar .Rectangle_25 {
  background-image: -moz-linear-gradient(-90deg, rgb(54, 53, 53) 0%, rgb(12, 12, 12) 100%);
  background-image: -webkit-linear-gradient(-90deg, rgb(54, 53, 53) 0%, rgb(12, 12, 12) 100%);
  background-image: -ms-linear-gradient(-90deg, rgb(54, 53, 53) 0%, rgb(12, 12, 12) 100%);
  position: absolute;
  left: 375px;
  top: 747px;
  width: 370px;
  height: 60px;
  z-index: 78;
}

.Rectangle_263 {
  background-image: -moz-linear-gradient(90deg, rgb(169, 0, 1) 0%, rgb(237, 43, 44) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(169, 0, 1) 0%, rgb(237, 43, 44) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(169, 0, 1) 0%, rgb(237, 43, 44) 100%);
  position: absolute;
  left: 776px;
  top: 885px;
  width: 771px;
  height: 50px;
  z-index: 116;
}

.simpleParallax {
  height: 100%;
}

.restaurant-section-style2 {
  position: relative;
}
.restaurant-section-style2 .overlay {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.restaurant-section-style2 .img-bg {
  z-index: 1;
}
.restaurant-section-style2 .content {
  position: relative;
  z-index: 3;
}
.restaurant-section-style2 .content .desc {
  font-size: 20px;
  margin-bottom: 45px;
}

.page_404 {
  min-height: 100vh;
  background: url("../../assets/images/backgroup/bg-404.jpg") center center no-repeat;
  background-size: cover;
  padding: 185px 30px 195px;
}
.page_404 .image {
  margin-bottom: 38px;
  display: flex;
  justify-content: center;
}
.page_404 .image img {
  max-width: 658px;
  width: 100%;
}
.page_404 .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page_404 .content h2 {
  letter-spacing: 2.5px;
}

.home2 .icon-box.style2 {
  display: flex;
  align-items: center;
}
.home2 .subscribe.style2 {
  padding: 48px 84px 84px 80px;
}
.home2 .subscribe.style2 .icon {
  top: 30px;
}
.home2 .about-inner .box .inner .icon svg {
  height: 47px;
}
.home2 .subscribe.style2 .icon {
  width: 100px;
  height: 100px;
}
.home2 .subscribe.style2 .icon img {
  width: 45px;
  height: 46px;
}
.home2 .subscribe .content {
  width: 100%;
}



/* Extrass Class
-------------------------------------------------------------- */
.flex {
  display: flex;
}

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

.items-start {
  align-items: flex-start;
}

.mb2 {
  margin-bottom: 2px;
}

.mb1 {
  margin-bottom: 1px;
}

.pt6 {
  padding-top: 6px;
}

.mr8 {
  margin-right: 8px;
}

.pb4 {
  padding-bottom: 4px;
}

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

.lh1-2 {
  line-height: 1.2;
}

.pr17 {
  padding-right: 17%;
}

.items-end {
  align-items: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-start {
  justify-content: flex-start;
}

.cursor-pointer {
  cursor: pointer;
}

.font-1 {
  font-family: "Aspekta 650", sans-serif;
}

.mb4 {
  margin-bottom: 4px;
}

.mb5 {
  margin-bottom: 5px;
}

.overflow-hidden {
  overflow: hidden;
}

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

.justify-between {
  justify-content: space-between;
}

.pd0 {
  padding: 0 !important;
}

.radius-20 {
  border-radius: 20px;
}

.radius-30 {
  border-radius: 30px;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.fz-17 {
  font-size: 17px;
  line-height: 1.7;
}

.relative {
  position: relative;
}

.italic {
  font-style: italic;
}

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

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

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

.absolute {
  position: absolute;
}

.mt3 {
  margin-top: 3px;
}

.z-1 {
  z-index: 1;
}

.pb5 {
  padding-bottom: 5px;
}

.pd-50 {
  padding: 50px;
}

.w-96 {
  width: 96px;
}

.h-96 {
  height: 96px;
}

.max-width-1010 {
  max-width: 1010px;
}

.text-spacing-0_5 {
  letter-spacing: 0.5px;
}

.text-spacing-0_2 {
  letter-spacing: 0.2px;
}

.hidden {
  overflow: hidden;
}

.mr4 {
  margin-right: 4px;
}

.lh-28 {
  line-height: 28px;
}

.text-spacing-1 {
  letter-spacing: 1px;
}

.text-spacing-1_5 {
  letter-spacing: 1.5px;
}

.flex-wrap {
  flex-wrap: wrap;
}

.r-50 {
  right: 50px;
}

.l-30 {
  left: 30px;
}

.margin-0 {
  margin: 0 !important;
}

.r-30 {
  right: 30px;
}

.r-65 {
  right: 65px;
}

.min-height-31 {
  min-height: 31px;
}

.mr8 {
  margin-right: 8px;
}

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

.mb8 {
  margin-bottom: 8px;
}

.l-50 {
  left: 50px;
}

.l-65 {
  left: 65px;
}

.r-0 {
  right: 0;
}

.l-0 {
  left: 0;
}

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

.r-26 {
  right: 26px;
}

.l-26 {
  left: 26px;
}

.t-0 {
  top: 0;
}

.b-0 {
  bottom: 0;
}

.flex-wrap {
  flex-wrap: wrap;
}

.py-14 {
  padding-top: 14px;
  padding-bottom: 14px;
}

.mb6 {
  margin-bottom: 6px;
}

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

.font-style {
  font-size: 17px;
  line-height: 28px;
}

/* TF Spacing
-------------------------------------------------------------- */
.mt-auto {
  margin-top: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

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

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

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

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

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

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

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

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

.m-0 {
  margin: 0px;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.p-0 {
  padding: 0px;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

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

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

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

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

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

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

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

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

.m-4 {
  margin: 4px;
}

.mx-4 {
  margin-left: 4px;
  margin-right: 4px;
}

.my-4 {
  margin-top: 4px;
  margin-bottom: 4px;
}

.p-4 {
  padding: 4px;
}

.px-4 {
  padding-left: 4px;
  padding-right: 4px;
}

.py-4 {
  padding-top: 4px;
  padding-bottom: 4px;
}

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

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

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

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

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

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

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

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

.m-5 {
  margin: 5px;
}

.mx-5 {
  margin-left: 5px;
  margin-right: 5px;
}

.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.p-5 {
  padding: 5px;
}

.px-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

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

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

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

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

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

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

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

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

.m-6 {
  margin: 6px;
}

.mx-6 {
  margin-left: 6px;
  margin-right: 6px;
}

.my-6 {
  margin-top: 6px;
  margin-bottom: 6px;
}

.p-6 {
  padding: 6px;
}

.px-6 {
  padding-left: 6px;
  padding-right: 6px;
}

.py-6 {
  padding-top: 6px;
  padding-bottom: 6px;
}

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

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

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

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

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

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

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

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

.m-8 {
  margin: 8px;
}

.mx-8 {
  margin-left: 8px;
  margin-right: 8px;
}

.my-8 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.p-8 {
  padding: 8px;
}

.px-8 {
  padding-left: 8px;
  padding-right: 8px;
}

.py-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

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

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

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

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

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

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

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

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

.m-10 {
  margin: 10px;
}

.mx-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.p-10 {
  padding: 10px;
}

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

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

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

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

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

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

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

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

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

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

.m-12 {
  margin: 12px;
}

.mx-12 {
  margin-left: 12px;
  margin-right: 12px;
}

.my-12 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.p-12 {
  padding: 12px;
}

.px-12 {
  padding-left: 12px;
  padding-right: 12px;
}

.py-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

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

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

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

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

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

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

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

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

.m-14 {
  margin: 14px;
}

.mx-14 {
  margin-left: 14px;
  margin-right: 14px;
}

.my-14 {
  margin-top: 14px;
  margin-bottom: 14px;
}

.p-14 {
  padding: 14px;
}

.px-14 {
  padding-left: 14px;
  padding-right: 14px;
}

.py-14 {
  padding-top: 14px;
  padding-bottom: 14px;
}

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

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

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

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

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

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

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

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

.m-15 {
  margin: 15px;
}

.mx-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.p-15 {
  padding: 15px;
}

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

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

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

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

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

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

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

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

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

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

.m-16 {
  margin: 16px;
}

.mx-16 {
  margin-left: 16px;
  margin-right: 16px;
}

.my-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.p-16 {
  padding: 16px;
}

.px-16 {
  padding-left: 16px;
  padding-right: 16px;
}

.py-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

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

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

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

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

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

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

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

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

.m-18 {
  margin: 18px;
}

.mx-18 {
  margin-left: 18px;
  margin-right: 18px;
}

.my-18 {
  margin-top: 18px;
  margin-bottom: 18px;
}

.p-18 {
  padding: 18px;
}

.px-18 {
  padding-left: 18px;
  padding-right: 18px;
}

.py-18 {
  padding-top: 18px;
  padding-bottom: 18px;
}

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

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

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

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

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

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

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

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

.m-20 {
  margin: 20px;
}

.mx-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.p-20 {
  padding: 20px;
}

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

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

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

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

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

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

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

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

.m-22 {
  margin: 22px;
}

.mx-22 {
  margin-left: 22px;
  margin-right: 22px;
}

.my-22 {
  margin-top: 22px;
  margin-bottom: 22px;
}

.p-22 {
  padding: 22px;
}

.px-22 {
  padding-left: 22px;
  padding-right: 22px;
}

.py-22 {
  padding-top: 22px;
  padding-bottom: 22px;
}

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

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

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

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

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

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

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

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

.m-23 {
  margin: 23px;
}

.mx-23 {
  margin-left: 23px;
  margin-right: 23px;
}

.my-23 {
  margin-top: 23px;
  margin-bottom: 23px;
}

.p-23 {
  padding: 23px;
}

.px-23 {
  padding-left: 23px;
  padding-right: 23px;
}

.py-23 {
  padding-top: 23px;
  padding-bottom: 23px;
}

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

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

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

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

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

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

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

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

.m-24 {
  margin: 24px;
}

.mx-24 {
  margin-left: 24px;
  margin-right: 24px;
}

.my-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.p-24 {
  padding: 24px;
}

.px-24 {
  padding-left: 24px;
  padding-right: 24px;
}

.py-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

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

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

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

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

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

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

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

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

.m-25 {
  margin: 25px;
}

.mx-25 {
  margin-left: 25px;
  margin-right: 25px;
}

.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.p-25 {
  padding: 25px;
}

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

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

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

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

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

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

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

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

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

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

.m-26 {
  margin: 26px;
}

.mx-26 {
  margin-left: 26px;
  margin-right: 26px;
}

.my-26 {
  margin-top: 26px;
  margin-bottom: 26px;
}

.p-26 {
  padding: 26px;
}

.px-26 {
  padding-left: 26px;
  padding-right: 26px;
}

.py-26 {
  padding-top: 26px;
  padding-bottom: 26px;
}

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

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

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

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

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

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

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

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

.m-27 {
  margin: 27px;
}

.mx-27 {
  margin-left: 27px;
  margin-right: 27px;
}

.my-27 {
  margin-top: 27px;
  margin-bottom: 27px;
}

.p-27 {
  padding: 27px;
}

.px-27 {
  padding-left: 27px;
  padding-right: 27px;
}

.py-27 {
  padding-top: 27px;
  padding-bottom: 27px;
}

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

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

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

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

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

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

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

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

.m-28 {
  margin: 28px;
}

.mx-28 {
  margin-left: 28px;
  margin-right: 28px;
}

.my-28 {
  margin-top: 28px;
  margin-bottom: 28px;
}

.p-28 {
  padding: 28px;
}

.px-28 {
  padding-left: 28px;
  padding-right: 28px;
}

.py-28 {
  padding-top: 28px;
  padding-bottom: 28px;
}

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

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

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

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

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

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

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

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

.m-30 {
  margin: 30px;
}

.mx-30 {
  margin-left: 30px;
  margin-right: 30px;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.p-30 {
  padding: 30px;
}

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

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

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

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

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

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

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

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

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

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

.m-32 {
  margin: 32px;
}

.mx-32 {
  margin-left: 32px;
  margin-right: 32px;
}

.my-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.p-32 {
  padding: 32px;
}

.px-32 {
  padding-left: 32px;
  padding-right: 32px;
}

.py-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

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

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

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

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

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

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

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

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

.m-33 {
  margin: 33px;
}

.mx-33 {
  margin-left: 33px;
  margin-right: 33px;
}

.my-33 {
  margin-top: 33px;
  margin-bottom: 33px;
}

.p-33 {
  padding: 33px;
}

.px-33 {
  padding-left: 33px;
  padding-right: 33px;
}

.py-33 {
  padding-top: 33px;
  padding-bottom: 33px;
}

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

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

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

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

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

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

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

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

.m-34 {
  margin: 34px;
}

.mx-34 {
  margin-left: 34px;
  margin-right: 34px;
}

.my-34 {
  margin-top: 34px;
  margin-bottom: 34px;
}

.p-34 {
  padding: 34px;
}

.px-34 {
  padding-left: 34px;
  padding-right: 34px;
}

.py-34 {
  padding-top: 34px;
  padding-bottom: 34px;
}

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

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

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

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

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

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

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

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

.m-35 {
  margin: 35px;
}

.mx-35 {
  margin-left: 35px;
  margin-right: 35px;
}

.my-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.p-35 {
  padding: 35px;
}

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

.py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

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

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

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

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

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

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

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

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

.m-36 {
  margin: 36px;
}

.mx-36 {
  margin-left: 36px;
  margin-right: 36px;
}

.my-36 {
  margin-top: 36px;
  margin-bottom: 36px;
}

.p-36 {
  padding: 36px;
}

.px-36 {
  padding-left: 36px;
  padding-right: 36px;
}

.py-36 {
  padding-top: 36px;
  padding-bottom: 36px;
}

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

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

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

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

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

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

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

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

.m-38 {
  margin: 38px;
}

.mx-38 {
  margin-left: 38px;
  margin-right: 38px;
}

.my-38 {
  margin-top: 38px;
  margin-bottom: 38px;
}

.p-38 {
  padding: 38px;
}

.px-38 {
  padding-left: 38px;
  padding-right: 38px;
}

.py-38 {
  padding-top: 38px;
  padding-bottom: 38px;
}

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

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

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

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

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

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

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

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

.m-40 {
  margin: 40px;
}

.mx-40 {
  margin-left: 40px;
  margin-right: 40px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.p-40 {
  padding: 40px;
}

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

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

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

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

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

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

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

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

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

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

.m-42 {
  margin: 42px;
}

.mx-42 {
  margin-left: 42px;
  margin-right: 42px;
}

.my-42 {
  margin-top: 42px;
  margin-bottom: 42px;
}

.p-42 {
  padding: 42px;
}

.px-42 {
  padding-left: 42px;
  padding-right: 42px;
}

.py-42 {
  padding-top: 42px;
  padding-bottom: 42px;
}

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

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

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

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

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

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

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

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

.m-43 {
  margin: 43px;
}

.mx-43 {
  margin-left: 43px;
  margin-right: 43px;
}

.my-43 {
  margin-top: 43px;
  margin-bottom: 43px;
}

.p-43 {
  padding: 43px;
}

.px-43 {
  padding-left: 43px;
  padding-right: 43px;
}

.py-43 {
  padding-top: 43px;
  padding-bottom: 43px;
}

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

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

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

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

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

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

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

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

.m-44 {
  margin: 44px;
}

.mx-44 {
  margin-left: 44px;
  margin-right: 44px;
}

.my-44 {
  margin-top: 44px;
  margin-bottom: 44px;
}

.p-44 {
  padding: 44px;
}

.px-44 {
  padding-left: 44px;
  padding-right: 44px;
}

.py-44 {
  padding-top: 44px;
  padding-bottom: 44px;
}

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

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

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

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

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

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

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

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

.m-45 {
  margin: 45px;
}

.mx-45 {
  margin-left: 45px;
  margin-right: 45px;
}

.my-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.p-45 {
  padding: 45px;
}

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

.py-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

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

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

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

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

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

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

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

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

.m-48 {
  margin: 48px;
}

.mx-48 {
  margin-left: 48px;
  margin-right: 48px;
}

.my-48 {
  margin-top: 48px;
  margin-bottom: 48px;
}

.p-48 {
  padding: 48px;
}

.px-48 {
  padding-left: 48px;
  padding-right: 48px;
}

.py-48 {
  padding-top: 48px;
  padding-bottom: 48px;
}

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

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

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

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

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

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

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

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

.m-50 {
  margin: 50px;
}

.mx-50 {
  margin-left: 50px;
  margin-right: 50px;
}

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.p-50 {
  padding: 50px;
}

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

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

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

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

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

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

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

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

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

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

.m-55 {
  margin: 55px;
}

.mx-55 {
  margin-left: 55px;
  margin-right: 55px;
}

.my-55 {
  margin-top: 55px;
  margin-bottom: 55px;
}

.p-55 {
  padding: 55px;
}

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

.py-55 {
  padding-top: 55px;
  padding-bottom: 55px;
}

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

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

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

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

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

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

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

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

.m-64 {
  margin: 64px;
}

.mx-64 {
  margin-left: 64px;
  margin-right: 64px;
}

.my-64 {
  margin-top: 64px;
  margin-bottom: 64px;
}

.p-64 {
  padding: 64px;
}

.px-64 {
  padding-left: 64px;
  padding-right: 64px;
}

.py-64 {
  padding-top: 64px;
  padding-bottom: 64px;
}

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

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

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

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

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

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

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

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

.m-67 {
  margin: 67px;
}

.mx-67 {
  margin-left: 67px;
  margin-right: 67px;
}

.my-67 {
  margin-top: 67px;
  margin-bottom: 67px;
}

.p-67 {
  padding: 67px;
}

.px-67 {
  padding-left: 67px;
  padding-right: 67px;
}

.py-67 {
  padding-top: 67px;
  padding-bottom: 67px;
}

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

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

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

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

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

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

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

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

.m-70 {
  margin: 70px;
}

.mx-70 {
  margin-left: 70px;
  margin-right: 70px;
}

.my-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.p-70 {
  padding: 70px;
}

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

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

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

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

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

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

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

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

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

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

.m-72 {
  margin: 72px;
}

.mx-72 {
  margin-left: 72px;
  margin-right: 72px;
}

.my-72 {
  margin-top: 72px;
  margin-bottom: 72px;
}

.p-72 {
  padding: 72px;
}

.px-72 {
  padding-left: 72px;
  padding-right: 72px;
}

.py-72 {
  padding-top: 72px;
  padding-bottom: 72px;
}

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

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

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

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

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

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

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

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

.m-75 {
  margin: 75px;
}

.mx-75 {
  margin-left: 75px;
  margin-right: 75px;
}

.my-75 {
  margin-top: 75px;
  margin-bottom: 75px;
}

.p-75 {
  padding: 75px;
}

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

.py-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

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

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

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

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

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

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

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

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

.m-76 {
  margin: 76px;
}

.mx-76 {
  margin-left: 76px;
  margin-right: 76px;
}

.my-76 {
  margin-top: 76px;
  margin-bottom: 76px;
}

.p-76 {
  padding: 76px;
}

.px-76 {
  padding-left: 76px;
  padding-right: 76px;
}

.py-76 {
  padding-top: 76px;
  padding-bottom: 76px;
}

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

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

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

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

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

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

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

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

.m-80 {
  margin: 80px;
}

.mx-80 {
  margin-left: 80px;
  margin-right: 80px;
}

.my-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.p-80 {
  padding: 80px;
}

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

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

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

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

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

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

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

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

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

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

.m-82 {
  margin: 82px;
}

.mx-82 {
  margin-left: 82px;
  margin-right: 82px;
}

.my-82 {
  margin-top: 82px;
  margin-bottom: 82px;
}

.p-82 {
  padding: 82px;
}

.px-82 {
  padding-left: 82px;
  padding-right: 82px;
}

.py-82 {
  padding-top: 82px;
  padding-bottom: 82px;
}

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

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

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

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

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

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

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

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

.m-84 {
  margin: 84px;
}

.mx-84 {
  margin-left: 84px;
  margin-right: 84px;
}

.my-84 {
  margin-top: 84px;
  margin-bottom: 84px;
}

.p-84 {
  padding: 84px;
}

.px-84 {
  padding-left: 84px;
  padding-right: 84px;
}

.py-84 {
  padding-top: 84px;
  padding-bottom: 84px;
}

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

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

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

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

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

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

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

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

.m-90 {
  margin: 90px;
}

.mx-90 {
  margin-left: 90px;
  margin-right: 90px;
}

.my-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}

.p-90 {
  padding: 90px;
}

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

.py-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

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

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

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

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

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

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

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

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

.m-96 {
  margin: 96px;
}

.mx-96 {
  margin-left: 96px;
  margin-right: 96px;
}

.my-96 {
  margin-top: 96px;
  margin-bottom: 96px;
}

.p-96 {
  padding: 96px;
}

.px-96 {
  padding-left: 96px;
  padding-right: 96px;
}

.py-96 {
  padding-top: 96px;
  padding-bottom: 96px;
}

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

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

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

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

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

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

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

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

.m-100 {
  margin: 100px;
}

.mx-100 {
  margin-left: 100px;
  margin-right: 100px;
}

.my-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.p-100 {
  padding: 100px;
}

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

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

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

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

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

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

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

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

.m-105 {
  margin: 105px;
}

.mx-105 {
  margin-left: 105px;
  margin-right: 105px;
}

.my-105 {
  margin-top: 105px;
  margin-bottom: 105px;
}

.p-105 {
  padding: 105px;
}

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

.py-105 {
  padding-top: 105px;
  padding-bottom: 105px;
}

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

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

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

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

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

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

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

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

.m-110 {
  margin: 110px;
}

.mx-110 {
  margin-left: 110px;
  margin-right: 110px;
}

.my-110 {
  margin-top: 110px;
  margin-bottom: 110px;
}

.p-110 {
  padding: 110px;
}

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

.py-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}

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

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

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

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

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

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

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

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

.m-122 {
  margin: 122px;
}

.mx-122 {
  margin-left: 122px;
  margin-right: 122px;
}

.my-122 {
  margin-top: 122px;
  margin-bottom: 122px;
}

.p-122 {
  padding: 122px;
}

.px-122 {
  padding-left: 122px;
  padding-right: 122px;
}

.py-122 {
  padding-top: 122px;
  padding-bottom: 122px;
}

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

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

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

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

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

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

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

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

.m-123 {
  margin: 123px;
}

.mx-123 {
  margin-left: 123px;
  margin-right: 123px;
}

.my-123 {
  margin-top: 123px;
  margin-bottom: 123px;
}

.p-123 {
  padding: 123px;
}

.px-123 {
  padding-left: 123px;
  padding-right: 123px;
}

.py-123 {
  padding-top: 123px;
  padding-bottom: 123px;
}

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

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

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

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

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

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

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

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

.m-124 {
  margin: 124px;
}

.mx-124 {
  margin-left: 124px;
  margin-right: 124px;
}

.my-124 {
  margin-top: 124px;
  margin-bottom: 124px;
}

.p-124 {
  padding: 124px;
}

.px-124 {
  padding-left: 124px;
  padding-right: 124px;
}

.py-124 {
  padding-top: 124px;
  padding-bottom: 124px;
}

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

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

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

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

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

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

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

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

.m-126 {
  margin: 126px;
}

.mx-126 {
  margin-left: 126px;
  margin-right: 126px;
}

.my-126 {
  margin-top: 126px;
  margin-bottom: 126px;
}

.p-126 {
  padding: 126px;
}

.px-126 {
  padding-left: 126px;
  padding-right: 126px;
}

.py-126 {
  padding-top: 126px;
  padding-bottom: 126px;
}

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

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

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

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

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

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

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

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

.m-120 {
  margin: 120px;
}

.mx-120 {
  margin-left: 120px;
  margin-right: 120px;
}

.my-120 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.p-120 {
  padding: 120px;
}

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

.py-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

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

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

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

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

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

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

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

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

.m-130 {
  margin: 130px;
}

.mx-130 {
  margin-left: 130px;
  margin-right: 130px;
}

.my-130 {
  margin-top: 130px;
  margin-bottom: 130px;
}

.p-130 {
  padding: 130px;
}

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

.py-130 {
  padding-top: 130px;
  padding-bottom: 130px;
}

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

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

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

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

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

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

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

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

.m-132 {
  margin: 132px;
}

.mx-132 {
  margin-left: 132px;
  margin-right: 132px;
}

.my-132 {
  margin-top: 132px;
  margin-bottom: 132px;
}

.p-132 {
  padding: 132px;
}

.px-132 {
  padding-left: 132px;
  padding-right: 132px;
}

.py-132 {
  padding-top: 132px;
  padding-bottom: 132px;
}

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

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

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

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

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

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

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

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

.m-145 {
  margin: 145px;
}

.mx-145 {
  margin-left: 145px;
  margin-right: 145px;
}

.my-145 {
  margin-top: 145px;
  margin-bottom: 145px;
}

.p-145 {
  padding: 145px;
}

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

.py-145 {
  padding-top: 145px;
  padding-bottom: 145px;
}

/* Reponsive
-------------------------------------------------------------- */
.show-desktop {
  display: block;
}

.mobile-logo {
  display: none;
}

.icon_dashboard,
.menu-mobile {
  display: none;
}

.show-destop {
  display: block;
}

@media only screen and (max-width: 1600px) {
  .header.style2 .main-nav {
    left: 16%;
  }
}
@media only screen and (max-width: 1440px) {
  .sl-product-4 {
    margin-left: 0;
  }
  .home1 .testimonial-wrapper .swiper-next-testimonial {
    right: 15px;
  }
  .home1 .testimonial-wrapper .swiper-prev-testimonial {
    left: 15px;
  }
  .delivery-method .box {
    padding-right: 15px !important;
  }
  .delivery-method .box:nth-child(4) {
    padding-right: 0 !important;
  }
  .delivery-method .tf-button {
    padding: 6px 20px;
  }
  .delivery-method {
    padding: 30px;
  }
  .subscribe.style2,
  .content-box.style3 {
    padding: 30px;
  }
  .content-box .list li {
    margin-right: 10px;
  }
  p.pr-90 {
    padding-right: 0;
  }
  .pr-110 {
    padding-right: 0;
  }
  .header.style2 .right, .header.style2.topbar .action {
    display: none;
  }
  .header.style2 .main-nav {
    left: auto;
    right: 15px;
  }
  .counter_wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }
  .counter_wrapper .box {
    padding: 20px 20px !important;
  }
/*  .about-box .content {
    padding: 64px 30px 160px 40px;
  }*/
  .swiper-btn.btn-prev-product {
    left: 0;
  }
  .swiper-btn.btn-next-product {
    right: 0;
  }
  .about-inner.style3,
  .about-inner.style1,
  .about-inner.style2,
  .about-inner {
    padding: 60px 60px;
  }
}
@media only screen and (max-width: 1200px) {
  .product-item .inner {
    padding: 30px 16px 20px 30px;
  }
  .product-item .tf-button {
    padding: 6px 16px;
  }
  .icon-list.style2 {
    margin: 0;
  }
  .product-5 .content {
    padding: 30px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
  }
  .product-5 .content p {
    margin-bottom: 20px !important;
  }
  .product-4 .tf-button {
    padding: 6px 20px;
  }
  .delivery-method {
    flex-wrap: wrap;
    padding: 30px 30px 10px;
  }
  .delivery-method .box {
    width: calc((100% - 30px) / 2) !important;
    margin-bottom: 20px;
  }
  .delivery-method .box:nth-child(4) {
    justify-content: center !important;
  }
  .book-table {
    padding: 80px 30px;
  }
  .content-box.pd-50 {
    padding: 20px;
  }
  .content-box h3 {
    font-size: 30px;
    line-height: 1.1;
  }
  .about-content {
    padding: 30px !important;
  }
  .about-content .inner-box {
    padding: 60px 30px;
    max-width: 280px;
  }
  .about-content .title {
    font-size: 38px;
  }
  .content-box.style2 {
    padding: 60px 30px;
  }
  .content-box.style3 {
    padding: 30px;
  }
  .content-box .pr-35 {
    padding-right: 0;
  }
  .content-box.pl-82, .content-box.pl-96 {
    padding-left: 30px;
  }
  .content-box.pr-84 {
    padding-right: 30px;
  }
  .content-box.pt-40 {
    padding-top: 40px;
  }
  .content-box.pb-124, .content-box.pb-132 {
    padding-bottom: 30px;
  }
  .content-box.pl-84 {
    padding-left: 30px;
  }
  .content-box.pr17 {
    padding-right: 30px;
  }
  .content-box h2 {
    font-size: 40px;
  }
  .icon-box.style2 {
    padding: 30px;
  }
  .slider-page-style2 .right .box.style .content {
    padding-left: 100px;
  }
  .slider-page-style2 .right .box .content h3,
  .slider-page-style2 .right .box.style .content h3 {
    font-size: 30px;
    line-height: 1.1;
  }
  .slider-page-style2 .right .box {
    padding: 30px 20px;
  }
  .slider-page-style2 .slide-inner .content h2,
  .slider-page-style2 .slide-inner .image h2 {
    font-size: 50px;
    line-height: 1.1;
  }
  .post .image .tag {
    padding: 10px 15px;
  }
  .post .image .tag li:nth-child(1) {
    margin-right: 10px;
  }
  .banner-1 .content p::nth-child(1) {
    font-size: 30px;
  }
  .banner-1 .content p::nth-child(2) {
    font-size: 45px;
  }
  .banner-1 .content p::nth-child(3) {
    font-size: 60px;
  }


  .location-box {
    padding: 30px;
  }
  .content-offer .list li {
    width: calc((100% - 15px) / 2);
  }
}
@media only screen and (max-width: 991px) {
  img.item-snack-bottom,
  .show-desktop {
    display: none;
  }
  .item-box .image img:first-child {
    width: 100%;
    height: 360px;
    object-fit: cover;
  }
  .slider-page .slide-inner .image {
    position: relative;
  }
  .slider-page .slide-inner .image::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    opacity: 0.45;
  }
  .flat-tabs.style3 .content-tab .content-inner > div {
    width: calc((100% - 30px) / 2);
  }
  .flat-tabs.style3 .menu-tab {
    flex-wrap: wrap;
  }
  .flat-tabs.style2 .content-tab .content-inner > div {
    width: calc((100% - 30px) / 2);
  }
  .flat-tabs.style2 .menu-tab {
    padding: 0 40px;
    flex-wrap: wrap;
  }
  .flat-tabs.style2 .menu-tab li {
    padding: 20px 0;
  }
  .sl-product-wrapper.sl-product-wrapper {
    padding: 0;
  }
  .flat-tabs .content-tab .content-inner > div {
    width: 100%;
  }
  .flat-tabs .menu-tab.menu-item-box {
    flex-wrap: wrap;
  }
  .flat-tabs .menu-tab.menu-item-box li {
    width: calc((100% - 60px) / 3);
    margin-bottom: 30px;
  }
  .product-box .content {
    width: 100%;
  }
  .product-box .overlay img {
    object-fit: cover;
  }
  .sl-product-wrapper {
    padding: 0;
  }
  .min-height-400 {
    min-height: 400px;
  }
  .tablet-mb-30 {
    margin-bottom: 30px;
  }
  .faqs .box h5 {
    padding-right: 0 !important;
  }
  .form-book-table fieldset {
    width: calc((100% - 15px) / 2);
  }
  .content-box-style {
    padding: 70px 30px;
  }
  .content-box-style > img {
    width: 30%;
  }
  .tablet-center {
    display: flex;
    align-items: center;
  }
  .tablet-mb-30 {
    margin-bottom: 30px;
  }
  .page-title-inner .icon_1 {
    left: -15%;
    width: 30%;
  }
  .page-title-inner .icon_2 {
    width: 30%;
    right: -15%;
  }
  .subscribe.style1 {
    flex-wrap: wrap;
  }
  .subscribe.style1 .form,
  .subscribe.style1 .content {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .subscribe.style1 .content {
    margin-bottom: 30px;
  }
  .slider-page-style2 {
    flex-wrap: wrap;
  }
  .slider-page-style2 .right .box.style .content {
    padding-left: 40%;
  }
  .slider-page-style2 .right .box {
    padding: 60px 30px;
  }
  .slider-page-style2 .mySwiper1,
  .slider-page-style2 .right {
    width: 100%;
  }
  .header__logo-mobile {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
  }
  #menu-primary-menu {
    padding: 82px 0 40px !important;
  }
  .footer .footer-bottom {
    padding: 10px 0 30px;
  }
  .footer .footer-link {
    flex-wrap: wrap;
  }
  .footer .footer-link li {
    margin-bottom: 8px;
  }
  .banner-1 .wrap-banner {
    flex-wrap: wrap;
  }
  .banner-1 .wrap-banner .image {
    width: 100%;
  }
  .banner-1 .wrap-banner .image img {
    margin: 0 auto;
  }
  .banner-1 .wrap-banner .content {
    width: 100%;
    padding: 40px 15px;
  }
  .counter_wrapper {
    padding: 30px;
  }
  .icon-box {
    padding: 30px 16px;
  }
  .about-box {
    flex-wrap: wrap;
  }
  .about-box .content,
  .about-box .image {
    width: 100%;
  }
/*  .about-box .content {
    padding: 40px 0 160px 0;
  }*/
  .about-box .image {
    width: 100%;
  }
  .about-box .image img {
    width: 100%;
    max-width: 100%;
  }
  .about-inner.style2 .icon-bg.icon_2,
  .about-inner .icon-bg.icon_2 {
    right: -55px;
    bottom: -55px;
  }
  .about-inner.style2 .icon-bg.icon_1,
  .about-inner .icon-bg.icon_1 {
    left: -60px;
    bottom: -60px;
  }
  .mobile-logo {
    width: 196px;
    height: 59px;
  }
  .mobile-logo {
    display: block;
  }
  .swiper-btn,
  .topbar__logo,
  .hide-tablet {
    display: none;
  }

}
@media only screen and (max-width: 767px) {
  .restaurant-form form {
    text-align: center;
  }
  .restaurant-form form .flex {
    justify-content: center;
  }
  .restaurant-form form .flex button {
    margin-right: 15px;
  }
  .book-table {
    padding: 60px 15px;
  }
  .page-title-inner .bg-page-title-inner img {
    object-fit: cover;
  }
  .cart .content {
    left: -100px;
  }
  .content-box.pd-50 {
    padding: 50px 30px;
  }
  .icon-box .top .left {
    padding-top: 0;
  }
  .home2 .subscribe.style2 {
    padding: 60px 30px;
  }
  .home2 .subscribe.style2 .icon {
    top: 0;
  }
  .pl-145 {
    padding-left: 0;
  }
  .content-box.style4 {
    padding: 30px;
  }
  .post-details .comments .comment.mb-67 {
    margin-bottom: 30px;
  }
  .post-details .wrap-tag {
    padding: 20px 32px;
  }
  .post-details .wrap-tag .tags {
    margin-bottom: 8px;
  }
  .post-details .content .inner {
    padding: 30px;
  }
  .post-details .tag {
    padding: 10px 24px;
  }
  .tab-style2 ul {
    flex-wrap: wrap;
  }
  .tab-style2 ul li {
    padding: 10px 0;
  }
  .flat-tabs.style4 .content-tab .content-inner .image {
    padding: 60px 30px;
  }
  .tf-section.mobile-pb-0 {
    padding-bottom: 0 !important;
  }
  .min-height-200 {
    min-height: 200px;
    object-fit: cover;
  }
  .testimonial-wrapper .testimonial-list.style2 ul li {
    margin: 0 2px;
  }
  .testimonial-wrapper .testimonial-list.style2 ul li:first-child {
    margin-left: 0;
  }
  .testimonial-wrapper .testimonial-list.style2 ul li:last-child {
    margin-right: 0;
  }
  .testimonial-wrapper .testimonial-list.style2 ul li a {
    width: 50px;
    height: 50px;
  }
  section.pt-130 {
    padding-top: 70px;
  }
  .mobile-pr0 {
    padding-right: 0 !important;
  }
  .min-height-300 {
    min-height: 300px;
  }
  .content-box .button {
    width: 80px;
    height: 80px;
    min-width: auto;
  }
  .slider-page-style2 .slide-inner .image {
    width: 40%;
  }
  .slider-page-style2 .slide-inner .content {
    width: 60%;
  }
  .slider-page-style2 .slide-inner .content h2 {
    font-size: 36px;
  }
  .item-box .content {
    padding: 30px 30px 60px;
  }
  .icon-list.style3 li.style {
    width: 100%;
    padding-right: 0;
  }
  .about-content .content.pl-15 {
    padding-left: 0;
  }
  .testimonial-wrapper.style3 .testimonial-list ul li {
    margin: 0 2px;
  }
  .testimonial-wrapper.style3 .testimonial-list ul li:first-child {
    margin-left: 0;
  }
  .testimonial-wrapper.style3 .testimonial-list ul li:last-child {
    margin-right: 0;
  }
  .testimonial-wrapper.style3 .testimonial-list ul li a {
    width: 50px;
    height: 50px;
  }
  .page_404 {
    padding: 60px 0;
  }
  .info-details .info li {
    width: 100%;
  }
  .info-details {
    margin: 0 0 0;
    padding: 0;
  }
  .mobile-flex-start {
    justify-content: flex-start !important;
  }
  .job-box {
    padding: 30px;
    flex-wrap: wrap;
  }
  .job-box ul {
    display: block;
  }
  .job-box ul li:nth-child(1) {
    padding-left: 23px;
  }
  .job-box ul li:nth-child(1)::before {
    display: block;
  }
  .job-box > div {
    width: 100% !important;
  }
  .job-box .tf-button {
    margin-top: 0;
  }
  p.pr-40 {
    padding-right: 0;
  }
  .product-5 .content {
    padding: 40px 40px;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
  }
  .product-5 .content p {
    margin-bottom: 30px !important;
  }
  .flat-tabs.style3 .content-tab .content-inner > div,
  .flat-tabs.style2 .content-tab .content-inner > div {
    width: 100%;
  }
  .tf-section.pt-158 {
    padding-top: 100px !important;
  }
  .delivery-method .box {
    width: 100% !important;
  }
  .content-offer {
    padding: 630p 40pxx;
  }
  h2,
  .h2 {
    font-size: 45px;
  }
  .mobile-mb-10 {
    margin-bottom: 10px;
  }
  .product-box ul {
    margin: 0;
    padding-left: 20px;
  }
  .product-box ul li {
    font-size: 17px;
  }
  .product-box ul li:nth-child(1) {
    padding-right: 10px;
    margin-right: 10px;
  }
  .product-box ul li:nth-child(2) {
    margin-right: 10px;
  }
  .product-box {
    padding: 40px 15px 40px 20px;
  }
  .testimonial-wrapper .testimonial-slider .testimonial-item-style2 .img-bg {
    display: none;
  }
  .testimonial-wrapper .testimonial-slider .testimonial-item-style2 {
    padding: 40px 30px;
  }
  .pb-130 {
    padding-bottom: 70px;
  }
  .restaurant-section .img-bg img {
    object-fit: cover;
  }
  .mobile-mb0 {
    margin-bottom: 0 !important;
  }
  .question .content {
    padding: 60px 30px 30px;
  }
  .mb-126 {
    margin-bottom: 40px;
  }
  .question {
    flex-wrap: wrap;
  }
  .question .content {
    width: 100%;
    text-align: center;
  }
  .question .content > .flex {
    justify-content: center;
  }
  .question .bg {
    position: relative;
    right: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .question .bg img {
    width: 100%;
  }
  .tf-section.mobile-mb70 {
    margin-bottom: 70px !important;
  }
  .form-comment.style fieldset {
    width: 100%;
  }
  .post-details .comments .form-comment fieldset {
    width: 100%;
  }
  .wrap-box {
    flex-wrap: wrap;
  }
  .wrap-box .w50 {
    width: 100%;
  }
  .subscribe.style1 {
    padding: 30px;
  }
  .form-book-table fieldset {
    width: 100%;
  }
  .tf-button {
    padding: 6px 20px;
  }
  .content.mt--25 {
    margin-top: 0;
  }
  .mobile-mb-30 {
    margin-bottom: 30px;
  }
  .about-content.flex {
    display: block;
  }
  .about-content .inner-box,
  .about-content .content {
    width: 100%;
    max-width: 100%;
  }
  .page-title-inner .title {
    font-size: 50px;
  }
  .mobile-h-auto {
    height: auto !important;
  }
  .subscribe .pl-120 {
    padding-left: 0;
  }
  .image-wraper {
    flex-wrap: wrap;
  }
  .image-wraper .image {
    width: 100%;
  }
  .flex.mobile-block {
    display: block;
  }
  .button.ml-15 {
    margin-left: 0;
    margin-top: 15px;
  }
  .header.style2 .site-header-inner .right {
    justify-content: space-between;
    width: 100%;
  }
  .header.style2 .hamburger {
    display: none;
  }
  .header.style2 .topbar .action li a {
    width: 35px;
    height: 35px;
    margin: 0 1px;
  }
  .header.style2 .dropdown.mr-40 {
    margin-right: 0;
  }
  .banner-1.style2,
  .banner-1 {
    margin-top: 0;
  }
  .testimonial-wrapper .testimonial-list ul {
    flex-wrap: wrap;
  }
  .testimonial-wrapper .testimonial-list ul li {
    margin-bottom: 10px;
  }
  .footer .footer-bottom {
    flex-wrap: wrap;
    padding-top: 30px;
  }
  .footer .footer-bottom .copyright {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .footer .footer-bottom .payment-methods {
    width: 100%;
    justify-content: center;
  }
  .subscribe {
    flex-wrap: wrap;
    padding: 30px;
  }
  .subscribe .icon {
    position: relative;
    left: 0;
    margin-bottom: 20px;
  }
  .subscribe .form,
  .subscribe .content {
    width: 100%;
  }
  .subscribe .content {
    margin-bottom: 30px;
    padding-right: 0;
  }
  .subscribe .form {
    padding-left: 0;
  }
  .subscribe .form form {
    max-width: 100%;
  }
  .banner-1 .content p:nth-child(1) {
    font-size: 30px;
    line-height: 20px;
  }
  .banner-1 .content p:nth-child(2) {
    font-size: 40px;
    line-height: 30px;
  }
  .banner-1 .content p:nth-child(3) {
    font-size: 50px;
    line-height: 40px;
  }
  .testimonial-wrapper .testimonial-slider .testimonial-item {
    padding: 0;
  }
  .counter_wrapper {
    flex-wrap: wrap;
  }
  .counter_wrapper .box {
    width: 50%;
    border: none;
  }
  .counter_wrapper .box::after {
    display: none;
  }
  .mobile-mb30 {
    margin-bottom: 30px;
  }
  .icon-list li {
    width: 100%;
  }
  .mobile-justify-start {
    justify-content: flex-start !important;
  }
  .product-item .image {
    width: 100%;
    min-height: auto;
    height: 250px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
  .product-item .content {
    width: 100%;
    padding-right: 200px;
  }
  .product-item .inner {
    padding: 30px;
    flex-direction: column-reverse;
  }
  .mobile-pt0 {
    padding-top: 0;
  }
  .tf-section {
    padding: 70px 0 !important;
  }
  .tf-section.pb-0 {
    padding-bottom: 0 !important;
  }
  .post.mb-76 {
    margin-bottom: 40px;
  }
  .about-inner.style3,
  .about-inner.style2,
  .about-inner {
    padding: 60px 0px;
  }
  .mySwiper2 .swiper-slide {
    border: none;
  }
  .slider-page .slide-inner {
    position: relative;
    padding: 20px 0;
    display: flex;
    align-items: center;
    border-radius: 20px;
    overflow: hidden;
  }
  .slider-page .slide-inner .content {
    padding: 40px 20px;
    position: relative;
  }
  .slider-page .slide-inner .image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .slider-page .slide-inner .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .slider-page .slide-inner .content {
    font-size: 30px;
    margin-bottom: 16px;
  }
  .topbar .topbar-info .action li a {
    margin: 0 1px;
  }
  .topbar .topbar-info .action {
    margin-right: auto;
    padding: 0 10px;
  }
  .mobile-mb-0 {
    margin-bottom: 0 !important;
  }
  .show-desktop {
    display: none;
  }
  .hide-mobile {
    display: none !important;
  }
}
@media only screen and (max-width: 600px) {
  .content-offer .list,
  .content-offer .ic-list {
    flex-wrap: wrap;
  }
  .content-offer .list li,
  .content-offer .ic-list li {
    margin-bottom: 10px;
    width: 100%;
  }
  .content-offer .list li:last-child,
  .content-offer .ic-list li:last-child {
    margin-bottom: 0;
  }
  .counter_wrapper .box {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .flat-tabs.style4 .menu-tab li {
    padding: 20px;
    width: calc((100% - 30px) / 3);
  }
  .product-item-style2 {
    display: block !important;
  }
  .product-item-style2 .icon {
    margin-bottom: 15px;
  }
  .flat-tabs .menu-tab.menu-item-box {
    flex-wrap: wrap;
  }
  .flat-tabs .menu-tab.menu-item-box li {
    width: calc((100% - 30px) / 2);
  }
  .header.style2 .topbar .action {
    margin-right: 15px;
  }
  .product-item .overlay-2 {
    height: 1200px;
    right: -675px;
  }
  .product-item .content {
    padding-right: 60px;
  }
}
html {
  margin-right: 0 !important;
}

/* latin-ext */
@font-face {
  font-family: "Aspekta 650", sans-serif !important;;
  font-style: italic;
  font-weight: 100 1000;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v15/rP2Fp2ywxg089UriCZa4ET-DNl0.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Aspekta 650", sans-serif !important;;
  font-style: italic;
  font-weight: 100 1000;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v15/rP2Fp2ywxg089UriCZa4Hz-D.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Aspekta 650", sans-serif !important;;
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v15/rP2Hp2ywxg089UriCZ2IHSeH.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Aspekta 650", sans-serif !important;;
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v15/rP2Hp2ywxg089UriCZOIHQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Aspekta 650", sans-serif !important;;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  color: #666666;
}

.reverse {
  transform: rotate(180deg);
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-x-auto::-webkit-scrollbar {
  display: none;
}

.smooth {
  scroll-behavior: smooth;
}

/* width */
::-webkit-scrollbar {
  width: 4px;
  height: 67px;
  position: relative;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

.fixed {
  position: fixed;
  overflow: hidden;
}

.hiden {
  overflow: hidden;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #f5a81c;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #f5a81c;
}

.inner-page::-webkit-scrollbar-thumb {
  background: #5edda0;
}

img {
  max-width: 100%;
  height: auto;
  transform: scale(1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Aspekta 650", sans-serif;
  font-weight: 600;
  color: #fff;
}

h1,
.h1 {
  font-size: 60px;
  line-height: 1.2;
}

h2,
.h2 {
  font-size: 50px;
  line-height: 1.1;
}

h3,
.h3 {
  font-size: 44px;
  line-height: 56px;
}

h4,
.h4 {
  font-size: 35px;
  line-height: 1.2;
}

h5,
.h5 {
  font-size: 25px;
  line-height: 1.2;
}

h6,
.h6 {
  font-size: 20px;
  line-height: 1.6;
}

.h7,
.h8 {
  font-family: "Chakra Petch", sans-serif;
  font-weight: 700;
  color: #fff;
}

.h7 {
  font-size: 24px;
  line-height: 1.33;
}
.h7.st {
  font-family: "Aspekta 650", sans-serif !important;, sans-serif;
  font-weight: 500;
}

.h8 {
  font-size: 20px;
  line-height: 1.3;
}
.h8.st {
  font-family: "Aspekta 650", sans-serif !important;, sans-serif;
  font-weight: 500;
}

.fz-40 {
  font-size: 40px;
}

p {
  margin-bottom: 0;
}

.padding-0 {
  padding: 0 !important;
}

.radius-16 {
  border-radius: 16px;
}

.font2 {
  font-family: "Aspekta 650", sans-serif !important;;
}

.radius-24 {
  border-radius: 24px;
}

.radius-35 {
  border-radius: 35px;
}

.left-auto {
  margin-left: auto;
}

.width-full {
  width: 100%;
}

.bg-2 {
  background-color: #dc0505;
}

.h50 {
  height: 50px;
}

.color-3 {
  color: #2d3c4b;
}

.color-7 {
  color: #999999;
}

.color-main {
  color: #f5a81c;
}

.font_600 {
  font-weight: 600;
}

.font_bold {
  font-weight: bold;
}

.color-2 {
  color: #dc0505;
}

.color-5 {
  color: #ededed;
}

.color-6 {
  color: #fff4ea;
}

.bg-6 {
  background-color: #F6F5F2;
}

.container {
  max-width: 1200px;
}
.container.w_1890 {
  max-width: 1890px;
}
.container.w_1374 {
  max-width: 1374px;
}
.container.w_1290 {
  max-width: 1290px;
}
.container.w_1650 {
  max-width: 1650px;
}
.container.w_1210 {
  max-width: 1210px;
}
.container.w_1920 {
  max-width: 1920px;
}
.container.w_1450 {
  max-width: 1450px;
}
.container.w_1950 {
  max-width: 1950px;
}
.container.w_1870 {
  max-width: 1870px;
}
.container.pd0 {
  padding: 0;
}

.z-index {
  z-index: 999;
}

.white {
  color: #fff;
}

.gradient {
/*  background-image: linear-gradient(90deg, rgb(12, 12, 12) 0%, rgb(54, 53, 53) 100%);*/
background-color: #2d3c4b;
}

.gradient-2 {
  background-image: linear-gradient(90deg, rgb(202, 2, 3) 0%, rgb(255, 0, 1) 100%);
}

.gradient-3 {
  background-image: linear-gradient(90deg, rgb(20, 59, 167) 0%, rgb(56, 96, 209) 100%);
}

.gradient-4 {
  background-image: linear-gradient(90deg, rgb(225, 118, 3) 0%, rgb(246, 179, 57) 100%);
}

.gradient-5 {
  background-image: linear-gradient(90deg, rgb(169, 0, 1) 0%, rgb(237, 43, 44) 100%);
}

.gradient-6 {
  background-image: linear-gradient(90deg, rgb(175, 4, 5) 0%, rgb(234, 41, 42) 99%);
}

.gradient-7 {
  background-image: linear-gradient(0deg, rgb(12, 12, 12) 0%, rgb(54, 53, 53) 100%);
}

figure {
  margin-bottom: 0;
}

#wrapper {
  overflow: hidden !important;
  position: relative;
  width: 100%;
  height: 100%;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

ul,
li {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: unset;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  display: inline-block;
}
a:hover {
  color: #f5a81c;
  transition: all 0.3s;
}

.center {
  text-align: center;
}

.text-right {
  text-align: right;
}

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

.capitalize {
  text-transform: capitalize;
}

.container {
  width: 100%;
  margin: auto;
}

.container-fluid,
.container {
  padding-left: 15px;
  padding-right: 15px;
}

.radius-10 {
  border-radius: 10px;
}

.radius-4 {
  border-radius: 4px;
}

.right {
  text-align: right;
}

textarea,
input {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 15px;
  width: 100%;
  border-radius: 25px;
  color: #0c0c0c;
  font-family: "Aspekta 650", sans-serif !important;;
  background-color: rgb(255, 255, 255);
}
textarea::placeholder,
input::placeholder {
  color: #0c0c0c !important;
  font-family: "Aspekta 650", sans-serif !important;;
}

textarea {
  padding: 14px 25px 24px;
}

input {
  padding: 5px 25px;
  height: 50px;
}

button {
  outline: none;
  border: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

textarea::placeholder,
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=time]::placeholder,
input[type=week]::placeholder,
input[type=number]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=color]::placeholder {
  color: #666666;
  font-family: "Aspekta 650", sans-serif;
}

/* Scroll Top
-------------------------------------------------------------- */
#scroll-top {
  box-shadow: 0px 8px 27px 0px rgba(0, 0, 0, 0.2);
  position: fixed;
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 4px;
  text-align: center;
  z-index: 999;
  right: 14px;
  bottom: 23px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid #f5a81c;
  background-color: #f5a81c;
}

#scroll-top.show {
  right: 15px;
  opacity: 1;
  visibility: visible;
}

#scroll-top:before,
#scroll-top:after {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#scroll-top:before {
  z-index: -1;
}

#scroll-top:after {
  content: "\f077";
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}

#scroll-top:hover {
  transform: translateY(-7%);
}

/* PreLoad
-------------------------------------------------------------- */
.preload {
  overflow: hidden;
}

.preload-container {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99999999999;
  display: block;
  overflow: hidden;
}

.preload-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 180px;
  height: 50px;
  z-index: 100;
  margin: -25px 0 0 -90px;
  background: #ffffff;
  background-image: url("../../assets/images/logo/preload.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  animation: preload 1.2s linear infinite alternate;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

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

@keyframes lod {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.tf-section {
  z-index: 2;
  position: relative;
  padding: 122px 0;
  margin-bottom: 0 !important;
}
.tf-section.pt-112 {
  padding-top: 112px;
}
.tf-section.pb-62 {
  padding-bottom: 62px;
}
.tf-section.pt-158 {
  padding-top: 158px;
}
.tf-section.pb-62 {
  padding-bottom: 62px;
}
.tf-section.pt-118 {
  padding-top: 118px;
}
.tf-section.pt-75 {
  padding-top: 75px;
}
.tf-section.pt-105 {
  padding-top: 105px;
}
.tf-section.pb-72 {
  padding-bottom: 72px;
}
.tf-section.pt-118 {
  padding-top: 118px;
}
.tf-section.pb-124 {
  padding-bottom: 124px;
}
.tf-section.pb-130 {
  padding-bottom: 130px;
}
.tf-section.pt-67 {
  padding-top: 67px;
}
.tf-section.pb-58 {
  padding-bottom: 58px;
}
.tf-section.pb-120 {
  padding-bottom: 120px;
}
.tf-section.pb-75 {
  padding-bottom: 75px;
}
.tf-section.pt-115 {
  padding-top: 115px;
}
.tf-section.pt-130 {
  padding-top: 130px;
}
.tf-section.pb-134 {
  padding-bottom: 134px;
}
.tf-section.pt-125 {
  padding-top: 125px;
}
.tf-section.pb-104 {
  padding-bottom: 104px;
}
.tf-section.pb-45 {
  padding-bottom: 45px;
}
.tf-section.pb-100 {
  padding-bottom: 100px;
}
.tf-section.pt-72 {
  padding-top: 72px;
}

/* @Keyframe */
@keyframes rotating {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}


/*Franchise Header css*/


  @media screen and (max-width: 767px) {
  .box-blur {
    height: 250px;
  }


}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .main-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .heading-large {
    text-indent: 0%;
    font-size: 50px;
  }

  .heading-display.hero-size {
    letter-spacing: -.3vh;
    width: 100%;
    font-size: 24.5svw;
  }

  .flex-v {
    width: 100%;
  }

  .box-blur {
    grid-column-gap: 0px;
    background-color: rgba(196, 196, 196, .08);
    height: 250px;
    padding: 20px;
  }

  .data-grid {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-auto-flow: row;
  }

  .inner-logo.grid {
    grid-template-columns: 1fr 1fr;
  }

  .container-full {
    max-width: none;
  }

  .badge-wrap-overlay {
    z-index: 80;
  }

  .grid-navbar {
    flex-flow: column;
  }

  .collection-item---horizontal-scroll {
    padding-left: 0;
    padding-right: 0;
  }

  .thumbs-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}



@keyframes tilt {
    0% {
        transform: rotate(-2deg);
    }

    100% {
        transform: rotate(2deg);
    }
}




@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }

  .w-nav-brand {
    padding-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}

.w-tabs {
  position: relative;
}

.w-tabs:before, .w-tabs:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-tabs:after {
  clear: both;
}

.w-tab-menu {
  position: relative;
}

.w-tab-link {
  vertical-align: top;
  text-align: left;
  cursor: pointer;
  color: #222;
  background-color: #ddd;
  padding: 9px 30px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-tab-link.w--current {
  background-color: #c8c8c8;
}

.w-tab-link:focus {
  outline: 0;
}

.w-tab-content {
  display: block;
  position: relative;
  overflow: hidden;
}

.w-tab-pane {
  display: none;
  position: relative;
}

.w--tab-active {
  display: block;
}

@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}

.container-regular {
  width: 100%;
  max-width: 1480px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}


.grid-navbar {
  grid-template-rows: auto;
  grid-template-columns: 1fr 140px;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}
#w-node-_3fb40f37-6f82-d22b-5f34-13034a1c573e-c662d283 {
  grid-area: 1 / 1 / 2 / 2;
}
.nav-menu {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}
.list-item {
  justify-content: center;
  align-items: center;
  /* width: 100px; */
  margin-bottom: 0;
  display: flex;
}
.button-small {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 28px;
  display: inline-flex;
}
#w-node-_3fb40f37-6f82-d22b-5f34-13034a1c5748-c662d283 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}
.nav-button-wrapper {
  width: 170px;
}
.button-label {
  background-color: var(--black-80);
  border-radius: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: hidden;
  padding-left: 5px;
  padding-right: 5px;
}
.button-arrow {
  background-color: var(--black-80);
  border-radius: 70px;
  justify-content: center;
  align-items: center;
  width: 49px;
  display: flex;
}
.button-arrow.small {
  background-color: var(--black-80);
  width: 28px;
  height: 28px;
}
.label-button-navbar {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Aspekta 650", sans-serif !important;
}

/*.navbar-wrapper.w-nav {
  z-index: 101;
  width: 100vw;
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}*/

.navbar-wrapper {
  width: 100% !important;
}

/*# sourceMappingURL=app.css.map */


