@charset "UTF-8";

.wpcf7-form br {
	display: none;
}
.cs_mcfw p{
  margin:0;
}
textarea.cs_form_field {
	max-height: 140px;
}
.cs_gap_y_50 .col-12{
  margin-top:50px;
}
.cs_gap_y_30 .col-12{
  margin-top:30px;
}
.elementor-widget-text-editor p, .elementor-widget-text-editor ul li,.elementor-widget-text-editor  ol li,.elementor-widget-text-editor  a {
	font-size: inherit;
	line-height: inherit;
	font-family: inherit;
	font-weight: inherit;
  color:inherit;
}
.slick-dots {
	display: flex;
	gap: 8px;
	margin: 0 !important;
	padding: 0 !important;
	margin-top: 50px !important;
	justify-content: center;
	align-items: center;
}
.slick-dots li button {
  background: transparent;
  border: none;
  padding: 0;
  font-size: 0;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  line-height: initial;
  background: var(--color-heading);
}
.cs_pagination .slick-dots {
	margin: 0 !important;
}
.slick-dots li::marker {
  display: none;
}
.slick-dots li {
  font-size: 0;
  padding: 0 !important;
  margin: 0 !important;
}
.slick-dots li.slick-active button,.slick-dots li:hover button {
  background: var(--accent-color);
}

/*--------------------
    Contact Form 
----------------------*/
.form-message {
  margin-bottom: 0;
  text-align: center;
}
.form-message.error {
  margin-top: 20px;
  color: #f80707;
}
.form-message.success {
  margin-top: 20px;
  color: #0d8d2d;
}

.bg-color-primary {
  background-color: var(--color-primary);
}

.bg-color-secondary {
  background-color: var(--color-secondary);
}

.bg-color-white {
  background-color: var(--color-heading);
}

.border-secondary {
  border: 1px solid var(--color-secondary);
}

.transform-rotate-318 {
  transform: rotate(318deg);
}

.radius-circle {
  border-radius: 50%;
}

/*------------------------
    Header Sticky 
--------------------------*/
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto;
  }
}
.background--1 {
  background: var(--background-color-1);
}

.background--2 {
  background: var(--background-color-2) !important;
}

.background--3 {
  background: var(--color-primary-alta) !important;
}

.bg-color--4 {
  background: var(--background-color-4) !important;
}

textarea:focus {
  border-radius: 5px;
  box-shadow: none !important;
}

.attachment {
  background-attachment: fixed;
}

@media only screen and (max-width: 767px) {
  .row-reverce-sm {
    flex-direction: column-reverse;
  }
}

a.over-link {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.btn.rounded {
  border-radius: 33px !important;
}

.social-share-style-1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-share-style-1 ul li {
  margin-right: 10px;
}
.social-share-style-1 ul li a {
  padding: 15px;
  background: var(--color-primary-alta);
}

@media only screen and (min-width: 1400px) {
  .col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
}

.btn.add-community {
  padding: 20px 13px;
  border-radius: 6px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.btn.add-community i {
  margin-left: 10px;
}

p {
  color: var(--color-body);
}

a {
  transition: var(--transition);
}
a:hover {
  color: var(--color-primary);
}

.bg-color--3 {
  background: var(--background-color-3) !important;
}

.bg-color--2 {
  background: var(--background-color-2) !important;
}

.bg-color--1 {
  background: var(--background-color-1) !important;
}

.g-6,
.gx-6 {
  --bs-gutter-x: 6rem;
}

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

.color-white {
  color: var(--color-heading) !important;
}

.nice-select {
  margin-right: 0;
  border: none;
  background: var(--color-primary-alta);
  padding-left: 10px;
}
@media only screen and (max-width: 479px) {
  .nice-select {
    margin-bottom: 0;
  }
}
.nice-select .option {
  margin: 0;
  color: var(--color-heading);
  font-weight: 700;
  transition: var(--transition);
  line-height: inherit;
  min-height: 0;
  font-size: 22px;
  padding: 8px 20px;
}
.nice-select .option.selected {
  font-weight: 700;
  color: var(--color-primary) !important;
}
.nice-select .option.focus {
  background: transparent !important;
  outline: none;
  box-shadow: none;
}
.nice-select .option:hover {
  color: var(--color-primary);
  background: transparent;
}
.nice-select .option + .option {
  border-top: 1px solid var(--color-border);
}
.nice-select.open .list {
  background: var(--color-primary-alta);
}
.nice-select .current {
  color: var(--color-heading);
}
.nice-select::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  margin-top: -5px;
}
.nice-select .list {
  background: transparent;
  box-shadow: none;
  min-width: 200px;
  z-index: 9;
}

.nice-selector-wrapper .nice-select:last-child {
  margin-right: 0;
}

.color-primary {
  color: var(--color-primary) !important;
}

.color-red {
  color: red !important;
}

.color-blue {
  color: blue !important;
}

.color-green {
  color: green !important;
}

.color-yellow {
  color: yellow !important;
}

.color-pink {
  color: pink !important;
}

.color-purple {
  color: purple !important;
}

.color-maroon {
  color: maroon !important;
}

nav.pagination-wrapper {
  display: flex;
  justify-content: center;
}
nav.pagination-wrapper .pagination {
  margin-top: 60px;
  margin-bottom: 0;
  transition: var(--transition);
  background: var(--background-color-1);
  border: 1px solid var(--color-border);
  border-radius: 6px;
}
nav.pagination-wrapper .pagination li {
  margin: 0;
}
nav.pagination-wrapper .pagination li a {
  background: var(--background-color-1);
  border: none;
  color: var(--color-heading);
  padding: 12px 20px;
  margin: 6px;
  border-radius: 6px !important;
}
@media only screen and (max-width: 767px) {
  nav.pagination-wrapper .pagination li a {
    padding: 12px 14px;
  }
}
nav.pagination-wrapper .pagination li a:hover, nav.pagination-wrapper .pagination li a.active {
  background: var(--color-primary);
  color: var(--color-heading) !important;
}
nav.pagination-wrapper .pagination li a:focus {
  background: var(--color-primary);
  border: none;
  box-shadow: none;
}

.grid-metro-item-20 {
  width: 25%;
  padding: 0 15px;
  margin-top: 30px;
}

.grid-metro5 {
  margin: 0 -15px;
}

.up-plus {
  position: relative;
}
.up-plus::after {
  position: absolute;
  content: "\e9b1";
  font-family: "feather" !important;
  top: -9px;
  color: var(--color-primary);
}

.shortby-default {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 575px) {
  .shortby-default {
    justify-content: flex-start;
  }
}
.shortby-default .filter-leble {
  padding-right: 20px;
  display: inline-block;
}
.shortby-default .nice-select {
  width: auto;
  padding-left: 20px;
  padding-right: 40px;
  min-width: 150px;
  display: flex;
  align-items: center;
}
.shortby-default .nice-select::after {
  right: 22px;
  height: 8px;
  width: 8px;
  opacity: 0.5;
}
.shortby-default .nice-select .list {
  min-width: 100%;
  max-height: 300px;
  overflow-y: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shortby-default .nice-select .list {
    left: auto;
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shortby-default .nice-select .list {
    left: auto;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .shortby-default .nice-select .list {
    left: auto;
    right: 0;
  }
}

.theme-color {
  color: var(--color-primary);
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}

p.description {
  font-size: 16px;
  line-height: 28px;
  font-weight: var(--p-regular);
}

.tmp-link-animation a {
  position: relative;
  display: inline-block;
}
.tmp-link-animation li .elementor-icon-list-text,.xa-list-content__title{
  position: relative;
}
.tmp-link-animation li .elementor-icon-list-text::after,.xa-list-content__title a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s;
}
.tmp-link-animation li:hover .elementor-icon-list-text::after,.tmp-link-animation li:hover .xa-list-content__title a::after {
  transform-origin: bottom left;
  transform: scaleX(1);
}
.tmp-hover-link .link {
  position: relative;
  display: inline;
  background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
  background-image: -webkit-linear-gradient(left, currentColor 0%, currentColor 100%);
  background-image: -o-linear-gradient(left, currentColor 0%, currentColor 100%);
  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-size: 0px 2px;
  background-position: 0px 95%;
  -webkit-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -o-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0.1% 0px;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.tmp-hover-link:hover .link {
  background-size: 100% 2px;
  color: inherit;
}

.image-box-hover img {
  transition: var(--transition);
}
.image-box-hover:hover img {
  transform: scale(1.03);
}

.tmp-round-action-btn {
  width: 40px;
  height: 40px;
  line-height: 41px;
  text-align: center;
  border-radius: 100%;
  position: relative;
  z-index: 1;
  background: transparent;
  padding: 0;
  border: 0 none;
  display: block;
  color: #ffffff;
  font-size: 18px;
}
.tmp-round-action-btn::after {
  background: var(--color-primary);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: 0.4s;
  opacity: 0;
  transform: scale(0.8);
  border-radius: 100%;
  z-index: -1;
}
.tmp-round-action-btn:hover::after {
  opacity: 1;
  transform: scale(1);
}

.container-fluid-13 {
  max-width: 1903px;
  padding: 0 50px;
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container-fluid-13 {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .container-fluid-13 {
    padding: 0 15px;
  }
}

.personal-demo-left-fixed .tmp-btn {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tilt-container {
  perspective: 700px;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}

.tilt-card {
  width: 100%;
  height: 100%;
  background-image: url("../images/banner/instructor.png");
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  cursor: pointer;
}

.rolling-text {
  display: inline-block;
  overflow: hidden;
  line-height: 30px;
  height: 21px;
}
.rolling-text .block {
  min-width: max-content;
}

.rolling-text.butn {
  padding: 0 35px;
}

.rolling-text:hover .letter,
.rolling-text.play .letter {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.rolling-text .letter {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  -o-transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}

.letter:nth-child(1) {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.letter:nth-child(2) {
  -webkit-transition-delay: 0.015s;
  -o-transition-delay: 0.015s;
  transition-delay: 0.015s;
}

.letter:nth-child(3) {
  -webkit-transition-delay: 0.03s;
  -o-transition-delay: 0.03s;
  transition-delay: 0.03s;
}

.letter:nth-child(4) {
  -webkit-transition-delay: 0.045s;
  -o-transition-delay: 0.045s;
  transition-delay: 0.045s;
}

.letter:nth-child(5) {
  -webkit-transition-delay: 0.06s;
  -o-transition-delay: 0.06s;
  transition-delay: 0.06s;
}

.letter:nth-child(6) {
  -webkit-transition-delay: 0.075s;
  -o-transition-delay: 0.075s;
  transition-delay: 0.075s;
}

.letter:nth-child(7) {
  -webkit-transition-delay: 0.09s;
  -o-transition-delay: 0.09s;
  transition-delay: 0.09s;
}

.letter:nth-child(8) {
  -webkit-transition-delay: 0.105s;
  -o-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.letter:nth-child(9) {
  -webkit-transition-delay: 0.12s;
  -o-transition-delay: 0.12s;
  transition-delay: 0.12s;
}

.letter:nth-child(10) {
  -webkit-transition-delay: 0.135s;
  -o-transition-delay: 0.135s;
  transition-delay: 0.135s;
}

.letter:nth-child(11) {
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.letter:nth-child(12) {
  -webkit-transition-delay: 0.165s;
  -o-transition-delay: 0.165s;
  transition-delay: 0.165s;
}

.letter:nth-child(13) {
  -webkit-transition-delay: 0.18s;
  -o-transition-delay: 0.18s;
  transition-delay: 0.18s;
}

.letter:nth-child(14) {
  -webkit-transition-delay: 0.195s;
  -o-transition-delay: 0.195s;
  transition-delay: 0.195s;
}

.letter:nth-child(15) {
  -webkit-transition-delay: 0.21s;
  -o-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.letter:nth-child(16) {
  -webkit-transition-delay: 0.225s;
  -o-transition-delay: 0.225s;
  transition-delay: 0.225s;
}

.letter:nth-child(17) {
  -webkit-transition-delay: 0.24s;
  -o-transition-delay: 0.24s;
  transition-delay: 0.24s;
}

.letter:nth-child(18) {
  -webkit-transition-delay: 0.255s;
  -o-transition-delay: 0.255s;
  transition-delay: 0.255s;
}

.letter:nth-child(19) {
  -webkit-transition-delay: 0.27s;
  -o-transition-delay: 0.27s;
  transition-delay: 0.27s;
}

.letter:nth-child(20) {
  -webkit-transition-delay: 0.285s;
  -o-transition-delay: 0.285s;
  transition-delay: 0.285s;
}

.letter:nth-child(21) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

/*!
Animate.css - http://daneden.me/animate
Version - 3.4.0
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes jump-1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jump-2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40%, 0);
    transform: translate3d(0, 40%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes moveright {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  to {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes moveLeft {
  0% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  to {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
.move-right {
  animation: moveright 1s linear;
}

.move-left {
  animation: moveLeft 1s linear;
}

/* @import'default/text-animation'; */
/**
 * Settings
 */
/**
  * Easings
  */
/**
  * Core
  */
[data-sal] {
  transition-duration: 0.2s;
  transition-delay: 0s;
  transition-duration: var(--sal-duration, 0.2s);
  transition-delay: var(--sal-delay, 0s);
  transition-timing-function: var(--sal-easing, ease);
}

[data-sal][data-sal-duration="200"] {
  transition-duration: 0.2s;
}

[data-sal][data-sal-duration="250"] {
  transition-duration: 0.25s;
}

[data-sal][data-sal-duration="300"] {
  transition-duration: 0.3s;
}

[data-sal][data-sal-duration="350"] {
  transition-duration: 0.35s;
}

[data-sal][data-sal-duration="400"] {
  transition-duration: 0.4s;
}

[data-sal][data-sal-duration="450"] {
  transition-duration: 0.45s;
}

[data-sal][data-sal-duration="500"] {
  transition-duration: 0.5s;
}

[data-sal][data-sal-duration="550"] {
  transition-duration: 0.55s;
}

[data-sal][data-sal-duration="600"] {
  transition-duration: 0.6s;
}

[data-sal][data-sal-duration="650"] {
  transition-duration: 0.65s;
}

[data-sal][data-sal-duration="700"] {
  transition-duration: 0.7s;
}

[data-sal][data-sal-duration="750"] {
  transition-duration: 0.75s;
}

[data-sal][data-sal-duration="800"] {
  transition-duration: 0.8s;
}

[data-sal][data-sal-duration="850"] {
  transition-duration: 0.85s;
}

[data-sal][data-sal-duration="900"] {
  transition-duration: 0.9s;
}

[data-sal][data-sal-duration="950"] {
  transition-duration: 0.95s;
}

[data-sal][data-sal-duration="1000"] {
  transition-duration: 1s;
}

[data-sal][data-sal-duration="1050"] {
  transition-duration: 1.05s;
}

[data-sal][data-sal-duration="1100"] {
  transition-duration: 1.1s;
}

[data-sal][data-sal-duration="1150"] {
  transition-duration: 1.15s;
}

[data-sal][data-sal-duration="1200"] {
  transition-duration: 1.2s;
}

[data-sal][data-sal-duration="1250"] {
  transition-duration: 1.25s;
}

[data-sal][data-sal-duration="1300"] {
  transition-duration: 1.3s;
}

[data-sal][data-sal-duration="1350"] {
  transition-duration: 1.35s;
}

[data-sal][data-sal-duration="1400"] {
  transition-duration: 1.4s;
}

[data-sal][data-sal-duration="1450"] {
  transition-duration: 1.45s;
}

[data-sal][data-sal-duration="1500"] {
  transition-duration: 1.5s;
}

[data-sal][data-sal-duration="1550"] {
  transition-duration: 1.55s;
}

[data-sal][data-sal-duration="1600"] {
  transition-duration: 1.6s;
}

[data-sal][data-sal-duration="1650"] {
  transition-duration: 1.65s;
}

[data-sal][data-sal-duration="1700"] {
  transition-duration: 1.7s;
}

[data-sal][data-sal-duration="1750"] {
  transition-duration: 1.75s;
}

[data-sal][data-sal-duration="1800"] {
  transition-duration: 1.8s;
}

[data-sal][data-sal-duration="1850"] {
  transition-duration: 1.85s;
}

[data-sal][data-sal-duration="1900"] {
  transition-duration: 1.9s;
}

[data-sal][data-sal-duration="1950"] {
  transition-duration: 1.95s;
}

[data-sal][data-sal-duration="2000"] {
  transition-duration: 2s;
}

[data-sal][data-sal-delay="50"] {
  transition-delay: 0.05s;
}

[data-sal][data-sal-delay="100"] {
  transition-delay: 0.1s;
}

[data-sal][data-sal-delay="150"] {
  transition-delay: 0.15s;
}

[data-sal][data-sal-delay="200"] {
  transition-delay: 0.2s;
}

[data-sal][data-sal-delay="250"] {
  transition-delay: 0.25s;
}

[data-sal][data-sal-delay="300"] {
  transition-delay: 0.3s;
}

[data-sal][data-sal-delay="350"] {
  transition-delay: 0.35s;
}

[data-sal][data-sal-delay="400"] {
  transition-delay: 0.4s;
}

[data-sal][data-sal-delay="450"] {
  transition-delay: 0.45s;
}

[data-sal][data-sal-delay="500"] {
  transition-delay: 0.5s;
}

[data-sal][data-sal-delay="550"] {
  transition-delay: 0.55s;
}

[data-sal][data-sal-delay="600"] {
  transition-delay: 0.6s;
}

[data-sal][data-sal-delay="650"] {
  transition-delay: 0.65s;
}

[data-sal][data-sal-delay="700"] {
  transition-delay: 0.7s;
}

[data-sal][data-sal-delay="750"] {
  transition-delay: 0.75s;
}

[data-sal][data-sal-delay="800"] {
  transition-delay: 0.8s;
}

[data-sal][data-sal-delay="850"] {
  transition-delay: 0.85s;
}

[data-sal][data-sal-delay="900"] {
  transition-delay: 0.9s;
}

[data-sal][data-sal-delay="950"] {
  transition-delay: 0.95s;
}

[data-sal][data-sal-delay="1000"] {
  transition-delay: 1s;
}

[data-sal][data-sal-easing=linear] {
  transition-timing-function: linear;
}

[data-sal][data-sal-easing=ease] {
  transition-timing-function: ease;
}

[data-sal][data-sal-easing=ease-in] {
  transition-timing-function: ease-in;
}

[data-sal][data-sal-easing=ease-out] {
  transition-timing-function: ease-out;
}

[data-sal][data-sal-easing=ease-in-out] {
  transition-timing-function: ease-in-out;
}

[data-sal][data-sal-easing=ease-in-cubic] {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

[data-sal][data-sal-easing=ease-out-cubic] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

[data-sal][data-sal-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

[data-sal][data-sal-easing=ease-in-circ] {
  transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

[data-sal][data-sal-easing=ease-out-circ] {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

[data-sal][data-sal-easing=ease-in-out-circ] {
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

[data-sal][data-sal-easing=ease-in-expo] {
  transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

[data-sal][data-sal-easing=ease-out-expo] {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

[data-sal][data-sal-easing=ease-in-out-expo] {
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

[data-sal][data-sal-easing=ease-in-quad] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-sal][data-sal-easing=ease-out-quad] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-sal][data-sal-easing=ease-in-out-quad] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-sal][data-sal-easing=ease-in-quart] {
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

[data-sal][data-sal-easing=ease-out-quart] {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-sal][data-sal-easing=ease-in-out-quart] {
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

[data-sal][data-sal-easing=ease-in-quint] {
  transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

[data-sal][data-sal-easing=ease-out-quint] {
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

[data-sal][data-sal-easing=ease-in-out-quint] {
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

[data-sal][data-sal-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-sal][data-sal-easing=ease-out-sine] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-sal][data-sal-easing=ease-in-out-sine] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-sal][data-sal-easing=ease-in-back] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-sal][data-sal-easing=ease-out-back] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-sal][data-sal-easing=ease-in-out-back] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/**
  * Animations
  */
[data-sal|=fade] {
  opacity: 0;
  transition-property: opacity;
}

[data-sal|=fade].sal-animate,
body.sal-disabled [data-sal|=fade] {
  opacity: 1;
}

[data-sal|=slide] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-sal=slide-up] {
  transform: translateY(20%);
}

[data-sal=slide-down] {
  transform: translateY(-20%);
}

[data-sal=slide-left] {
  transform: translateX(20%);
}

[data-sal=slide-right] {
  transform: translateX(-20%);
}

[data-sal|=slide].sal-animate,
body.sal-disabled [data-sal|=slide] {
  opacity: 1;
  transform: none;
}

[data-sal|=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-sal=zoom-in] {
  transform: scale(0.5);
}

[data-sal=zoom-out] {
  transform: scale(1.1);
}

[data-sal|=zoom].sal-animate,
body.sal-disabled [data-sal|=zoom] {
  opacity: 1;
  transform: none;
}

[data-sal|=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-sal=flip-left] {
  transform: perspective(2000px) rotateY(-91deg);
}

[data-sal=flip-right] {
  transform: perspective(2000px) rotateY(91deg);
}

[data-sal=flip-up] {
  transform: perspective(2000px) rotateX(-91deg);
}

[data-sal=flip-down] {
  transform: perspective(2000px) rotateX(91deg);
}

[data-sal|=flip].sal-animate,
body.sal-disabled [data-sal|=flip] {
  transform: none;
}

/*----Headers Style----*/
/*-------------------
    Header Styles  
---------------------*/
.logo img {
  max-width: 120px;
}
.logo img.logo-white {
  display: none;
}

.header-one {
  padding: 10px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-one {
    padding: 15px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-one {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 767px) {
  .header-one {
    padding: 15px 0;
  }
}
.header-one .header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-one .header-content .logo {
  display: block;
}
.header-one .header-content .logo img {
  max-width: max-content;
}
@media only screen and (max-width: 767px) {
  .header-one .header-content .logo img {
    max-width: 135px;
  }
}
.header-one .actions-area .social-link {
  display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-one .actions-area .social-link {
    display: flex;
  }
}
.header-one .actions-area svg {
  cursor: pointer;
}
.header-one .tmp-header-right {
  display: flex;
  align-items: center;
  gap: 25px;
}
.header-one.header--transparent {
  position: absolute;
  width: 100%;
  z-index: 100;
}

.header--sticky.sticky {
  position: fixed !important;
  top: 0;
  display: block;
  backdrop-filter: blur(9px);
  width: 100%;
  box-shadow: 0px 7px 18px rgba(24, 16, 16, 0.0509803922);
  background: var(--color-gray-2);
  z-index: 999;
  margin: auto;
  display: flex;
  align-items: center;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header--sticky.sticky {
    padding: 15px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header--sticky.sticky {
    padding: 10px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .header--sticky.sticky {
    padding: 10px 0;
  }
}

/*-------------------
    Humbergur Styles  
---------------------*/
.tmp-menu-bars {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 0 none;
  color: #ffffff;
  font-size: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  border: 2px solid var(--color-primary);
  z-index: 1;
  position: relative;
}
.tmp-menu-bars::after {
  content: " ";
  position: absolute;
  width: 105%;
  height: 105%;
  border-radius: 100px;
  background: var(--color-primary);
  opacity: 1;
  transform: scale(1);
  transition: all 0.4s;
  z-index: -1;
}
.tmp-menu-bars:hover {
  background: transparent;
  color: var(--color-primary);
}
.tmp-menu-bars:hover i::before {
  content: "\f0c9";
}
.tmp-menu-bars:hover::after {
  opacity: 0;
  transform: scale(0);
}

.hamberger-menu {
  display: flex;
  justify-content: flex-end;
  border: 0 none;
  padding: 0;
}
.hamberger-menu i {
  font-size: 32px;
  color: var(--color-primary);
}
@media only screen and (max-width: 575px) {
  .hamberger-menu i {
    font-size: 26px;
  }
}

/*--------------------------
    Only Responsive Header  
------------------------------*/
.tmp-responsive-header-style {
	position: fixed;
	top: 0;
	z-index: 99;
	width: auto;
	padding: 15px 30px;
	left: 0;
	width: 100% !important;
	min-width: 100%;
	max-width: 100%;
	left: 0;
}

.index-seven .header-style-2.header-left .logo-area {
  max-width: 350px;
}

.header-full-width {
  border-bottom: 1px solid rgba(255, 255, 255, 0.0705882353);
}
.header-full-width .header-fluid-main-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .header-full-width .header-fluid-main-wrapper {
    padding: 13px 0;
  }
}
.header-full-width .header-fluid-main-wrapper .left-area {
  display: flex;
  align-items: center;
  gap: 25px;
}
.header-full-width .header-fluid-main-wrapper .right-area {
  display: flex;
  align-items: center;
  gap: 14px;
}
.header-full-width .header-fluid-main-wrapper .right-area .tmp-menu-bars {
  width: 45px;
  height: 45px;
}
@media only screen and (max-width: 575px) {
  .header-full-width .header-fluid-main-wrapper .right-area .tmp-btn {
    display: none;
  }
}
.header-full-width .tmp-mainmenu-nav .tmp-mainmenu > li {
  position: relative;
  margin: 27px 4px;
}

header.header-full-width.header--sticky.sticky {
  display: block;
}

.sp-header-area.header--opacity {
  display: none;
}
.sp-header-area.header--opacity.sticky {
  display: block !important;
}

@media only screen and (max-width: 767px) {
.sp-header-area.header--opacity {
  display: block !important;
}

}

.demo-model .tmp-banner-one-area.style-2 {
  background-image: url(../images/bg/03.webp);
}
.demo-model .banner-model-15 {
  text-align: center;
  max-width: 80%;
  margin: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .demo-model .banner-model-15 {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .demo-model .banner-model-15 {
    max-width: 100%;
  }
}
.demo-model .banner-model-15 .title {
  font-size: 160px !important;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .demo-model .banner-model-15 .title {
    font-size: 120px !important;
  }
}
@media only screen and (max-width: 767px) {
  .demo-model .banner-model-15 .title {
    font-size: 80px !important;
  }
}
@media only screen and (max-width: 575px) {
  .demo-model .banner-model-15 .title {
    font-size: 44px !important;
  }
}
.demo-model .banner-model-15 p.disc {
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
}

.modern-demo .header-one.header--transparent {
  top: 30px;
}
.modern-demo .header-one.header--transparent.sticky {
  top: 0;
}

/*--------------------
    Main Menu Style  
----------------------*/
.tmp-mainmenu-nav .tmp-mainmenu {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.tmp-mainmenu-nav .tmp-mainmenu > li > a {
  color: var(--color-heading);
  font-weight: 700;
}
.tmp-mainmenu-nav .tmp-mainmenu > li > a:hover {
  color: var(--color-primary) !important;
}
.tmp-mainmenu-nav .tmp-mainmenu > li a:hover {
  color: var(--color-primary);
}
.tmp-mainmenu-nav .tmp-mainmenu > li {
  position: relative;
  margin: 10px 4px;
}
.tmp-mainmenu-nav .tmp-mainmenu > li > a {
  padding: 4px 12px !important;
  color: var(--color-heading) !important;
  position: relative;
  display: inline-block;
}
.tmp-mainmenu-nav .tmp-mainmenu > li a {
	font-family: var(--font-primary2) !important;
}
.tmp-mainmenu-nav .tmp-mainmenu > li > a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0.7);
  left: 0;
  background: var(--color-primary);
  width: 100%;
  height: 100%;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  z-index: -1;
}
.tmp-mainmenu-nav .tmp-mainmenu > li > a i {
  transition: var(--transition);
  font-size: 10px;
  margin-left: 3px;
}
.tmp-mainmenu-nav .tmp-mainmenu > li > a.active {
  color: var(--color-primary) !important;
}
.tmp-mainmenu-nav .tmp-mainmenu > li > a.active::after {
  opacity: 0.1;
  visibility: visible;
  transform: translateY(-50%) scale(1);
}
.tmp-mainmenu-nav .tmp-mainmenu > li:hover > a, .tmp-mainmenu-nav .tmp-mainmenu > li.current > a {
  color: var(--color-primary) !important;
}
.tmp-mainmenu-nav .tmp-mainmenu > li:hover > a::after, .tmp-mainmenu-nav .tmp-mainmenu > li.current > a::after {
  opacity: 0.1;
  visibility: visible;
  transform: translateY(-50%) scale(1);
}
.tmp-mainmenu-nav .tmp-mainmenu > li:hover > a i, .tmp-mainmenu-nav .tmp-mainmenu > li.current > a i {
  transform: rotate(180deg);
}
.tmp-mainmenu-nav .tmp-mainmenu > li.has-dropdown,
.tmp-mainmenu-nav .tmp-mainmenu > li.menu-item-has-children {
  margin-right: 5px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 11px 0;
}
.tmp-mainmenu-nav .tmp-mainmenu > li.menu-item-has-children .sub-menu,
.tmp-mainmenu-nav .tmp-mainmenu > li.menu-item-has-children .sub-menu {
  padding: 10px;
  min-width: 230px;
  height: auto;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  transition: 0.5s;
  transform: scaleY(0);
  border-radius: 10px;
  background: var(--color-gray-2);
  display: inline-block;
  box-shadow: -3px 0px 20px 4px rgba(100, 95, 95, 0.08);
  transform-origin: 0 0;
  margin-top: 0;
}
.tmp-mainmenu-nav .tmp-mainmenu > li.menu-item-has-children .sub-menu li a,
.tmp-mainmenu-nav .tmp-mainmenu > li.menu-item-has-children .sub-menu li a {
  color: var(--color-heading);
  font-weight: 600;
}
.tmp-mainmenu-nav .tmp-mainmenu > li.has-dropdown:hover .submenu,
.tmp-mainmenu-nav .tmp-mainmenu > li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: scaleY(1);
  overflow: inherit;
}
.tmp-mainmenu-nav .tmp-mainmenu > li.menu-item-open > a {
  color: var(--color-primary) !important;
}
.tmp-mainmenu-nav .tmp-mainmenu > li.menu-item-open > a::after {
  opacity: 0.1;
  visibility: visible;
  transform: translateY(-50%) scale(1);
}
.tmp-mainmenu-nav .tmp-mainmenu .menu-item-has-children .sub-menu {
  padding: 0;
  border: none !important;
  overflow: hidden;
}
.tmp-mainmenu-nav .tmp-mainmenu .menu-item-has-children .sub-menu li {
  position: relative;
  display: block;
  cursor: pointer;
  margin-bottom: 0;
  margin-top: 0;
}
.tmp-mainmenu-nav .tmp-mainmenu .menu-item-has-children .sub-menu li::after {
  position: absolute;
  content: "\f105";
  font-family: "fontawesome";
  font-size: 14px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  opacity: 0;
  transition: 0.2s;
  color: var(--color-primary);
}
.tmp-mainmenu-nav .tmp-mainmenu .menu-item-has-children .sub-menu li a {
  display: block;
  position: relative;
  transition: var(--transition);
  padding: 3px;
}
.tmp-mainmenu-nav .tmp-mainmenu .menu-item-has-children .sub-menu li a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: var(--color-primary);
  width: 100%;
  height: 28px;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  z-index: -1;
}
.tmp-mainmenu-nav .tmp-mainmenu .menu-item-has-children .sub-menu li a:hover::before, 
.tmp-mainmenu-nav .tmp-mainmenu .menu-item-has-children .sub-menu li a.active::before {
  opacity: 0.1;
  visibility: visible;
  transform: translateY(-50%);
}
.tmp-mainmenu-nav .tmp-mainmenu .menu-item-has-children .sub-menu li > a.active {
  padding-left: 15px;
}
.tmp-mainmenu-nav .tmp-mainmenu .menu-item-has-children .sub-menu li:hover > a {
  color: var(--color-primary);
  padding-left: 15px;
}
.tmp-mainmenu-nav .tmp-mainmenu .menu-item-has-children .sub-menu li:hover::after {
  right: 15px;
  opacity: 1;
}
.tmp-mainmenu-nav .tmp-mainmenu .menu-item-has-children .sub-menu li.menu-item::after {
  display: none;
}

.header-left-sticky {
  position: fixed;
  left: 0px;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100vh;
  min-height: 100vh;
  top: 0px;
  width: 290px;
  z-index: 2;
  transform: translateX(0px);
  border-right: 2px solid var(--color-border);
  background: var(--color-gray-2);
  transition: all 0.3s ease-in-out 0s;
}
.header-left-sticky .inner-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 50px 40px 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .header-left-sticky .inner-wrapper {
    padding: 20px 40px 20px;
  }
}
.header-left-sticky .inner-wrapper::after {
  content: " ";
  position: absolute;
  right: -450px;
  bottom: -500px;
  min-width: 474px;
  min-height: 474px;
  border-radius: 100px;
  filter: blur(227px);
  z-index: 1;
  background: var(--color-primary);
}
.header-left-sticky .logo-area a img {
  border-radius: 100%;
  border: 5px solid var(--color-border);
}
.header-left-sticky .mainmenu-nav .primary-menu {
  display: block;
  margin-top: 50px;
  width: 100%;
  border-radius: 10px;
  margin: 0;
  padding: 30px 0 0 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .header-left-sticky .mainmenu-nav .primary-menu {
    padding: 15px 0 0 10px;
  }
}
.header-left-sticky .mainmenu-nav .primary-menu li {
  margin: 0;
}
.header-left-sticky .mainmenu-nav .primary-menu li a {
	display: flex;
	align-items: center;
	border: none;
	font-size: 18px;
	color: var(--color-body);
	border-radius: 10px;
	width: 100%;
	margin-left: 0;
	margin: 8px 0;
	font-size: 16px;
	transition: var(--transition);
	font-weight: 500;
	font-family: var(--font-secondary);
	position: relative;
	padding: .5rem 1rem;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .header-left-sticky .mainmenu-nav .primary-menu li a {
    margin: 5px 0;
    padding: 4px 10px;
  }
}
.header-left-sticky .mainmenu-nav .primary-menu li a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0.7);
  left: 0;
  background: var(--color-primary);
  width: 100%;
  height: 100%;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  z-index: -1;
}
.header-left-sticky .mainmenu-nav .primary-menu li a:hover {
  color: var(--color-primary);
}
.header-left-sticky .mainmenu-nav .primary-menu li a.active {
  color: var(--color-primary);
}
.header-left-sticky .mainmenu-nav .primary-menu li a svg,.header-left-sticky .mainmenu-nav .primary-menu li a i {
  height: 18px;
  width: 18px;
  margin-right: 8px;
  color: var(--color-primary);
  top: -1px;
  position: relative;
  opacity: 0.6;
}
.header-left-sticky .mainmenu-nav .primary-menu li.current a {
  color: var(--color-primary) !important;
}
.header-left-sticky .mainmenu-nav .primary-menu li.current a::after {
  opacity: 0.1;
  visibility: visible;
  transform: translateY(-50%) scale(1);
}

.page-with-left-header {
  margin-left: 290px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .page-with-left-header {
    margin-left: 320px;
  }
}

@media only screen and (max-width: 1199px) {
  .page-with-left-header {
    margin-left: 0;
  }
}
.tmp-popup-mobile-menu .social-share-style-1,
.tmp-header-area .social-share-style-1 {
  border-top: 2px solid var(--color-border);
  padding-top: 40px;
  margin-top: 40px !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .tmp-popup-mobile-menu .social-share-style-1,
  .tmp-header-area .social-share-style-1 {
    padding-top: 15px;
    margin-top: 15px !important;
  }
}
.tmp-popup-mobile-menu .social-share-style-1 .title,
.tmp-header-area .social-share-style-1 .title {
  font-size: 16px;
  color: var(--color-body);
  font-family: var(--font-secondary);
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
}

.social-wrapper .subtitle {
  color: var(--color-heading);
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
  display: block;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.tmp-mainmenu-nav .tmp-mainmenu > li.menu-item-has-children > a {
	position: relative;
	gap: 10px;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}
.tmp-mainmenu-nav .tmp-mainmenu > li.menu-item-has-children > a::before {
	content: "";
	display: inline-block;
	height: 6px;
	width: 6px;
	border: 2px solid currentColor;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-left: 0;
	border-top: 0;
	position: relative;
	top: -1px;
	border-radius: 0px 0px 2px 0px;
}

.tmp-mainmenu-nav .tmp-mainmenu .menu-item-has-children .sub-menu .sub-menu{
  left: 100%;
  top:0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: scaleY(0) !important;
}
.tmp-mainmenu-nav .tmp-mainmenu .menu-item-has-children .sub-menu li:hover .sub-menu{
  opacity: 1 !important;
  visibility: visible !important;
  top: 100%;
  transform: scaleY(1) !important;
}
.tmp-mainmenu-nav .tmp-mainmenu .menu-item-has-children > a {
	  position: relative;
	}

/*----------------------------
    Mobile Menu Styles  
------------------------------*/
.tmp-popup-mobile-menu {
  z-index: 9999;
  position: fixed;
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.tmp-popup-mobile-menu .inner {
  width: 320px;
  z-index: 999;
  position: absolute;
  background-color: var(--color-gray-2);
  height: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  opacity: 0;
  left: -150px;
  transition: all 0.5s ease-out;
  padding: 15px 20px;
}
@media only screen and (max-width: 479px) {
  .tmp-popup-mobile-menu .inner {
    width: 310px;
    padding: 10px;
  }
}
.tmp-popup-mobile-menu .header-top {
  display: flex;
  border-bottom: 1px solid var(--color-border);
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}
.tmp-popup-mobile-menu .header-top .logo a img {
  max-height: 45px;
}
.tmp-popup-mobile-menu .header-top .close-menu .close-button {
  background: var(--color-secondary);
  border: 0 none;
  color: var(--color-white);
  width: 40px;
  height: 40px;
  font-size: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.tmp-popup-mobile-menu .header-top p.discription {
  font-size: 15px;
  line-height: 26px;
  margin-top: 19px;
  color: var(--color-body);
  padding-right: 0;
  font-family: var(--font-secondary);
}
.tmp-popup-mobile-menu .tmp-mainmenu {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 0;
}
.tmp-popup-mobile-menu .tmp-mainmenu li {
  display: block;
  margin: 0;
  padding: 8px 0;
}
.tmp-popup-mobile-menu .tmp-mainmenu li a {
  color: var(--color-body);
  position: relative;
  transition: var(--transition);
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: var(--font-secondary);
  margin: 0;
  display: block;
  font-weight: 500;
  background: transparent;
}
.tmp-popup-mobile-menu .tmp-mainmenu li a i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-size: 15px;
}
.tmp-popup-mobile-menu .tmp-mainmenu li a.open i::before {
  content: "\f106";
  font-weight: 400;
}
.tmp-popup-mobile-menu .tmp-mainmenu li + li {
  border-top: 1px solid var(--color-border);
}
.tmp-popup-mobile-menu .tmp-mainmenu .menu-item-has-children .sub-menu {
  padding: 0;
  max-width: 100%;
  list-style: none;
  padding-left: 16px;
  display: none;
}
.tmp-popup-mobile-menu .tmp-mainmenu .menu-item-has-children .sub-menu li a {
  font-size: 14px;
  color: var(--color-body);
  font-weight: 500;
}
.tmp-popup-mobile-menu .tmp-mainmenu .menu-item-has-children .sub-menu li a.open {
  color: var(--color-primary) !important;
}
.tmp-popup-mobile-menu.active {
  visibility: visible;
  opacity: 1;
}
.tmp-popup-mobile-menu.active .inner {
  opacity: 1;
  left: 0;
  overflow-y: auto;
}

/*-------------------------
    Offcanvas Menu Style  
---------------------------*/
.tmp-sidebar-area {
  width: 400px;
  position: fixed;
  right: 0;
  top: 0;
  background: var(--color-gray-2);
  z-index: 99999;
  height: 100%;
  transform: translate3d(100%, 0, 0);
  overflow: hidden;
  overscroll-behavior: contain;
  transition: transform 0.85s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.6s step-end;
}
.tmp-sidebar-area .inner {
  position: relative;
  overflow: hidden;
  height: 100%;
  overflow-y: auto;
}
.tmp-sidebar-area .inner .top-area {
  padding: 16px 20px;
  background: #151515;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tmp-sidebar-area .inner .image-area-feature img {
  border-radius: 0;
}
.tmp-sidebar-area .inner .content-wrapper {
  padding: 30px;
}
.tmp-sidebar-area .inner .content-wrapper .title {
	color: var(--color-heading);
	line-height: 1.4;
	font-size: 20px;
}
.tmp-sidebar-area .inner .content-wrapper .disc {
  font-family: var(--font-secondary);
  color: var(--color-gray);
  font-size: 16px;
  font-weight: 400;
}
.tmp-sidebar-area.tmp_side_bar_open {
  transform: translate3d(0, 0, 0);
  transition: transform 0.85s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.6s step-start;
}
.tmp-sidebar-area .short-contact-area .single-contact {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.tmp-sidebar-area .short-contact-area .single-contact i {
  height: 45px;
  width: 45px;
  background: transparent;
  display: flex;
  align-items: center;
  color: var(--color-heading);
  justify-content: center;
  font-size: 18px;
  border-radius: 5px;
  border: 1px solid var(--color-border);
}
.tmp-sidebar-area .short-contact-area .single-contact .information span {
  display: block;
  color: var(--color-primary);
  font-family: var(--font-primary) !important;
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 600;
}
.tmp-sidebar-area .short-contact-area .single-contact .information .number {
  color: var(--color-heading);
  font-family: var(--font-secondary);
}

.overlay_close_side_menu {
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1091;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  cursor: url(../images/icons/cursor-x.webp), pointer;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(15px);
}

.sidemenu-active .overlay_close_side_menu {
  opacity: 1;
  visibility: visible;
}

/*----Elements Style // @import'elements/button'; ----*/
/* Zoom in image on scroll */
.animate--zoom-in {
  --zoom-in-ratio: 1;
}

.animate--zoom-in > img,
.animate--zoom-in > svg {
  transition: scale var(--duration-short) linear;
  scale: var(--zoom-in-ratio);
}

/*========================
  RPP Banner One Area
  ========================*/
.bg_image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.tmp-banner-one-area {
  padding-top: 26px;
  background-image: url("../images/banner/banner-background-one.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-banner-one-area {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-banner-one-area {
    padding-bottom: 100px;
  }
}
.tmp-banner-one-area.style-2 {
  min-height: 950px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-banner-one-area.style-2 {
    min-height: auto;
    padding: 100px 0;
    padding-top: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-banner-one-area.style-2 {
    min-height: auto;
    padding: 100px 0;
    padding-top: 150px;
  }
}
.tmp-banner-one-area.style-2 .inner .title {
  font-size: 82px;
  line-height: 1.2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tmp-banner-one-area.style-2 .inner .title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-banner-one-area.style-2 .inner .title {
    font-size: 58px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-banner-one-area.style-2 .inner .title {
    font-size: 52px;
  }
}
@media only screen and (max-width: 575px) {
  .tmp-banner-one-area.style-2 .inner .title {
    font-size: 34px;
  }
}
.tmp-banner-one-area.style-3, .tmp-banner-one-area.style-4 {
  min-height: 850px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0;
  background-image: url(../images/banner/banner-background-02.jpg);
}
@media only screen and (max-width: 767px) {
  .tmp-banner-one-area.style-3, .tmp-banner-one-area.style-4 {
    height: auto;
    padding-top: 100px;
    padding-bottom: 70px;
    min-height: auto;
  }
}
@media only screen and (max-width: 479px) {
  .tmp-banner-one-area.style-3, .tmp-banner-one-area.style-4 {
    padding-bottom: 10px;
  }
}
.tmp-banner-one-area.style-3 .thumbnail-author, .tmp-banner-one-area.style-4 .thumbnail-author {
  position: relative;
  z-index: 1;
  max-width: max-content;
  margin: auto;
  margin-bottom: 20px;
}
.tmp-banner-one-area.style-3 .thumbnail-author .loader-bg-pattern-wrapper, .tmp-banner-one-area.style-4 .thumbnail-author .loader-bg-pattern-wrapper {
  top: 50%;
}
.tmp-banner-one-area.style-3 .thumbnail-author .loader-bg-pattern-wrapper .loader-bg-pattern, .tmp-banner-one-area.style-4 .thumbnail-author .loader-bg-pattern-wrapper .loader-bg-pattern {
  --size: 380px;
  --duration: 4s;
  --logo-color: grey;
  --background: linear-gradient( 0deg, rgba(50, 50, 50, 0.2) 0%, rgba(100, 100, 100, 0.2) 100% );
  height: var(--size);
  aspect-ratio: 1;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .tmp-banner-one-area.style-3 .thumbnail-author .loader-bg-pattern-wrapper .loader-bg-pattern, .tmp-banner-one-area.style-4 .thumbnail-author .loader-bg-pattern-wrapper .loader-bg-pattern {
    --size: 260px;
  }
}
@media only screen and (max-width: 479px) {
  .tmp-banner-one-area.style-3 .thumbnail-author .loader-bg-pattern-wrapper .loader-bg-pattern, .tmp-banner-one-area.style-4 .thumbnail-author .loader-bg-pattern-wrapper .loader-bg-pattern {
    --size: 230px;
  }
}
.tmp-banner-one-area.style-3 .thumbnail-author img, .tmp-banner-one-area.style-4 .thumbnail-author img {
  border-radius: 100%;
  border: 25px solid #141414;
  width: 350px;
  height: 350px;
  object-fit: cover;
  min-width: 350px;
}
@media only screen and (max-width: 575px) {
  .tmp-banner-one-area.style-3 .thumbnail-author img, .tmp-banner-one-area.style-4 .thumbnail-author img {
    width: 250px;
    height: 250px;
    min-width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-banner-one-area.style-3 .inner .title, .tmp-banner-one-area.style-4 .inner .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .tmp-banner-one-area.style-3 .inner .title, .tmp-banner-one-area.style-4 .inner .title {
    font-size: 34px;
  }
}
.tmp-banner-one-area.style-4 {
  min-height: 900px;
  background-image: url(../images/banner/banner-background-04.jpg);
  position: relative;
  background-image: none;
}
.tmp-banner-one-area.style-4 .galaxy {
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to right, #19191b 1px, transparent 1px), linear-gradient(to bottom, #19191b 1px, transparent 1px);
  background-size: 13rem 13rem;
  background-position: center center;
  position: absolute;
  z-index: -1;
  filter: blur(0);
}
@media only screen and (max-width: 767px) {
  .tmp-banner-one-area.style-4 {
    height: auto;
    padding-top: 100px;
    padding-bottom: 70px;
    min-height: auto;
  }
}

.loader-bg-pattern-wrapper {
  position: absolute;
  left: 50%;
  z-index: -1;
  top: 34.1%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1199px) {
  .loader-bg-pattern-wrapper {
    top: 35.1%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .loader-bg-pattern-wrapper {
    top: 28.8%;
  }
}
@media only screen and (max-width: 767px) {
  .loader-bg-pattern-wrapper {
    top: 38.1%;
  }
}
@media only screen and (max-width: 575px) {
  .loader-bg-pattern-wrapper {
    top: 36%;
  }
}
@media only screen and (max-width: 479px) {
  .loader-bg-pattern-wrapper {
    top: 36%;
  }
}
.loader-bg-pattern-wrapper .loader-bg-pattern {
  --size: 450px;
  --duration: 4s;
  --logo-color: grey;
  --background: linear-gradient(
    0deg,
    rgba(50, 50, 50, 0.2) 0%,
    rgba(100, 100, 100, 0.2) 100%
  );
  height: var(--size);
  aspect-ratio: 1;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .loader-bg-pattern-wrapper .loader-bg-pattern {
    --size:420px;
  }
}
@media only screen and (max-width: 767px) {
  .loader-bg-pattern-wrapper .loader-bg-pattern {
    --size:400px;
  }
}
@media only screen and (max-width: 575px) {
  .loader-bg-pattern-wrapper .loader-bg-pattern {
    --size:320px;
  }
}
@media only screen and (max-width: 479px) {
  .loader-bg-pattern-wrapper .loader-bg-pattern {
    --size:220px ;
  }
}
.loader-bg-pattern-wrapper .loader-bg-pattern .box {
  position: absolute;
  background: rgba(100, 100, 100, 0.15);
  background: var(--background);
  border-radius: 50%;
  border-top: 1px solid rgb(100, 100, 100);
  box-shadow: rgba(0, 0, 0, 0.3) 0px 10px 10px 0px;
  backdrop-filter: blur(5px);
  animation: ripple var(--duration) infinite ease-in-out;
}
.loader-bg-pattern-wrapper .loader-bg-pattern .box:nth-child(1) {
  inset: 40%;
  z-index: 99;
}
.loader-bg-pattern-wrapper .loader-bg-pattern .box:nth-child(2) {
  inset: 30%;
  z-index: 98;
  border-color: rgba(100, 100, 100, 0.8);
  animation-delay: 0.2s;
}
.loader-bg-pattern-wrapper .loader-bg-pattern .box:nth-child(3) {
  inset: 20%;
  z-index: 97;
  border-color: rgba(100, 100, 100, 0.6);
  animation-delay: 0.4s;
}
.loader-bg-pattern-wrapper .loader-bg-pattern .box:nth-child(4) {
  inset: 10%;
  z-index: 96;
  border-color: rgba(100, 100, 100, 0.4);
  animation-delay: 0.6s;
}
.loader-bg-pattern-wrapper .loader-bg-pattern .box:nth-child(5) {
  inset: 0%;
  z-index: 95;
  border-color: rgba(100, 100, 100, 0.2);
  animation-delay: 0.8s;
}
.loader-bg-pattern-wrapper .loader-bg-pattern .logo {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  padding: 30%;
}
.loader-bg-pattern-wrapper .loader-bg-pattern .logo svg {
  fill: var(--logo-color);
  width: 100%;
  animation: color-change var(--duration) infinite ease-in-out;
}
@keyframes ripple {
  0% {
    transform: scale(1);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 10px 10px 0px;
  }
  50% {
    transform: scale(1.3);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 30px 20px 0px;
  }
  100% {
    transform: scale(1);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 10px 10px 0px;
  }
}
@keyframes color-change {
  0% {
    fill: var(--logo-color);
  }
  50% {
    fill: white;
  }
  100% {
    fill: var(--logo-color);
  }
}

/*========================
  RPP Banner Two Area
  ========================*/
.rpp-banner-two-area {
  padding-top: 106px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.rpp-banner-two-area::after, .rpp-banner-two-area::before {
  content: " ";
  opacity: 0.3;
  background: #FF014F;
  position: absolute;
  width: 611px;
  height: 611px;
  border-radius: 100px;
  filter: blur(300px);
  z-index: -1;
}
.rpp-banner-two-area::before {
  top: -73px;
  left: -292px;
}
.rpp-banner-two-area::after {
  top: -73px;
  right: -292px;
}
.rpp-banner-two-area .banner-shape-two {
  position: absolute;
  top: 0;
  opacity: 0.5;
  left: 0;
  z-index: -1;
}

/*========================
  RPP Banner Four Area
  ========================*/
.rpp-banner-four-area {
  background: var(--color-gray-2);
  overflow: hidden;
}

/*========================
  Banner One Main Wrapper
  ========================*/
.tmp-white-version.index-ten .banner-one-main-wrapper .inner .title {
  margin-top: 0 !important;
}

.index-11 .banner-one-main-wrapper .inner .title {
  margin-top: 0 !important;
}

.banner-one-main-wrapper .inner .sub-title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: inline-flex;
}
.banner-one-main-wrapper .inner .title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 68px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  margin-top: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-one-main-wrapper .inner .title {
    font-size: 54px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-one-main-wrapper .inner .title {
    font-size: 54px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-one-main-wrapper .inner .title {
    font-size: 54px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-one-main-wrapper .inner .title {
    font-size: 32px;
  }
}
.banner-one-main-wrapper .inner .title span {
  color: var(--color-primary);
}
.banner-one-main-wrapper .inner .disc {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 0;
  margin-top: 22px;
}
@media only screen and (max-width: 767px) {
  .banner-one-main-wrapper .inner .disc {
    margin-top: 9px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
  }
}
.banner-one-main-wrapper .inner .button-area-banner-one {
  margin-top: 39px;
  position: relative;
  z-index: 2;
}
.banner-one-main-wrapper .banner-right-content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: end;
}
@media (min-width: 1450px) {
  .banner-one-main-wrapper .banner-right-content {
    right: -80px;
  }
}
.banner-one-main-wrapper .banner-right-content img {
  max-width: 600px;
  height: auto;
  object-fit: contain;
  margin-right: 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-one-main-wrapper .banner-right-content img {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-one-main-wrapper .banner-right-content img {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-one-main-wrapper .banner-right-content img {
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  .banner-one-main-wrapper .banner-right-content img {
    margin: auto;
  }
}
@media only screen and (max-width: 575px) {
  .banner-one-main-wrapper .banner-right-content img {
    max-width: 260px;
  }
}
.banner-one-main-wrapper .banner-right-content .banner-big-text-1 {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  position: absolute;
  margin-bottom: 0;
  top: 25%;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (min-width: 300px) {
  .banner-one-main-wrapper .banner-right-content .banner-big-text-1 {
    font-size: 50px;
  }
}
@media (min-width: 500px) {
  .banner-one-main-wrapper .banner-right-content .banner-big-text-1 {
    font-size: 75px;
  }
}
@media (min-width: 600px) {
  .banner-one-main-wrapper .banner-right-content .banner-big-text-1 {
    font-size: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-one-main-wrapper .banner-right-content .banner-big-text-1 {
    font-size: 64px;
  }
}
@media (min-width: 1200px) {
  .banner-one-main-wrapper .banner-right-content .banner-big-text-1 {
    font-size: 70px;
  }
}
@media (min-width: 1500px) {
  .banner-one-main-wrapper .banner-right-content .banner-big-text-1 {
    font-size: 90px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-one-main-wrapper .banner-right-content .banner-big-text-1 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 479px) {
  .banner-one-main-wrapper .banner-right-content .banner-big-text-1 {
    font-size: 46px;
  }
}
.banner-one-main-wrapper .banner-right-content .banner-big-text-2 {
  position: absolute;
  bottom: 190px;
  left: 0px;
  font-size: 48px;
  line-height: 1.2;
  -webkit-text-stroke: 1px var(--color-heading);
  color: transparent;
  font-family: var(--font-primary);
  font-weight: 700;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (min-width: 300px) {
  .banner-one-main-wrapper .banner-right-content .banner-big-text-2 {
    font-size: 50px;
    bottom: 30px;
  }
}
@media (min-width: 500px) {
  .banner-one-main-wrapper .banner-right-content .banner-big-text-2 {
    font-size: 75px;
    bottom: 30px;
  }
}
@media (min-width: 500px) {
  .banner-one-main-wrapper .banner-right-content .banner-big-text-2 {
    font-size: 80px;
    bottom: 30px;
  }
}
@media (min-width: 600px) {
  .banner-one-main-wrapper .banner-right-content .banner-big-text-2 {
    font-size: 70px;
  }
}
@media (min-width: 1200px) {
  .banner-one-main-wrapper .banner-right-content .banner-big-text-2 {
    font-size: 70px;
  }
}
@media (min-width: 1500px) {
  .banner-one-main-wrapper .banner-right-content .banner-big-text-2 {
    font-size: 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-one-main-wrapper .banner-right-content .banner-big-text-2 {
    font-size: 64px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-one-main-wrapper .banner-right-content .banner-big-text-2 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 479px) {
  .banner-one-main-wrapper .banner-right-content .banner-big-text-2 {
    font-size: 46px;
  }
}

/*========================
  Banner Two Main Wrapper
  ========================*/
.banner-two-main-wrapper {
  padding-bottom: 94px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-two-main-wrapper {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .banner-two-main-wrapper {
    padding-bottom: 0;
  }
}
.banner-two-main-wrapper .inner .sub-title {
  color: var(--color-primary);
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 7px;
  display: inline-flex;
}
.banner-two-main-wrapper .inner .title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 54px;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-two-main-wrapper .inner .title {
    font-size: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-two-main-wrapper .inner .title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-two-main-wrapper .inner .title {
    font-size: 28px;
  }
}
.banner-two-main-wrapper .inner .title span {
  color: var(--color-primary);
}
.banner-two-main-wrapper .inner .disc {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 0;
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  .banner-two-main-wrapper .inner .disc {
    font-size: 18px;
    line-height: 30px;
  }
}
.banner-two-main-wrapper .inner .disc span {
  color: var(--color-primary);
}
.banner-two-main-wrapper .inner .button-area-banner-two {
  margin-top: 39px;
}
.banner-two-main-wrapper .banner-right-content .main-img {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
}
.banner-two-main-wrapper .banner-right-content .main-img::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(6, 6, 6, 0) 46.14%, #060606 100%);
  width: 100%;
  height: 580.327px;
  z-index: 0;
}
.banner-two-main-wrapper .banner-right-content .main-img .banner-big-text-1 {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
  position: absolute;
  top: 265px;
  z-index: -1;
}
@media only screen and (max-width: 575px) {
  .banner-two-main-wrapper .banner-right-content .main-img .banner-big-text-1 {
    display: none;
  }
}
@media (min-width: 576px) {
  .banner-two-main-wrapper .banner-right-content .main-img .banner-big-text-1 {
    font-size: 100px;
    line-height: 110px;
  }
}
@media (min-width: 992px) {
  .banner-two-main-wrapper .banner-right-content .main-img .banner-big-text-1 {
    font-size: 90px;
    line-height: 105px;
  }
}
@media (min-width: 1200px) {
  .banner-two-main-wrapper .banner-right-content .main-img .banner-big-text-1 {
    font-size: 110px;
    line-height: 120px;
  }
}
.banner-two-main-wrapper .banner-right-content .main-img .banner-big-text-2 {
  -webkit-text-stroke: 1px var(--color-heading);
  color: transparent;
  font-family: var(--font-primary);
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
  position: absolute;
  bottom: 110px;
  z-index: 1;
  margin-bottom: 0;
}
@media (min-width: 400px) {
  .banner-two-main-wrapper .banner-right-content .main-img .banner-big-text-2 {
    font-size: 75px;
    line-height: 85px;
  }
}
@media (min-width: 576px) {
  .banner-two-main-wrapper .banner-right-content .main-img .banner-big-text-2 {
    font-size: 100px;
    line-height: 110px;
  }
}
@media (min-width: 992px) {
  .banner-two-main-wrapper .banner-right-content .main-img .banner-big-text-2 {
    font-size: 66px;
    line-height: 105px;
  }
}
@media (min-width: 1200px) {
  .banner-two-main-wrapper .banner-right-content .main-img .banner-big-text-2 {
    font-size: 110px;
    line-height: 120px;
  }
}
.banner-two-main-wrapper .banner-right-content .main-img .logo-under-img-wrap {
  position: absolute;
  width: 100px;
  left: 0;
  bottom: 0;
  z-index: 2;
}
@media (min-width: 992px) {
  .banner-two-main-wrapper .banner-right-content .main-img .logo-under-img-wrap {
    width: 200px;
    left: -110px;
    bottom: -74px;
  }
}
.banner-two-main-wrapper .banner-right-content .main-img .logo-under-img-wrap .logo-under-img {
  position: relative;
  left: 0;
  bottom: 0;
  transition: 0.3s;
  animation: rotateIn-2 20s linear infinite;
}
.banner-two-main-wrapper .banner-right-content .main-img .logo-under-img-wrap .logo-under-img-2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.banner-two-main-wrapper .banner-right-content .main-img .benner-two-bg-red-img {
  position: absolute;
  bottom: 0;
  z-index: -1;
}

/*==================================================
  Banner Four Main Wrapper, Banner Six Main Wrapper
  ===================================================*/
.banner-four-main-wrapper .inner .sub-title,
.banner-six-main-wrapper .inner .sub-title {
  color: var(--color-primary);
  font-family: var(--font-primary);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.banner-four-main-wrapper .inner .title,
.banner-six-main-wrapper .inner .title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 58px;
}
@media (min-width: 668px) {
  .banner-four-main-wrapper .inner .title,
  .banner-six-main-wrapper .inner .title {
    font-size: 110px;
    line-height: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .banner-four-main-wrapper .inner .title,
  .banner-six-main-wrapper .inner .title {
    font-size: 90px;
    line-height: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-four-main-wrapper .inner .title,
  .banner-six-main-wrapper .inner .title {
    font-size: 50px;
    margin-bottom: 9px;
  }
}
.banner-four-main-wrapper .inner .description,
.banner-six-main-wrapper .inner .description {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-four-main-wrapper .inner .description,
  .banner-six-main-wrapper .inner .description {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-four-main-wrapper .inner .description,
  .banner-six-main-wrapper .inner .description {
    margin-bottom: 20px;
  }
}

/*========================
  Banner Four Main Wrapper
  ========================*/
.banner-four-main-wrapper {
  position: relative;
  z-index: 1;
  padding: 80px 0;
}
@media (min-width: 992px) {
  .banner-four-main-wrapper {
    padding: 220px 0 199px 0;
  }
}
.banner-four-main-wrapper .row {
  justify-content: space-between;
}
@media (min-width: 1400px) {
  .banner-four-main-wrapper .banner-right-content {
    padding: 0 57px;
  }
}
.banner-four-main-wrapper .banner-right-content .find-me-on {
  margin-top: 33px;
}
.banner-four-main-wrapper .banner-right-content .year-expariance-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .banner-four-main-wrapper .banner-right-content .year-expariance-wrap {
    gap: 10px;
  }
}
.banner-four-main-wrapper .banner-right-content .year-expariance-wrap .title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 68px;
  font-weight: 700;
  line-height: 78px;
  margin-bottom: 0;
}
.banner-four-main-wrapper .banner-right-content .year-expariance-wrap .para {
  color: var(--color-heading);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
@media (min-width: 992px) {
  .banner-four-main-wrapper .bg-benner-img-four {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
}
.banner-four-main-wrapper .banner-four-right-bg-img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
}

.rpp-banner-four-area {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.rpp-banner-four-area .banner-four-left-bg-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

/*========================
  Banner Five Main Wrapper
  ========================*/
.banner-five-main-wrapper {
  padding-top: 174px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-five-main-wrapper {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-five-main-wrapper {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
.banner-five-main-wrapper .inner .title {
  color: var(--color-heading);
  text-align: center;
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 38px;
  line-height: 48px;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-five-main-wrapper .inner .title {
    font-size: 49px;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-five-main-wrapper .inner .title {
    font-size: 52px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767px) {
  .banner-five-main-wrapper .inner .title {
    font-size: 40px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-five-main-wrapper .inner .title {
    font-size: 26px;
    line-height: 38px;
  }
}
.banner-five-main-wrapper .bg-benner-img-five {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.banner-five-main-wrapper .bg-benner-img-five::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 300px;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(180deg, #FF494A 0%, rgba(255, 73, 74, 0) 100%);
  border-radius: 291.5px 291.5px 0px 0px;
}
@media (min-width: 400px) {
  .banner-five-main-wrapper .bg-benner-img-five::before {
    height: 482px;
  }
}
.banner-five-main-wrapper .bg-benner-img-five img {
  width: 76%;
  margin: auto;
}
.banner-five-main-wrapper .banner-left-content .banner-counter ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .banner-five-main-wrapper .banner-left-content .banner-counter ul {
    display: inherit;
  }
}
.banner-five-main-wrapper .banner-left-content .banner-counter ul li {
  margin: 0;
}
@media (min-width: 992px) {
  .banner-five-main-wrapper .banner-left-content .banner-counter ul li {
    margin-bottom: 76px;
  }
}
.banner-five-main-wrapper .banner-left-content .banner-counter ul li:last-child {
  margin-bottom: 0;
}
.banner-five-main-wrapper .banner-left-content .banner-counter ul li .banner-counter-card .title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 4px;
}
@media (min-width: 576px) {
  .banner-five-main-wrapper .banner-left-content .banner-counter ul li .banner-counter-card .title {
    font-size: 48px;
    line-height: 60px;
  }
}
.banner-five-main-wrapper .banner-left-content .banner-counter ul li .banner-counter-card .para {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-weight: 400;
  font-size: 13px;
  line-height: 23px;
}
@media (min-width: 576px) {
  .banner-five-main-wrapper .banner-left-content .banner-counter ul li .banner-counter-card .para {
    font-size: 16px;
    line-height: 30px;
  }
}
.banner-five-main-wrapper .banner-right-content .banner-contact-info .contact-info {
  margin-bottom: 20px;
  background: transparent;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0;
}
@media (min-width: 1400px) {
  .banner-five-main-wrapper .banner-right-content .banner-contact-info .contact-info {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-five-main-wrapper .banner-right-content .banner-contact-info .contact-info {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.banner-five-main-wrapper .banner-right-content .banner-contact-info .contact-info:last-child {
  margin-bottom: 0;
}
.banner-five-main-wrapper .banner-right-content .banner-contact-info .contact-info .title {
  color: var(--color-heading);
  text-align: right;
  font-family: var(--font-primary);
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 13px;
}
.banner-five-main-wrapper .banner-right-content .banner-contact-info .contact-info .para {
  color: var(--color-gray);
  text-align: right;
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 575px) {
  .banner-five-main-wrapper .banner-right-content .banner-contact-info .contact-info .para {
    text-align: left;
  }
}
.banner-five-main-wrapper .banner-right-content .banner-contact-info .contact-info .para:last-child {
  margin-bottom: 0;
}

.rpp-banner-five-area {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #0F0F0F;
}
.rpp-banner-five-area .banner-shape-img-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  top: 0;
  right: 0;
}

/*========================
  Banner Six Main Wrapper
  ========================*/
.rpp-banner-six-area {
  background: var(--color-gray-2);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.rpp-banner-six-area .bg-left-shape {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.banner-six-main-wrapper {
  padding: 80px 0;
}
@media (min-width: 992px) {
  .banner-six-main-wrapper {
    padding-top: 233px;
    padding-bottom: 136px;
  }
}

.bg-benner-img-six {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.bg-benner-img-six img {
  border: 2px solid var(--color-primary);
  border-radius: 100%;
}
.bg-benner-img-six-after {
  content: url("../../assets/images/banner/banner-six-shape.png");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  animation: banner-cycle-animation 50s linear infinite;
  display: none;
}
@media (min-width: 1400px) {
  .bg-benner-img-six-after {
    display: block;
  }
}
@keyframes banner-cycle-animation {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.rpp-banner-five-area .banner-shape-img-bg img {
  height: 100%;
  width: 100%;
}

/*========================
  Find Me On
  ========================*/
.find-me-on {
  margin-top: 60px;
}
.find-me-on .find-me-on-title {
  color: var(--color-heading);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 10px;
}

/*=====================
  Text Para Doc Wrap
  =====================*/
.text-para-doc-wrap {
  position: relative;
}
.text-para-doc-wrap .text-para-documents {
  color: var(--color-heading);
  text-align: center;
  font-family: var(--font-primary);
  font-weight: 700;
}
@media (min-width: 576px) {
  .text-para-doc-wrap .text-para-documents {
    font-size: 48px;
    line-height: 1.25;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .text-para-doc-wrap .text-para-documents {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .text-para-doc-wrap .text-para-documents {
    font-size: 25px;
    line-height: 1.5;
  }
}
.text-para-doc-wrap .text-para-documents span {
  color: var(--color-primary);
}
.text-para-doc-wrap .right-bg-text-para {
  position: absolute;
  right: -150px;
  top: 0;
  display: none;
  pointer-events: none;
}
@media (min-width: 1200px) {
  .text-para-doc-wrap .right-bg-text-para {
    display: block;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .text-para-doc-wrap .right-bg-text-para {
    right: 0;
  }
}
.text-para-doc-wrap .left-bg-text-para {
  position: absolute;
  left: -150px;
  top: 0;
  display: none;
  pointer-events: none;
}
@media (min-width: 1200px) {
  .text-para-doc-wrap .left-bg-text-para {
    display: block;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .text-para-doc-wrap .left-bg-text-para {
    left: 0;
  }
}

/*========================
  Banner Three Main Wrapper
  ========================*/
.banner-three-main-wrapper {
  position: relative;
  padding: 80px 0;
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .banner-three-main-wrapper {
    padding-top: 250px;
    padding-bottom: 250px;
  }
}
@media (min-width: 1200px) {
  .banner-three-main-wrapper {
    padding-top: 300px;
    padding-bottom: 358px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-three-main-wrapper {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .banner-three-main-wrapper {
    padding-bottom: 0;
  }
}
.banner-three-main-wrapper .row {
  justify-content: space-between;
}
.banner-three-main-wrapper .banner-right-content {
  position: relative;
  z-index: 2;
}
.banner-three-main-wrapper .banner-right-content .about-me .title {
  color: var(--color-heading);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .banner-three-main-wrapper .banner-right-content .about-me .title {
    margin-bottom: 4px;
  }
}
.banner-three-main-wrapper .banner-right-content .about-me .para {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-three-main-wrapper .banner-right-content .about-me .para {
    width: 68%;
  }
}
@media only screen and (max-width: 767px) {
  .banner-three-main-wrapper .banner-right-content .about-me .para {
    width: 80%;
  }
}
@media only screen and (max-width: 575px) {
  .banner-three-main-wrapper .banner-right-content .about-me .para {
    width: 100%;
  }
}
.banner-three-main-wrapper .banner-right-content .about-me .para span {
  color: var(--color-primary);
}
.banner-three-main-wrapper .banner-right-content .find-me-on {
  margin-top: 11px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-three-main-wrapper .inner {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-three-main-wrapper .inner {
    padding-top: 30px;
  }
}
.banner-three-main-wrapper .inner .sub-title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .banner-three-main-wrapper .inner .sub-title {
    font-size: 20px;
  }
}
.banner-three-main-wrapper .inner .title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 38px;
  line-height: 48px;
}
@media (min-width: 1268px) {
  .banner-three-main-wrapper .inner .title {
    font-size: 90px;
    line-height: 115%;
  }
}
@media (min-width: 992px) and (max-width: 1120px) {
  .banner-three-main-wrapper .inner .title {
    font-size: 64px;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-three-main-wrapper .inner .title {
    font-size: 65px;
    line-height: 115%;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-three-main-wrapper .inner .title {
    margin-bottom: 10px;
  }
}
.banner-three-main-wrapper .bg-benner-img-three {
  width: 100%;
  position: relative;
}
.banner-three-main-wrapper .bg-benner-img-three img {
  width: 100%;
}
@media (min-width: 992px) {
  .banner-three-main-wrapper .bg-benner-img-three::before {
    content: " ";
    position: absolute;
    left: -100px;
    bottom: -50px;
    width: 939px;
    height: 800px;
    background: linear-gradient(180deg, rgba(7, 7, 7, 0) 13.58%, #080808 92.06%);
    filter: blur(50px);
    z-index: 1;
  }
}
@media (min-width: 992px) {
  .banner-three-main-wrapper .bg-benner-img-three {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    width: inherit;
  }
}
.banner-three-main-wrapper .texts-one {
  position: absolute;
  bottom: 5%;
  left: 10%;
  -webkit-text-stroke: 1.25px var(--color-gray);
  color: transparent;
  font-family: var(--font-primary);
  font-size: 212.855px;
  font-weight: 700;
  line-height: 115%;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-three-main-wrapper .texts-one {
    bottom: 20%;
    font-size: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-three-main-wrapper .texts-one {
    bottom: 50%;
    font-size: 100px;
    z-index: 2;
  }
}
@media only screen and (max-width: 767px) {
  .banner-three-main-wrapper .texts-one {
    bottom: 50%;
    font-size: 80px;
    z-index: 2;
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .banner-three-main-wrapper .texts-one {
    bottom: 45%;
    font-size: 70px;
    z-index: 2;
  }
}
@media only screen and (max-width: 479px) {
  .banner-three-main-wrapper .texts-one {
    display: none;
  }
}
.banner-three-main-wrapper .texts-two {
  position: absolute;
  bottom: 0;
  left: 20%;
  -webkit-text-stroke: 1.25px #FF494A;
  font-family: var(--font-primary);
  font-size: 150px;
  font-weight: 700;
  line-height: 115%;
  color: transparent;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-three-main-wrapper .texts-two {
    bottom: 5%;
    font-size: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-three-main-wrapper .texts-two {
    bottom: 40%;
    font-size: 100px;
    z-index: 2;
  }
}
@media only screen and (max-width: 767px) {
  .banner-three-main-wrapper .texts-two {
    bottom: 45%;
    font-size: 80px;
    z-index: 2;
  }
}
@media only screen and (max-width: 575px) {
  .banner-three-main-wrapper .texts-two {
    bottom: 45%;
    font-size: 70px;
    z-index: 2;
  }
}
@media only screen and (max-width: 479px) {
  .banner-three-main-wrapper .texts-two {
    display: none;
  }
}

/*==========================
  Up Down Animation Start
  ==========================*/
.up-down {
  -webkit-animation: up-down 1s infinite alternate;
  animation: up-down 1s infinite alternate;
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes up-down {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
.up-down-2 {
  -webkit-animation: up-down-2 0.9s infinite alternate;
  animation: up-down-2 0.9s infinite alternate;
}

@-webkit-keyframes up-down-2 {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes up-dow-2 {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.cd-headline.rotate-1 b {
  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);
}

.cd-headline.rotate-1 b.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;
}

.cd-headline.rotate-1 b.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;
  }
}
@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) scaleY(1.1);
    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% {
    -webkit-transform: rotateX(-40deg) scaleY(1.1);
    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% {
    transform: rotateX(-40deg) scaleY(1.1);
    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;
  }
}
.tmp-contact-about-inner .download-icon.tmp-btn i {
  top: 0px;
  font-size: 16px;
}

@media only screen and (max-width: 1400px) {
  .index-nine .tab-content-overlay-to-top {
    margin-top: 0;
  }
}

@media screen and (max-width: 1400px) {
  .index-ten .tab-content-overlay-to-top {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .index-ten .tmp-contact-about-inner .thumbnail img {
    max-width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .index-ten .tmp-contact-about-inner .thumbnail img {
    max-width: 280px;
  }
}

.tmp-white-version .loader-bg-pattern-wrapper {
  z-index: 0;
}
.tmp-white-version .loader-bg-pattern-wrapper {
  position: absolute;
  left: 50%;
  z-index: 0;
  top: 34.1%;
  transform: translate(-50%, -50%);
}
.tmp-white-version .loader-bg-pattern-wrapper .loader-bg-pattern {
  --size: 450px;
  --duration: 4s;
  --logo-color: rgb(214, 214, 214);
  --background: linear-gradient(
  0deg,
  rgba(209, 209, 209, 0.2) 0%,
  rgba(206, 206, 206, 0.2) 100%
  );
  height: var(--size);
  aspect-ratio: 1;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .tmp-white-version .loader-bg-pattern-wrapper .loader-bg-pattern {
    --size:420px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-white-version .loader-bg-pattern-wrapper .loader-bg-pattern {
    --size:400px;
  }
}
@media only screen and (max-width: 575px) {
  .tmp-white-version .loader-bg-pattern-wrapper .loader-bg-pattern {
    --size:320px;
  }
}
@media only screen and (max-width: 479px) {
  .tmp-white-version .loader-bg-pattern-wrapper .loader-bg-pattern {
    --size:220px ;
  }
}
.tmp-white-version .loader-bg-pattern-wrapper .loader-bg-pattern .box {
  position: absolute;
  background: rgba(182, 182, 182, 0.15);
  background: var(--background);
  border-radius: 50%;
  border-top: 1px solid rgb(206, 206, 206);
  box-shadow: rgba(160, 160, 160, 0.123) 0px 10px 10px 0px;
  backdrop-filter: blur(5px);
  animation: ripple-2 var(--duration) infinite ease-in-out;
}
.tmp-white-version .loader-bg-pattern-wrapper .loader-bg-pattern .box:nth-child(1) {
  inset: 40%;
  z-index: 99;
}
.tmp-white-version .loader-bg-pattern-wrapper .loader-bg-pattern .box:nth-child(2) {
  inset: 30%;
  z-index: 98;
  border-color: rgba(100, 100, 100, 0.8);
  animation-delay: 0.2s;
}
.tmp-white-version .loader-bg-pattern-wrapper .loader-bg-pattern .box:nth-child(3) {
  inset: 20%;
  z-index: 97;
  border-color: rgba(100, 100, 100, 0.6);
  animation-delay: 0.4s;
}
.tmp-white-version .loader-bg-pattern-wrapper .loader-bg-pattern .box:nth-child(4) {
  inset: 10%;
  z-index: 96;
  border-color: rgba(203, 203, 203, 0.4);
  animation-delay: 0.6s;
}
.tmp-white-version .loader-bg-pattern-wrapper .loader-bg-pattern .box:nth-child(5) {
  inset: 0%;
  z-index: 95;
  border-color: rgba(100, 100, 100, 0.2);
  animation-delay: 0.8s;
}
.tmp-white-version .loader-bg-pattern-wrapper .loader-bg-pattern .logo {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  padding: 30%;
}
.tmp-white-version .loader-bg-pattern-wrapper .loader-bg-pattern .logo svg {
  fill: var(--logo-color);
  width: 100%;
  animation: color-change var(--duration) infinite ease-in-out;
}
@keyframes ripple-2 {
  0% {
    transform: scale(1);
    box-shadow: rgba(124, 124, 124, 0.3) 0px 10px 10px 0px;
  }
  50% {
    transform: scale(1.3);
    box-shadow: rgba(124, 124, 124, 0.3) 0px 30px 20px 0px;
  }
  100% {
    transform: scale(1);
    box-shadow: rgba(128, 128, 128, 0.3) 0px 10px 10px 0px;
  }
}
@keyframes color-change {
  0% {
    fill: var(--logo-color);
  }
  50% {
    fill: white;
  }
  100% {
    fill: var(--logo-color);
  }
}

.banner-twelve-area {
  position: relative;
  z-index: 1;
  background-image: none !important;
  background: linear-gradient(90deg, rgb(6, 6, 6) 0%, rgba(0, 0, 0, 0) 100%) !important;
}
.banner-twelve-area #particles-js {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  pointer-events: none;
}

.tmp-white-version.home-12 .banner-twelve-area {
  background: linear-gradient(359deg, rgb(255, 255, 255) 0%, rgba(0, 0, 0, 0) 100%) !important;
}
.tmp-white-version.home-12 .loader-bg-pattern-wrapper {
  position: absolute;
  left: 50%;
  z-index: -1;
  top: 34.1%;
  transform: translate(-50%, -50%);
}
.tmp-white-version.home-12 .loader-bg-pattern-wrapper .loader-bg-pattern {
  --size: 450px;
  --duration: 4s;
  --logo-color: rgb(214, 214, 214);
  --background: linear-gradient(
  0deg,
  rgba(223, 223, 223, 0.2) 0%,
  rgba(226, 226, 226, 0.2) 100%
  );
  height: var(--size);
  aspect-ratio: 1;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .tmp-white-version.home-12 .loader-bg-pattern-wrapper .loader-bg-pattern {
    --size:420px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-white-version.home-12 .loader-bg-pattern-wrapper .loader-bg-pattern {
    --size:400px;
  }
}
@media only screen and (max-width: 575px) {
  .tmp-white-version.home-12 .loader-bg-pattern-wrapper .loader-bg-pattern {
    --size:320px;
  }
}
@media only screen and (max-width: 479px) {
  .tmp-white-version.home-12 .loader-bg-pattern-wrapper .loader-bg-pattern {
    --size:220px ;
  }
}
.tmp-white-version.home-12 .loader-bg-pattern-wrapper .loader-bg-pattern .box {
  position: absolute;
  background: rgba(223, 223, 223, 0.15);
  background: rgba(247, 247, 247, 0.3411764706);
  border-radius: 50%;
  border-top: 1px solid rgb(206, 206, 206);
  box-shadow: rgba(216, 216, 216, 0.123) 0px 10px 10px 0px;
  backdrop-filter: blur(5px);
  animation: ripple-2 var(--duration) infinite ease-in-out;
}
.tmp-white-version.home-12 .loader-bg-pattern-wrapper .loader-bg-pattern .box:nth-child(1) {
  inset: 40%;
  z-index: 99;
}
.tmp-white-version.home-12 .loader-bg-pattern-wrapper .loader-bg-pattern .box:nth-child(2) {
  inset: 30%;
  z-index: 98;
  border-color: rgba(100, 100, 100, 0.8);
  animation-delay: 0.2s;
}
.tmp-white-version.home-12 .loader-bg-pattern-wrapper .loader-bg-pattern .box:nth-child(3) {
  inset: 20%;
  z-index: 97;
  border-color: rgba(100, 100, 100, 0.6);
  animation-delay: 0.4s;
}
.tmp-white-version.home-12 .loader-bg-pattern-wrapper .loader-bg-pattern .box:nth-child(4) {
  inset: 10%;
  z-index: 96;
  border-color: rgba(203, 203, 203, 0.4);
  animation-delay: 0.6s;
}
.tmp-white-version.home-12 .loader-bg-pattern-wrapper .loader-bg-pattern .box:nth-child(5) {
  inset: 0%;
  z-index: 95;
  border-color: rgba(192, 192, 192, 0.2);
  animation-delay: 0.8s;
}
.tmp-white-version.home-12 .loader-bg-pattern-wrapper .loader-bg-pattern .logo {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  padding: 30%;
}
.tmp-white-version.home-12 .loader-bg-pattern-wrapper .loader-bg-pattern .logo svg {
  fill: var(--logo-color);
  width: 100%;
  animation: color-change var(--duration) infinite ease-in-out;
}
@keyframes ripple-2 {
  0% {
    transform: scale(1);
    box-shadow: rgba(185, 185, 185, 0.3) 0px 10px 10px 0px;
  }
  50% {
    transform: scale(1.3);
    box-shadow: rgba(185, 185, 185, 0.3) 0px 30px 20px 0px;
  }
  100% {
    transform: scale(1);
    box-shadow: rgba(185, 185, 185, 0.3) 0px 10px 10px 0px;
  }
}
@keyframes color-change {
  0% {
    fill: var(--logo-color);
  }
  50% {
    fill: white;
  }
  100% {
    fill: var(--logo-color);
  }
}
.tmp-white-version.home-12 .header-left-sticky {
  background: #fff;
}
.tmp-white-version.home-12 .header-left-sticky .inner-wrapper::after {
  display: none;
}
.tmp-white-version.home-12 .tmp-right-demo .demo-button .text {
  color: var(--color-primary);
}

.tmp-white-version.index-ten .tmp-contact-about-inner::after {
  display: none;
}

@media only screen and (min-width: 1600px) and (max-width: 1919px) {
  .index-seven .tmp-banner-one-area {
    background-image: none !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .index-seven .tmp-banner-one-area {
    background-image: none !important;
  }
}
.index-seven .tmp-banner-one-area {
  position: relative;
}
.tmp-banner-one-area #particles-js {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  pointer-events: none;
}

.tmp-breadcrumb-image {
  position: relative;
  z-index: -1;
}

.tmp-banner-one-area.style-4 {
  position: relative;
  z-index: 1;
}
.tmp-banner-one-area.style-4 #particles-js {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  pointer-events: none;
}

.profile-image-1-personal-left-fixed {
  position: sticky;
  top: 110px;
  left: 80px;
  bottom: 80px;
  padding: 30px;
  border: 1px solid rgba(121, 121, 121, 0.09);
  z-index: 1;
}
.profile-image-1-personal-left-fixed img {
  width: 100%;
}
.profile-image-1-personal-left-fixed::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 60px;
  width: 60px;
  border-radius: 0;
  background: var(--color-primary);
  z-index: -1;
  filter: blur(0px);
}
.profile-image-1-personal-left-fixed::after {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 0;
  height: calc(100% - 60px);
  width: calc(100% - 60px);
}
.profile-image-1-personal-left-fixed .social-default {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: center;
  margin: -8px;
  position: absolute;
  left: 60px;
  top: 60px;
}
@media only screen and (max-width: 575px) {
  .profile-image-1-personal-left-fixed .social-default {
    left: 45px;
    top: 45px;
  }
}
.profile-image-1-personal-left-fixed .social-default li {
  margin: 8px;
}
@media only screen and (max-width: 575px) {
  .profile-image-1-personal-left-fixed .social-default li {
    margin: 4px;
  }
}
.profile-image-1-personal-left-fixed .social-default li a {
  width: 48px;
  background-color: #232324;
  height: 48px;
  line-height: 43px;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  transition: 0.3s;
  color: #fff;
  z-index: 2;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 575px) {
  .profile-image-1-personal-left-fixed .social-default li a {
    width: 35px;
    height: 35px;
  }
}
.profile-image-1-personal-left-fixed .social-default li a::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: var(--color-primary);
  transform: scale(0.5);
  opacity: 0;
  transition: 0.3s;
  border-radius: 100%;
}
.profile-image-1-personal-left-fixed .social-default li a:hover::after {
  transform: scale(1);
  opacity: 1;
}
.profile-image-1-personal-left-fixed .title {
  position: absolute;
  left: 60px;
  bottom: 50px;
  font-size: 44px;
  z-index: 5;
  line-height: 1.4;
  font-weight: 400;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .profile-image-1-personal-left-fixed .title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .profile-image-1-personal-left-fixed .title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 575px) {
  .profile-image-1-personal-left-fixed .title {
    left: 45px;
    bottom: 45px;
  }
}
.profile-image-1-personal-left-fixed .title .header-caption {
  color: var(--color-primary);
}

.banner-twelve-area.with-bg-image {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  min-height: 100vh;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-twelve-area.with-bg-image {
    min-height: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-twelve-area.with-bg-image {
    min-height: 520px;
  }
}
.banner-twelve-area.with-bg-image .banner-one-main-wrapper .inner .title {
  font-size: 84px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-twelve-area.with-bg-image .banner-one-main-wrapper .inner .title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-twelve-area.with-bg-image .banner-one-main-wrapper .inner .title {
    font-size: 54px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-twelve-area.with-bg-image .banner-one-main-wrapper .inner .title {
    font-size: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-twelve-area.with-bg-image .banner-one-main-wrapper .inner .title {
    font-size: 32px;
  }
}
.banner-twelve-area.with-bg-image .social-share-style-1 {
  justify-content: center;
  display: flex;
  margin-top: 40px;
}
.banner-twelve-area.with-bg-image .social-share-style-1 a {
  background: #141414;
}

.model-style-banner {
  position: relative;
}
.model-style-banner .social-area-wrapper-varticle {
  position: absolute;
  left: 60px;
  top: 60%;
}
@media only screen and (max-width: 767px) {
  .model-style-banner .social-area-wrapper-varticle {
    top: 85%;
  }
}
@media only screen and (max-width: 575px) {
  .model-style-banner .social-area-wrapper-varticle {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
.model-style-banner .social-area-wrapper-varticle::after {
  position: absolute;
  left: 50%;
  height: 85px;
  width: 2px;
  background: rgba(255, 255, 255, 0.062745098);
  content: "";
  transform: translateX(-50%);
  bottom: -100px;
}
@media only screen and (max-width: 767px) {
  .model-style-banner .social-area-wrapper-varticle::after {
    display: none;
  }
}
.model-style-banner .social-area-wrapper-varticle ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}
@media only screen and (max-width: 767px) {
  .model-style-banner .social-area-wrapper-varticle ul {
    flex-direction: row-reverse;
  }
}
.model-style-banner .social-area-wrapper-varticle ul li {
  margin: 0;
}
.model-style-banner .social-area-wrapper-varticle ul li a {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.062745098);
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.model-style-banner .social-area-wrapper-varticle ul li a::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background: var(--color-primary);
  opacity: 0.06;
  transform: scale(0);
  transition: all 0.4s ease;
  z-index: -1;
}
.model-style-banner .social-area-wrapper-varticle ul li a:hover::after {
  opacity: 1;
  transform: scale(1);
}

.model-style-banner.with-instructor .hero-bg-video {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.model-style-banner.with-instructor .hero-bg-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.model-style-banner.with-instructor .banner-model-15 {
  text-align: center;
  max-width: 80%;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .model-style-banner.with-instructor .banner-model-15 {
    max-width: 100%;
  }
}
.model-style-banner.with-instructor .banner-model-15 p.disc {
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
}
.model-style-banner.with-instructor .banner-model-15 .title {
  font-size: 160px !important;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .model-style-banner.with-instructor .banner-model-15 .title {
    font-size: 120px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .model-style-banner.with-instructor .banner-model-15 .title {
    font-size: 100px !important;
  }
}
@media only screen and (max-width: 767px) {
  .model-style-banner.with-instructor .banner-model-15 .title {
    font-size: 80px !important;
  }
}
@media only screen and (max-width: 575px) {
  .model-style-banner.with-instructor .banner-model-15 .title {
    font-size: 42px !important;
  }
}

.banner-right-thumb-left-content {
  padding-top: 0;
}
.banner-right-thumb-left-content .pre-title {
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--color-primary);
}
.banner-right-thumb-left-content .title {
  margin-bottom: 35px;
  font-size: 64px;
}
@media only screen and (max-width: 767px) {
  .banner-right-thumb-left-content .title {
    font-size: 56px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-right-thumb-left-content .title {
    font-size: 28px;
  }
}
.banner-right-thumb-left-content .title span {
  color: var(--color-primary);
}
.banner-right-thumb-left-content p.disc {
  margin-bottom: 25px;
  max-width: 75%;
}
@media only screen and (max-width: 575px) {
  .banner-right-thumb-left-content p.disc {
    max-width: 100%;
  }
}
.banner-right-thumb-left-content .find-me-on {
  margin-top: 45px;
}

.banner-right-thumbnail-area .thumbnail-right-inner-main-image {
  padding: 25px;
  background: var(--color-gray-2);
  border-radius: 20px;
}
@media only screen and (max-width: 575px) {
  .banner-right-thumbnail-area .thumbnail-right-inner-main-image {
    padding: 15px;
  }
}

.enable-boxed-layout {
	padding: 25px;
	border: 25px solid;
	border-image: var(--gradient-box) 1;
	border-radius: 10px;
}

.enable-boxed-layout .header--sticky.sticky {
	top: 0;
	left: 25px;
	right: 25px;
	width: auto;
	transform: none;
}

@media only screen and (max-width: 767px) {
  .enable-boxed-layout {
    padding: 10px;
    border-width:10px;
  }
  .enable-boxed-layout .header--sticky.sticky {
    left: 10px;
    right: 10px;
  }

}

.enable-boxed-layout .banner-right-thumbnail-area .thumbnail-right-inner-main-image {
  background: var(--gradient-box);
}
@media only screen and (max-width: 575px) {
.enable-boxed-layout .banner-right-thumbnail-area .thumbnail-right-inner-main-image {
    padding: 15px;
  }
}

.bg_modern-banner-bg {
  background-image: url(../images/bg/05.webp);
  height: 950px;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
}
@media only screen and (max-width: 575px) {
  .bg_modern-banner-bg {
    height: 750px;
  }
}
.bg_modern-banner-bg::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: radial-gradient(circle, rgba(2, 0, 36, 0) 0%, rgba(6, 6, 6, 0.7647058824), #060606);
}

.banner-inner-modern-content {
  position: absolute;
  bottom: 70px;
  display: flex;
  align-items: flex-end;
  gap: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-inner-modern-content {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .banner-inner-modern-content {
    align-items: flex-start;
    flex-direction: column;
  }
}
.banner-inner-modern-content .title {
  font-size: 120px;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-inner-modern-content .title {
    font-size: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-inner-modern-content .title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-inner-modern-content .title {
    font-size: 43px;
  }
  .banner-inner-modern-content .title br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .banner-inner-modern-content .title {
    font-size: 43px;
  }
  .banner-inner-modern-content .title br {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .banner-inner-modern-content .title {
    font-size: 36px;
  }
}
.banner-inner-modern-content .title span {
  color: var(--color-primary);
}
.banner-inner-modern-content .right-content {
  flex-basis: 35%;
  margin-bottom: 30px;
}
.banner-inner-modern-content .right-content p.disc {
	color: #fff;
	font-weight: 400;
}

.tmp-banner-area-full-width-modern {
  position: relative;
}
.tmp-banner-area-full-width-modern .social-area-wrapper-varticle {
  position: absolute;
  left: 60px;
  bottom: 95px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .tmp-banner-area-full-width-modern .social-area-wrapper-varticle {
    left: 121px;
    bottom: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .tmp-banner-area-full-width-modern .social-area-wrapper-varticle {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-banner-area-full-width-modern .social-area-wrapper-varticle {
    top: 85%;
  }
}
@media only screen and (max-width: 575px) {
  .tmp-banner-area-full-width-modern .social-area-wrapper-varticle {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
.tmp-banner-area-full-width-modern .social-area-wrapper-varticle ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .tmp-banner-area-full-width-modern .social-area-wrapper-varticle ul {
    flex-direction: row;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-banner-area-full-width-modern .social-area-wrapper-varticle ul {
    flex-direction: row-reverse;
  }
}
.tmp-banner-area-full-width-modern .social-area-wrapper-varticle ul li {
  margin: 0;
}
.tmp-banner-area-full-width-modern .social-area-wrapper-varticle ul li a {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.062745098);
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.tmp-banner-area-full-width-modern .social-area-wrapper-varticle ul li a::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background: var(--color-primary);
  opacity: 0.06;
  transform: scale(0);
  transition: all 0.4s ease;
  z-index: -1;
}
.tmp-banner-area-full-width-modern .social-area-wrapper-varticle ul li a:hover::after {
  opacity: 1;
  transform: scale(1);
}

/*===============================
  Header Top Inner
  ===============================*/
.header-top-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  flex-wrap: wrap;
}
.header-top-inner .section-head {
	padding-bottom: 0;
	max-width: 50%;
}
@media only screen and (max-width: 1024px) {
.header-top-inner .section-head {
	padding-bottom: 0;
	max-width: 100%;
}
}
@media only screen and (max-width: 575px) {
  .header-top-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
/*===============================
Section Head
===============================*/
.section-head {
  text-align: center;
}
.section-head .section-sm {
  display: inline-flex;
}

.section-head.pb-40 {
  padding-bottom: 40px;
}
.section-head.pb-0 {
  padding-bottom: 0;
}
.section-head.text-align-left {
  text-align: left;
}
.section-head.section-head-one-side {
  padding-bottom: 22px;
}
.section-head .section-sub-title {
	font-size: 16px;
	font-weight: var(--s-bold);
	color: var(--color-primary);
	text-transform: uppercase;
	margin-bottom: 5px;
	font-family: var(--font-secondary);
}
.section-head .section-sub-title.color-white {
  color: var(--color-heading);
}
.section-head .section-sub-title img {
  margin-right: 8px;
}
.section-head .section-sub-title span.subtitle {
  font-family: var(--font-secondary);
}
.section-head .title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 48px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-head .title {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .section-head .title {
    font-size: 32px;
  }
  .section-head .title br {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .section-head .title {
    font-size: 28px;
    line-height: 1.4;
  }
  .section-head .title br {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .section-head .title {
    font-size: 22px;
  }
}
.section-head .title.color-white {
  color: var(--color-heading);
}
.section-head .description {
  margin-top: 10px;
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
@media only screen and (max-width: 767px) {
  .section-head .description br {
    display: none;
  }
}

/*===============================
  Section Head Color White
  ===============================*/
.section-head.color-white {
  text-align: center;
  padding-bottom: 60px;
}
.section-head.color-white .section-sub-title {
  font-size: 16px;
  font-weight: var(--s-bold);
  color: var(--color-primary);
  text-transform: uppercase;
}
.section-head.color-white .section-sub-title span.subtitle {
  margin-left: 8px;
  font-family: var(--font-secondary);
}
@media only screen and (max-width: 575px) {
  .section-head.color-white .title {
    font-size: 22px;
    line-height: 34px;
  }
}

/*===============================
  Section Head
  ===============================*/
.section-head.pb--30 {
  padding-bottom: 30px;
}
.section-head .subtitle {
  font-weight: var(--s-bold);
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.section-head .subtitle.color-gradiant {
  background: var(--text-gradient-one);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*===============================
  Section Head
  ===============================*/
.section-head .section-sub-title.center-title {
  justify-content: center;
}

/*===============================
  Custom Title
  ===============================*/
.custom-title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  text-transform: capitalize;
  position: relative;
}
.custom-title.mb-32 {
  margin-bottom: 32px;
}
.custom-title span {
  margin-left: 20px;
}
.custom-title span img {
  opacity: 0.3;
}

/*===============================
  Discription Area
  ===============================*/
.discription-area {
  max-width: 400px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .discription-area {
    max-width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .discription-area {
    max-width: 100%;
  }
}
.discription-area .description {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.discription-area .description span {
  color: var(--color-primary);
}

/*===============================
  Social Link
  ===============================*/
.social-link {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.social-link a {
  width: 40px;
  height: 40px;
  color: var(--color-heading);
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  z-index: 1;
  background: rgba(255, 255, 255, 0.062745098);
  border-radius: 100%;
  font-size: 14px;
}
.social-link a::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background: var(--color-primary);
  opacity: 0.06;
  transform: scale(0);
  transition: all 0.4s ease;
  z-index: -1;
}
.social-link a:hover {
  color: #ffffff;
}
.social-link a:hover::after {
  opacity: 1;
  transform: scale(1);
}
.social-link.footer a {
  min-width: 40px;
  min-height: 40px;
}
.social-link.banner {
  gap: 6px;
}
.social-link.banner a {
  border-radius: 500px;
  background: var(--color-gray-2);
  min-width: 40px;
  min-height: 40px;
  color: var(--color-heading);
  transition: var(--transition);
}
.social-link.banner a::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background: var(--color-primary);
  opacity: 0.06;
  transform: scale(0);
  transition: all 0.4s ease;
  z-index: -1;
}
.social-link.banner a:hover {
  border-color: transparent;
  color: #ffffff;
}
.social-link.banner a:hover::after {
  opacity: 1;
  transform: scale(1);
}

.social-link-inner {
  display: flex;
  align-items: center;
  gap: 16px;
}
.social-link-inner a {
  transition: var(--transition);
}
.social-link-inner a i {
  color: var(--color-gray);
  transition: var(--transition);
}
.social-link-inner a:hover {
  color: var(--color-primary);
}
.social-link-inner a:hover i {
  color: var(--color-primary);
}

/*===============================
  Img Box
  ===============================*/
.img-box {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
@media (min-width: 568px) {
  .img-box.v2 {
    height: auto;
  }
}
@media (min-width: 1200px) {
  .img-box.v2 {
    height: 400px;
  }
}
@media (min-width: 1400px) {
  .img-box.v2 {
    height: 447px;
  }
}
.img-box .img-primary {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.8s;
  background-size: cover;
  object-fit: cover;
  transform: translateX(50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}
.img-box .img-primary {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transform: translateX(50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}
.img-box .img-secondary {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.img-box:hover .img-secondary {
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}
.img-box:hover .img-primary {
  transform: translateX(0) scaleX(1);
  opacity: 1;
  filter: blur(0);
}
.img-box .blog-tags {
	position: absolute;
	top: 10px;
	left: 10px;
	display: inline-flex;
	padding: 5px 15px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	z-index: 10;
	border-radius: 999px;
	background: var(--color-gray-2);
	flex-wrap: wrap;
}
.img-box .blog-tags li {
	display: inline-flex;
	gap: 5px;
	color: var(--color-heading);
	font-family: var(--font-secondary);
	line-height: 160%;
	margin: 0;
	align-items: center;
}
.img-box .blog-tags li,.img-box .blog-tags li a{
  color: var(--color-heading);
  font-size: 14px;
  font-weight: 400;
}
.img-box .blog-tags li i {
  font-size: 11px;
}

.latest-portfolio-card-style-two:hover .img-secondary {
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}
.latest-portfolio-card-style-two:hover .img-primary {
  transform: translateX(0) scaleX(1);
  opacity: 1;
  filter: blur(0);
}

.latest-portfolio-card.v5:hover .img-secondary {
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}
.latest-portfolio-card.v5:hover .img-primary {
  transform: translateX(0) scaleX(1);
  opacity: 1;
  filter: blur(0);
}

/*===============================
  Blog Card
  ===============================*/
.blog-card {
  border-radius: 20px;
  border: 2px solid var(--color-border);
  overflow: hidden;
  height: 100%;
}
.blog-card .blog-content-wrap {
  padding: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-card .blog-content-wrap {
    padding: 20px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-card .blog-content-wrap {
    padding: 20px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-card .blog-content-wrap {
    padding: 20px 20px;
  }
}
.blog-card .blog-content-wrap .blog-title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-card .blog-content-wrap .blog-title {
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-card .blog-content-wrap .blog-title {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-card .blog-content-wrap .blog-title {
    margin-bottom: 12px;
  }
}
.blog-card .blog-content-wrap .blog-title.v2:hover a {
  color: var(--color-primary);
}
.blog-card .read-more-btn {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 13px;
  font-weight: 400;
  line-height: 27px;
  display: inline-block;
  align-items: center;
  transition: var(--transition);
  letter-spacing: 0.5px;
}
.blog-card .read-more-btn span {
  display: inline-block;
  padding-left: 3px;
}
.blog-card .read-more-btn:hover {
  color: var(--color-primary);
}

/*=========================
  Blog Card Style Two
  =========================*/
.blog-card-style-two {
  border-radius: 20px;
  background: var(--color-gray-2);
  overflow: hidden;
  height: 100%;
}
.blog-card-style-two .blog-card-img {
  position: relative;
}
.blog-card-style-two .blog-card-img span {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--color-white);
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  background: rgba(20, 20, 20, 0.8);
  padding: 5px 20px;
  border-radius: 0px 10px 10px 0px;
  z-index: 10;
}
.blog-card-style-two .blog-content-wrap {
  padding: 20px;
}
@media (min-width: 576px) {
  .blog-card-style-two .blog-content-wrap {
    padding: 20px 40px 40px 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-card-style-two .blog-content-wrap {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-card-style-two .blog-content-wrap {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-card-style-two .blog-content-wrap {
    padding: 20px;
  }
}
.blog-card-style-two .blog-content-wrap .blog-tags ul {
	display: flex;
	align-items: center;
	gap: 15px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.blog-card-style-two .blog-content-wrap .blog-tags ul li {
  margin: 0;
}
.blog-card-style-two .blog-content-wrap .blog-tags ul li {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.blog-card-style-two .blog-content-wrap .blog-tags ul li  i {
  margin-right: 10px;
}
.blog-card-style-two .blog-content-wrap .blog-title {
  margin-top: 12px;
  margin-bottom: 30px;
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

/*=========================
  Blog Inner
  =========================*/
.signle-side-bar {
  background: var(--color-gray-2);
  border-radius: 20px;
  margin-bottom: 30px;
  padding: 40px;
  /*== Search Area ==*/
  /*== Header ==*/
  /*== Recent Post Area ==*/
  /*== About Me Details ==*/
  /*== Tags Wrapper ==*/
  /*== Service List Area ==*/
  /*== Project Details Area ==*/
}
@media only screen and (max-width: 767px) {
  .signle-side-bar {
    padding: 30px 20px;
  }
}
.signle-side-bar:last-child {
  margin-bottom: 0;
  margin-bottom: 0;
  position: sticky;
  top: 120px;
}
.signle-side-bar.search-area {
  padding: 40px;
  position: relative;
}
.signle-side-bar.search-area input {
  height: 60px;
  border-radius: 8px;
  padding-right: 60px;
}
.signle-side-bar.search-area button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.signle-side-bar .search-area {
  display: flex;
  align-items: center;
}
.signle-side-bar .search-area input::placeholder {
  color: var(--color-heading);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.signle-side-bar .search-area button {
  border: 0;
  width: auto;
  padding: 0;
}
.signle-side-bar .search-area i {
  min-width: 60px;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: var(--color-primary);
  color: var(--color-white);
}
.signle-side-bar .header {
  margin-bottom: 24px;
}
.signle-side-bar .header .title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  position: relative;
  display: inline-flex;
}
.reeni-heading-title .elementor-heading-title{
  display: inline-block !important;
  position: relative !important;
}
.signle-side-bar .header .title::after,
.reeni-heading-title .elementor-heading-title::after  {
  position: absolute;
  right: -20px;
  top: 13px;
  content: " ";
  width: 5px;
  height: 5px;
  background: var(--color-primary);
  border-radius: 100px;
}
.signle-side-bar.recent-post-area .body .single-post {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--color-border);
  margin-bottom: 12px;
  color: var(--color-gray);
}
.signle-side-bar.recent-post-area .body .single-post:hover {
  color: var(--color-primary);
}
.signle-side-bar.recent-post-area .body .single-post:hover span {
  color: var(--color-primary);
}
.signle-side-bar.recent-post-area .body .single-post:hover span .post-title {
  color: var(--color-primary);
}
.signle-side-bar.recent-post-area .body .single-post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.signle-side-bar.recent-post-area .body .single-post .single-post-left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.signle-side-bar.recent-post-area .body .single-post .single-post-left .post-title {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  transition: all 0.4s ease;
}
.signle-side-bar.recent-post-area .body .single-post .single-post-left i {
  transition: all 0.4s ease;
}
.signle-side-bar.recent-post-area .body .single-post .single-post-left i:hover {
  color: var(--color-primary);
}
.signle-side-bar.recent-post-area .body .single-post .post-num {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  transition: all 0.4s ease;
}
.signle-side-bar.recent-post-area .body .single-post-card {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 20px;
  border-bottom: 2px solid var(--color-border);
  margin-bottom: 20px;
}
.signle-side-bar.recent-post-area .body .single-post-card:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.signle-side-bar.recent-post-area .body .single-post-card .single-post-card-img {
  min-width: 80px;
  min-height: 80px;
  width: 80px;
}
.signle-side-bar.recent-post-area .body .single-post-card .single-post-card-img img {
  border-radius: 8px;
  min-width: 80px;
  min-height: 80px;
  width: 80px;
}
.signle-side-bar.recent-post-area .body .single-post-card .single-post-right .single-post-top {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
}
.signle-side-bar.recent-post-area .body .single-post-card .single-post-right .single-post-top .post-title {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  transition: var(--transition);
}
.signle-side-bar.recent-post-area .body .single-post-card .single-post-right .single-post-top i {
  color: var(--color-primary);
  font-size: 12px;
}
.signle-side-bar.recent-post-area .body .single-post-card .single-post-right .post-title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 0;
}
.signle-side-bar.recent-post-area .body .single-post-card .single-post-right .post-title:hover a {
  color: var(--color-primary);
}
.signle-side-bar .about-me-details .about-me-details-head {
  display: flex;
  margin-bottom: 30px;
  gap: 20px;
  align-items: center;
}
.signle-side-bar .about-me-details .about-me-details-head .about-me-img {
  width: 150px;
  height: auto;
}
.signle-side-bar .about-me-details .about-me-details-head .about-me-right-content .title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 5px;
}
.signle-side-bar .about-me-details .about-me-details-head .about-me-right-content .para {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 11px;
}
.signle-side-bar .about-me-details .about-me-para {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.signle-side-bar .tags-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.signle-side-bar .tags-wrapper .tag-link {
  color: var(--color-heading);
  font-family: var(--font-secondary);
  font-size: 14px;
  font-weight: 400;
  padding: 0px 21px;
  border-radius: 100px;
  background: #060606;
  display: block;
  transition: 0.3s;
  height: 40px;
  line-height: 40px;
}
.signle-side-bar .tags-wrapper .tag-link:hover {
  background: var(--color-primary);
  transform: translateY(-4px);
}
.signle-side-bar.service-list-area .single-service {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--color-border);
  margin-bottom: 10px;
}
.signle-side-bar.service-list-area .single-service:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.signle-side-bar.service-list-area .single-service .service-title {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
  transition: all 0.4s ease;
}
.signle-side-bar.service-list-area .single-service i {
  color: var(--color-gray);
}
.signle-side-bar.service-list-area .single-service:hover .service-title,
.signle-side-bar.service-list-area .single-service:hover .service-icon,
.signle-side-bar.service-list-area .single-service:hover i {
  color: var(--color-primary);
}
.signle-side-bar.project-details-area .project-details-info {
  margin-bottom: 15px;
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}
.signle-side-bar.project-details-area .project-details-info:last-child {
  margin-bottom: 0;
}
.signle-side-bar.project-details-area .project-details-info span {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-left: 10px;
}

/*=========================
  Blog Classic Card
  =========================*/
.blog-classic-card {
  border-radius: 20px;
  background: var(--color-gray-2);
  overflow: hidden;
  margin-bottom: 30px;
}
.blog-classic-card:last-child {
  margin-bottom: 0;
}
.blog-classic-card .img-box {
  min-height: 462px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-classic-card .img-box {
    min-height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .blog-classic-card .img-box {
    min-height: auto;
  }
}
.blog-classic-card .img-box img {
  height: auto;
}
.blog-classic-card .blog-classic-content {
  padding: 30px 40px 40px 40px;
}
@media only screen and (max-width: 767px) {
  .blog-classic-card .blog-classic-content {
    padding: 30px 20px;
  }
}
.blog-classic-card .blog-classic-content .title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  text-transform: capitalize;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .blog-classic-card .blog-classic-content .title {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-classic-card .blog-classic-content .title {
    font-size: 22px;
  }
}
.blog-classic-card .blog-classic-content .title:hover a {
  color: var(--color-primary);
}
.blog-classic-card .blog-classic-content .para {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .blog-classic-card .blog-classic-content .para {
    margin-bottom: 18px;
  }
}

/*=========================
  Blog Classic Tag
  =========================*/
.blog-classic-tag {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .blog-classic-tag {
    gap: 30px;
  }
}
.blog-classic-tag .title {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 0;
}
.blog-classic-tag ul {
	display: flex;
	align-items: center;
	gap: 5px;
	flex-wrap: wrap;
	list-style: none !important;
	padding: 0 !important;
}
@media (min-width: 576px) {
  .blog-classic-tag ul {
    gap: 30px;
  }
}
.blog-classic-tag ul li {
  margin: 0;
}
.blog-classic-tag ul li .tag-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}
.blog-classic-tag ul li .tag-wrap .tag-title {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
}

.about-me-social-link {
  display: flex;
  gap: 10px;
  align-items: center;
}
.about-me-social-link a:hover {
  color: var(--color-primary);
}

/*=========================
  Tmp Pagination Button
  =========================*/
.tmp-pagination-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.tmp-pagination-button .pagination-btn {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
  background: var(--color-gray-2);
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 479px) {
  .tmp-pagination-button .pagination-btn {
    width: 45px;
    height: 45px;
  }
}
.tmp-pagination-button .pagination-btn:hover {
  color: var(--color-primary);
  background: var(--color-primary);
  color: #fff;
}
.tmp-pagination-button .pagination-btn.active {
  color: var(--color-primary);
  background: var(--color-primary);
  color: #fff;
}

/*===============================
  Our Portfolio Swiper
  ===============================*/
.our-portfolio-swiper {
  position: relative;
}
.our-portfolio-swiper .our-portfoli-swiper-card {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  .our-portfolio-swiper .our-portfoli-swiper-card {
    flex-wrap: nowrap;
  }
}
.our-portfolio-swiper .our-portfoli-swiper-card .card-right-content {
  width: 100%;
}
@media (min-width: 1200px) {
  .our-portfolio-swiper .our-portfoli-swiper-card .card-right-content {
    min-width: 300px;
  }
}
.our-portfolio-swiper .our-portfoli-swiper-card .card-right-content img {
  width: 100%;
  border-radius: 20px;
}

/*===============================
  Our Portfolio Swiper Btn Wrap
  ===============================*/
.our-portfolio-swiper-btn-wrap {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	margin-bottom: 40px;
}
.our-portfolio-swiper-btn-wrap .prev-btn,
.our-portfolio-swiper-btn-wrap .next-btn,
.our-portfolio-swiper-btn-wrap .tmp--next-prev-btn {
  display: flex;
  align-items: center;
  gap: 30px;
}
.our-portfolio-swiper-btn-wrap .prev-btn .btn-content .title,
.our-portfolio-swiper-btn-wrap .next-btn .btn-content .title,
.our-portfolio-swiper-btn-wrap .tmp--next-prev-btn .btn-content .title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 0;
  gap: 5px;
  flex-wrap: wrap;
  display: none;
  transition: var(--transition);
}
.our-portfolio-swiper-btn-wrap .prev-btn .btn-content .title:hover,
.our-portfolio-swiper-btn-wrap .next-btn .btn-content .title:hover,
.our-portfolio-swiper-btn-wrap .tmp--next-prev-btn .btn-content .title:hover {
  color: var(--color-primary);
}
@media (min-width: 768px) {
  .our-portfolio-swiper-btn-wrap .prev-btn .btn-content .title,
  .our-portfolio-swiper-btn-wrap .next-btn .btn-content .title,
  .our-portfolio-swiper-btn-wrap .tmp--next-prev-btn .btn-content .title {
    display: flex;
  }
}
.our-portfolio-swiper-btn-wrap .prev-btn .btn-content .para,
.our-portfolio-swiper-btn-wrap .next-btn .btn-content .para,
.our-portfolio-swiper-btn-wrap .tmp--next-prev-btn .btn-content .para {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  display: none;
}
@media (min-width: 768px) {
  .our-portfolio-swiper-btn-wrap .prev-btn .btn-content .para,
  .our-portfolio-swiper-btn-wrap .next-btn .btn-content .para,
  .our-portfolio-swiper-btn-wrap .tmp--next-prev-btn .btn-content .para {
    display: flex;
  }
}
.our-portfolio-swiper-btn-wrap .swiper-btn-prev,
.our-portfolio-swiper-btn-wrap .swiper-btn-next,
.our-portfolio-swiper-btn-wrap .tmp-arrow-btn {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-heading);
  background: transparent;
  border-radius: 100px;
  border: 2px solid var(--color-border);
  transition: var(--transition);
}
.our-portfolio-swiper-btn-wrap .swiper-btn-prev i,
.our-portfolio-swiper-btn-wrap .swiper-btn-next i,
.our-portfolio-swiper-btn-wrap .tmp-arrow-btn i {
  transition: var(--transition);
}
.our-portfolio-swiper-btn-wrap .swiper-btn-prev:hover,
.our-portfolio-swiper-btn-wrap .swiper-btn-next:hover,
.our-portfolio-swiper-btn-wrap .tmp-arrow-btn:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
}
.our-portfolio-swiper-btn-wrap .swiper-btn-prev:hover i,
.our-portfolio-swiper-btn-wrap .swiper-btn-next:hover i,
.our-portfolio-swiper-btn-wrap .tmp-arrow-btn:hover i {
  color: var(--color-white) !important;
}
.our-portfolio-swiper-btn-wrap .swiper-btn-prev button,
.our-portfolio-swiper-btn-wrap .swiper-btn-next button,
.our-portfolio-swiper-btn-wrap .tmp-arrow-btn button {
  border: 0 none;
  padding: 0;
}

/*============================
  Comment Area Main Wrapper
  ============================*/
.comment-area-main-wrapper .single-comment-audience {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 40px;
  flex-wrap: wrap;
  padding-bottom: 40px;
  border-bottom: 1px solid #202020;
}
.comment-area-main-wrapper .single-comment-audience:last-child {
  border-bottom: none;
}
@media (min-width: 768px) {
  .comment-area-main-wrapper .single-comment-audience {
    flex-wrap: inherit;
  }
}
.comment-area-main-wrapper .single-comment-audience .author-image {
  min-width: 95px;
  min-height: 95px;
  max-width: 150px;
  padding: 15px;
  background: var(--color-gray-2);
  border-radius: 50%;
}
.comment-area-main-wrapper .single-comment-audience .author-image.tmponhover::after {
  border-radius: 50%;
}
.comment-area-main-wrapper .right-area-commnet .top-area-comment {
  display: flex;
  gap: 15px;
  margin-bottom: 5px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .comment-area-main-wrapper .right-area-commnet .top-area-comment {
    gap: 30px;
  }
}
.comment-area-main-wrapper .right-area-commnet .top-area-comment .left {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  align-items: center;
}
.comment-area-main-wrapper .right-area-commnet .top-area-comment .left .title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 22px;
  font-weight: 500;
  line-height: 27px;
  margin-bottom: 0;
}
.comment-area-main-wrapper .right-area-commnet .top-area-comment .left span {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.comment-area-main-wrapper .right-area-commnet .disc {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.comment-area-main-wrapper .right-area-commnet .reply-btn {
  color: var(--color-gray);
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 1.28px;
  text-transform: uppercase;
}
.comment-area-main-wrapper .right-area-commnet .reply-btn:hover {
  color: var(--color-primary);
}

/*============================
  Blog Details Form Wrapper
  ============================*/
.blog-details-form-wrapper {
  padding: 30px;
  border-radius: 20px;
  background: var(--color-gray-2);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
  .blog-details-form-wrapper {
    padding: 60px;
  }
}
.blog-details-form-wrapper .title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.blog-details-form-wrapper .subtitle {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 40px;
  display: inline-block;
}
.blog-details-form-wrapper form label {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 8px;
}
.blog-details-form-wrapper form .single-input {
  margin-bottom: 18px;
}
.blog-details-form-wrapper form .single-input input {
  border-radius: 20px;
  border: 2px solid var(--color-border);
  padding: 17px 20px;
}
.blog-details-form-wrapper form .single-input input:focus {
  border: 2px solid var(--color-primary) !important;
}
.blog-details-form-wrapper form .single-input input::placeholder {
  color: var(--color-heading);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.blog-details-form-wrapper form textarea {
  border-radius: 20px;
  border: 2px solid var(--color-border);
  padding: 17px 20px;
  min-height: 130px;
  resize: inherit;
  transition: var(--transition);
}
.blog-details-form-wrapper form textarea::placeholder {
  color: var(--color-heading);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.blog-details-form-wrapper form textarea:focus {
  border-color: var(--color-primary);
}
.blog-details-form-wrapper form .comments-btn-wrap {
  margin-top: 30px;
}
.blog-details-form-wrapper form .comments-btn-wrap .comment-btn {
  padding: 9px 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  border-radius: 100px;
  color: var(--color-gray);
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  transition: all 0.4s ease;
  background: var(--color-primary);
  border: 2px solid var(--color-secondary);
  transition: var(--transition);
}
.blog-details-form-wrapper form .comments-btn-wrap .comment-btn:hover {
  border-color: var(--color-primary);
  background: transparent;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .card-1-body .blog-card-style-two .blog-content-wrap {
    padding: 10px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .card-1-body .custom-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 1400px) {
  .card-1-body .tab-content-overlay-to-top {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .card-1-body .tmp-contact-about-inner {
    flex-direction: column;
    gap: 35px;
  }
}

.client-testimonial-card-wrap {
  border-radius: 20px;
  border: 2px solid var(--color-border);
  position: relative;
  padding: 80px 40px 40px 40px;
}
@media (min-width: 576px) {
  .client-testimonial-card-wrap {
    padding: 100px 60px 60px 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .client-testimonial-card-wrap {
    padding: 100px 30px 30px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .client-testimonial-card-wrap {
    padding: 100px 20px 20px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .client-testimonial-card-wrap {
    padding: 80px 20px 20px 20px;
  }
}
.client-testimonial-card-wrap .client-card-head {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.client-testimonial-card-wrap .client-card-head .client-info {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.client-testimonial-card-wrap .client-card-head .client-info .client-img {
  border-radius: 100px;
  border: 2px solid var(--color-border);
  padding: 3px;
  width: 65px;
  height: 65px;
}
.client-testimonial-card-wrap .client-card-head .client-info .client-img img {
  border-radius: 100px;
}
.client-testimonial-card-wrap .client-card-head .client-info .client-details .client-title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 0;
}
.client-testimonial-card-wrap .client-card-head .client-info .client-details .client-para {
	color: var(--color-gray);
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	margin-top: 5px;
	width: max-content;
}
.client-testimonial-card-wrap .client-para {
  margin-top: 30px;
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
  width: 81%;
}
@media (min-width: 576px) {
  .client-testimonial-card-wrap .client-para {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .client-testimonial-card-wrap .client-para {
    font-size: 18px;
    line-height: 34px;
    margin-top: 13px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .client-testimonial-card-wrap .client-para {
    font-size: 18px;
    line-height: 34px;
    margin-top: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .client-testimonial-card-wrap .client-para {
    width: 81%;
    font-size: 18px;
    line-height: 34px;
    margin-top: 13px;
  }
}
@media only screen and (max-width: 575px) {
  .client-testimonial-card-wrap .client-para {
    width: 100%;
  }
}
.client-testimonial-card-wrap .quat-logo {
  width: 80px;
  height: 80px;
  border-radius: 80px;
  border: 2px solid var(--color-border);
  background: var(--color-gray-2);
  position: absolute;
  top: -40px;
  left: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.client-testimonial-card-wrap .quat-logo img {
  filter: invert(1);
  max-height: 28px;
}

.testimonial-custom-title {
  text-align: center;
  -webkit-text-stroke: 1px #242424;
  color: transparent;
  font-family: var(--font-primary);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 60px;
}
@media (min-width: 576px) {
  .testimonial-custom-title {
    font-size: 100px;
    line-height: 110px;
  }
}
@media (min-width: 1440px) {
  .testimonial-custom-title {
    font-size: 200px;
    line-height: 115%;
  }
}

/*=========================
  Tmp Star
  =========================*/
.tmp-star ul {
  display: flex;
  align-items: center;
  gap: 8px;
}
.tmp-star ul li {
  margin: 0;
  color: var(--color-primary);
}

/*===========================
  Testimonial Swiper
  ===========================*/
.testimonial-swiper {
  padding-bottom: 182px;
}
@media (min-width: 350px) {
  .testimonial-swiper {
    padding-bottom: 110px;
  }
}
@media (min-width: 420px) {
  .testimonial-swiper {
    padding-bottom: 30px;
  }
}
@media (min-width: 450px) {
  .testimonial-swiper {
    padding-bottom: 0px;
  }
}
@media (min-width: 800px) {
  .testimonial-swiper {
    padding-bottom: 62px;
  }
}
@media (min-width: 860px) {
  .testimonial-swiper {
    padding-bottom: 30px;
  }
}
@media (min-width: 911px) {
  .testimonial-swiper {
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 575px) {
  .testimonial-swiper {
    padding-bottom: 42px;
  }
}

/*===========================
  Client Testimonial Swiper
  ===========================*/
section.clients-testimonial-area {
  padding-bottom: 100px;
}

.client-testimonial-swiper {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .client-testimonial-swiper {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .client-testimonial-swiper {
    padding: 0 20px;
  }
}
.client-testimonial-swiper::before {
  content: " ";
  background-image: url("../../assets/images/testimonial/left-bg-img.png");
  background-repeat: no-repeat;
}
.client-testimonial-swiper .swiper {
  padding-top: 40px;
  position: relative;
}
.client-testimonial-swiper .swiper::after, .client-testimonial-swiper .swiper::before {
  content: " ";
  position: absolute;
  width: 505px;
  height: 538px;
  z-index: 1;
  display: none;
}
@media (min-width: 1200px) {
  .client-testimonial-swiper .swiper::after, .client-testimonial-swiper .swiper::before {
    display: block;
  }
}
.client-testimonial-swiper .swiper::after {
  background: linear-gradient(90deg, #060606 0%, rgba(6, 6, 6, 0) 100%);
  left: 0;
  top: 0;
}
.client-testimonial-swiper .swiper::before {
  background: linear-gradient(90deg, #060606 0%, rgba(6, 6, 6, 0) 100%);
  right: 0;
  top: 0;
  z-index: 2;
  transform: rotate(180deg);
}

.tmp-swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  opacity: 1;
  border-radius: 100%;
  background: transparent;
  box-shadow: inset 0 0 0 5px var(--color-gray-2);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  margin: 0 8px !important;
}
.tmp-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: transparent;
  box-shadow: inset 0 0 0 1px var(--color-primary);
  transform: scale(2);
  opacity: 1;
}
.tmp-swiper-pagination.tmp-swiper-pagination-01 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  box-shadow: inset 0 0 0 7px var(--color-gray-2);
  transition: var(--transition);
}
@media only screen and (max-width: 767px) {
  .tmp-swiper-pagination.tmp-swiper-pagination-01 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.tmp-swiper-pagination.tmp-swiper-pagination-01 .swiper-pagination-bullet:hover {
  box-shadow: inset 0 0 0 7px var(--color-primary);
}
.tmp-swiper-pagination.tmp-swiper-pagination-01 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  box-shadow: inset 0 0 0 1px var(--color-primary);
}
.tmp-swiper-pagination.tmp-swiper-pagination-01 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  height: 4px;
  width: 4px;
  background: var(--color-primary);
  border-radius: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.client-testimonial-swiper .tmp-swiper-pagination {
  position: absolute;
  bottom: -60px;
  left: 50%;
  width: max-content;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .client-testimonial-swiper .tmp-swiper-pagination {
    bottom: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .client-testimonial-swiper .tmp-swiper-pagination {
    bottom: -50px;
  }
}

/*========================
  RPP Banner One Area
  ========================*/
.bg_image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.tmp-banner-one-area {
  padding-top: 26px;
  background-image: url("../images/banner/banner-background-one.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-banner-one-area {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-banner-one-area {
    padding-bottom: 100px;
  }
}
.tmp-banner-one-area.style-2 {
  min-height: 950px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-banner-one-area.style-2 {
    min-height: auto;
    padding: 100px 0;
    padding-top: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-banner-one-area.style-2 {
    min-height: auto;
    padding: 100px 0;
    padding-top: 150px;
  }
}
.tmp-banner-one-area.style-2 .inner .title {
  font-size: 82px;
  line-height: 1.2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tmp-banner-one-area.style-2 .inner .title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-banner-one-area.style-2 .inner .title {
    font-size: 58px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-banner-one-area.style-2 .inner .title {
    font-size: 52px;
  }
}
@media only screen and (max-width: 575px) {
  .tmp-banner-one-area.style-2 .inner .title {
    font-size: 34px;
  }
}
.tmp-banner-one-area.style-3, .tmp-banner-one-area.style-4 {
  min-height: 850px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0;
  background-image: url(../images/banner/banner-background-02.jpg);
}
@media only screen and (max-width: 767px) {
  .tmp-banner-one-area.style-3, .tmp-banner-one-area.style-4 {
    height: auto;
    padding-top: 100px;
    padding-bottom: 70px;
    min-height: auto;
  }
}
@media only screen and (max-width: 479px) {
  .tmp-banner-one-area.style-3, .tmp-banner-one-area.style-4 {
    padding-bottom: 10px;
  }
}
.tmp-banner-one-area.style-3 .thumbnail-author, .tmp-banner-one-area.style-4 .thumbnail-author {
  position: relative;
  z-index: 1;
  max-width: max-content;
  margin: auto;
  margin-bottom: 20px;
}
.tmp-banner-one-area.style-3 .thumbnail-author .loader-bg-pattern-wrapper, .tmp-banner-one-area.style-4 .thumbnail-author .loader-bg-pattern-wrapper {
  top: 50%;
}
.tmp-banner-one-area.style-3 .thumbnail-author .loader-bg-pattern-wrapper .loader-bg-pattern, .tmp-banner-one-area.style-4 .thumbnail-author .loader-bg-pattern-wrapper .loader-bg-pattern {
  --size: 380px;
  --duration: 4s;
  --logo-color: grey;
  --background: linear-gradient( 0deg, rgba(50, 50, 50, 0.2) 0%, rgba(100, 100, 100, 0.2) 100% );
  height: var(--size);
  aspect-ratio: 1;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .tmp-banner-one-area.style-3 .thumbnail-author .loader-bg-pattern-wrapper .loader-bg-pattern, .tmp-banner-one-area.style-4 .thumbnail-author .loader-bg-pattern-wrapper .loader-bg-pattern {
    --size: 260px;
  }
}
@media only screen and (max-width: 479px) {
  .tmp-banner-one-area.style-3 .thumbnail-author .loader-bg-pattern-wrapper .loader-bg-pattern, .tmp-banner-one-area.style-4 .thumbnail-author .loader-bg-pattern-wrapper .loader-bg-pattern {
    --size: 230px;
  }
}
.tmp-banner-one-area.style-3 .thumbnail-author img, .tmp-banner-one-area.style-4 .thumbnail-author img {
  border-radius: 100%;
  border: 25px solid #141414;
  width: 350px;
  height: 350px;
  object-fit: cover;
  min-width: 350px;
}
@media only screen and (max-width: 575px) {
  .tmp-banner-one-area.style-3 .thumbnail-author img, .tmp-banner-one-area.style-4 .thumbnail-author img {
    width: 250px;
    height: 250px;
    min-width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-banner-one-area.style-3 .inner .title, .tmp-banner-one-area.style-4 .inner .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .tmp-banner-one-area.style-3 .inner .title, .tmp-banner-one-area.style-4 .inner .title {
    font-size: 34px;
  }
}
.tmp-banner-one-area.style-4 {
  min-height: 900px;
  background-image: url(../images/banner/banner-background-04.jpg);
  position: relative;
  background-image: none;
}
.tmp-banner-one-area.style-4 .galaxy {
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to right, #19191b 1px, transparent 1px), linear-gradient(to bottom, #19191b 1px, transparent 1px);
  background-size: 13rem 13rem;
  background-position: center center;
  position: absolute;
  z-index: -1;
  filter: blur(0);
}
@media only screen and (max-width: 767px) {
  .tmp-banner-one-area.style-4 {
    height: auto;
    padding-top: 100px;
    padding-bottom: 70px;
    min-height: auto;
  }
}

.loader-bg-pattern-wrapper {
  position: absolute;
  left: 50%;
  z-index: -1;
  top: 34.1%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1199px) {
  .loader-bg-pattern-wrapper {
    top: 35.1%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .loader-bg-pattern-wrapper {
    top: 28.8%;
  }
}
@media only screen and (max-width: 767px) {
  .loader-bg-pattern-wrapper {
    top: 38.1%;
  }
}
@media only screen and (max-width: 575px) {
  .loader-bg-pattern-wrapper {
    top: 36%;
  }
}
@media only screen and (max-width: 479px) {
  .loader-bg-pattern-wrapper {
    top: 36%;
  }
}
.loader-bg-pattern-wrapper .loader-bg-pattern {
  --size: 450px;
  --duration: 4s;
  --logo-color: grey;
  --background: linear-gradient(
    0deg,
    rgba(50, 50, 50, 0.2) 0%,
    rgba(100, 100, 100, 0.2) 100%
  );
  height: var(--size);
  aspect-ratio: 1;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .loader-bg-pattern-wrapper .loader-bg-pattern {
    --size:420px;
  }
}
@media only screen and (max-width: 767px) {
  .loader-bg-pattern-wrapper .loader-bg-pattern {
    --size:400px;
  }
}
@media only screen and (max-width: 575px) {
  .loader-bg-pattern-wrapper .loader-bg-pattern {
    --size:320px;
  }
}
@media only screen and (max-width: 479px) {
  .loader-bg-pattern-wrapper .loader-bg-pattern {
    --size:220px ;
  }
}
.loader-bg-pattern-wrapper .loader-bg-pattern .box {
  position: absolute;
  background: rgba(100, 100, 100, 0.15);
  background: var(--background);
  border-radius: 50%;
  border-top: 1px solid rgb(100, 100, 100);
  box-shadow: rgba(0, 0, 0, 0.3) 0px 10px 10px 0px;
  backdrop-filter: blur(5px);
  animation: ripple var(--duration) infinite ease-in-out;
}
.loader-bg-pattern-wrapper .loader-bg-pattern .box:nth-child(1) {
  inset: 40%;
  z-index: 99;
}
.loader-bg-pattern-wrapper .loader-bg-pattern .box:nth-child(2) {
  inset: 30%;
  z-index: 98;
  border-color: rgba(100, 100, 100, 0.8);
  animation-delay: 0.2s;
}
.loader-bg-pattern-wrapper .loader-bg-pattern .box:nth-child(3) {
  inset: 20%;
  z-index: 97;
  border-color: rgba(100, 100, 100, 0.6);
  animation-delay: 0.4s;
}
.loader-bg-pattern-wrapper .loader-bg-pattern .box:nth-child(4) {
  inset: 10%;
  z-index: 96;
  border-color: rgba(100, 100, 100, 0.4);
  animation-delay: 0.6s;
}
.loader-bg-pattern-wrapper .loader-bg-pattern .box:nth-child(5) {
  inset: 0%;
  z-index: 95;
  border-color: rgba(100, 100, 100, 0.2);
  animation-delay: 0.8s;
}
.loader-bg-pattern-wrapper .loader-bg-pattern .logo {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  padding: 30%;
}
.loader-bg-pattern-wrapper .loader-bg-pattern .logo svg {
  fill: var(--logo-color);
  width: 100%;
  animation: color-change var(--duration) infinite ease-in-out;
}
@keyframes ripple {
  0% {
    transform: scale(1);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 10px 10px 0px;
  }
  50% {
    transform: scale(1.3);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 30px 20px 0px;
  }
  100% {
    transform: scale(1);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 10px 10px 0px;
  }
}
@keyframes color-change {
  0% {
    fill: var(--logo-color);
  }
  50% {
    fill: white;
  }
  100% {
    fill: var(--logo-color);
  }
}

/*========================
  RPP Banner Two Area
  ========================*/
.rpp-banner-two-area {
  padding-top: 106px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.rpp-banner-two-area::after, .rpp-banner-two-area::before {
  content: " ";
  opacity: 0.3;
  background: #FF014F;
  position: absolute;
  width: 611px;
  height: 611px;
  border-radius: 100px;
  filter: blur(300px);
  z-index: -1;
}
.rpp-banner-two-area::before {
  top: -73px;
  left: -292px;
}
.rpp-banner-two-area::after {
  top: -73px;
  right: -292px;
}
.rpp-banner-two-area .banner-shape-two {
  position: absolute;
  top: 0;
  opacity: 0.5;
  left: 0;
  z-index: -1;
}

/*========================
  RPP Banner Four Area
  ========================*/
.rpp-banner-four-area {
  background: var(--color-gray-2);
  overflow: hidden;
}

/*========================
  Banner One Main Wrapper
  ========================*/
.tmp-white-version.index-ten .banner-one-main-wrapper .inner .title {
  margin-top: 0 !important;
}

.index-11 .banner-one-main-wrapper .inner .title {
  margin-top: 0 !important;
}

.banner-one-main-wrapper .inner .sub-title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: inline-flex;
}
.banner-one-main-wrapper .inner .title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 68px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  margin-top: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-one-main-wrapper .inner .title {
    font-size: 54px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-one-main-wrapper .inner .title {
    font-size: 54px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-one-main-wrapper .inner .title {
    font-size: 54px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-one-main-wrapper .inner .title {
    font-size: 32px;
  }
}
.banner-one-main-wrapper .inner .title span {
  color: var(--color-primary);
}
.banner-one-main-wrapper .inner .disc {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 0;
  margin-top: 22px;
}
@media only screen and (max-width: 767px) {
  .banner-one-main-wrapper .inner .disc {
    margin-top: 9px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
  }
}
.banner-one-main-wrapper .inner .button-area-banner-one {
  margin-top: 39px;
  position: relative;
  z-index: 2;
}
.banner-one-main-wrapper .banner-right-content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: end;
}
@media (min-width: 1450px) {
  .banner-one-main-wrapper .banner-right-content {
    right: -80px;
  }
}
.banner-one-main-wrapper .banner-right-content img {
  max-width: 600px;
  height: auto;
  object-fit: contain;
  margin-right: 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-one-main-wrapper .banner-right-content img {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-one-main-wrapper .banner-right-content img {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-one-main-wrapper .banner-right-content img {
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  .banner-one-main-wrapper .banner-right-content img {
    margin: auto;
  }
}
@media only screen and (max-width: 575px) {
  .banner-one-main-wrapper .banner-right-content img {
    max-width: 260px;
  }
}
.banner-one-main-wrapper .banner-right-content .banner-big-text-1 {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  position: absolute;
  margin-bottom: 0;
  top: 25%;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (min-width: 300px) {
  .banner-one-main-wrapper .banner-right-content .banner-big-text-1 {
    font-size: 50px;
  }
}
@media (min-width: 500px) {
  .banner-one-main-wrapper .banner-right-content .banner-big-text-1 {
    font-size: 75px;
  }
}
@media (min-width: 600px) {
  .banner-one-main-wrapper .banner-right-content .banner-big-text-1 {
    font-size: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-one-main-wrapper .banner-right-content .banner-big-text-1 {
    font-size: 64px;
  }
}
@media (min-width: 1200px) {
  .banner-one-main-wrapper .banner-right-content .banner-big-text-1 {
    font-size: 70px;
  }
}
@media (min-width: 1500px) {
  .banner-one-main-wrapper .banner-right-content .banner-big-text-1 {
    font-size: 90px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-one-main-wrapper .banner-right-content .banner-big-text-1 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 479px) {
  .banner-one-main-wrapper .banner-right-content .banner-big-text-1 {
    font-size: 46px;
  }
}
.banner-one-main-wrapper .banner-right-content .banner-big-text-2 {
  position: absolute;
  bottom: 190px;
  left: 0px;
  font-size: 48px;
  line-height: 1.2;
  -webkit-text-stroke: 1px var(--color-heading);
  color: transparent;
  font-family: var(--font-primary);
  font-weight: 700;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (min-width: 300px) {
  .banner-one-main-wrapper .banner-right-content .banner-big-text-2 {
    font-size: 50px;
    bottom: 30px;
  }
}
@media (min-width: 500px) {
  .banner-one-main-wrapper .banner-right-content .banner-big-text-2 {
    font-size: 75px;
    bottom: 30px;
  }
}
@media (min-width: 500px) {
  .banner-one-main-wrapper .banner-right-content .banner-big-text-2 {
    font-size: 80px;
    bottom: 30px;
  }
}
@media (min-width: 600px) {
  .banner-one-main-wrapper .banner-right-content .banner-big-text-2 {
    font-size: 70px;
  }
}
@media (min-width: 1200px) {
  .banner-one-main-wrapper .banner-right-content .banner-big-text-2 {
    font-size: 70px;
  }
}
@media (min-width: 1500px) {
  .banner-one-main-wrapper .banner-right-content .banner-big-text-2 {
    font-size: 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-one-main-wrapper .banner-right-content .banner-big-text-2 {
    font-size: 64px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-one-main-wrapper .banner-right-content .banner-big-text-2 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 479px) {
  .banner-one-main-wrapper .banner-right-content .banner-big-text-2 {
    font-size: 46px;
  }
}

/*========================
  Banner Two Main Wrapper
  ========================*/
.banner-two-main-wrapper {
  padding-bottom: 94px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-two-main-wrapper {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .banner-two-main-wrapper {
    padding-bottom: 0;
  }
}
.banner-two-main-wrapper .inner .sub-title {
  color: var(--color-primary);
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 7px;
  display: inline-flex;
}
.banner-two-main-wrapper .inner .title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 54px;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-two-main-wrapper .inner .title {
    font-size: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-two-main-wrapper .inner .title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-two-main-wrapper .inner .title {
    font-size: 28px;
  }
}
.banner-two-main-wrapper .inner .title span {
  color: var(--color-primary);
}
.banner-two-main-wrapper .inner .disc {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 0;
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  .banner-two-main-wrapper .inner .disc {
    font-size: 18px;
    line-height: 30px;
  }
}
.banner-two-main-wrapper .inner .disc span {
  color: var(--color-primary);
}
.banner-two-main-wrapper .inner .button-area-banner-two {
  margin-top: 39px;
}
.banner-two-main-wrapper .banner-right-content .main-img {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
}
.banner-two-main-wrapper .banner-right-content .main-img::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(6, 6, 6, 0) 46.14%, #060606 100%);
  width: 100%;
  height: 580.327px;
  z-index: 0;
}
.banner-two-main-wrapper .banner-right-content .main-img .banner-big-text-1 {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
  position: absolute;
  top: 265px;
  z-index: -1;
}
@media only screen and (max-width: 575px) {
  .banner-two-main-wrapper .banner-right-content .main-img .banner-big-text-1 {
    display: none;
  }
}
@media (min-width: 576px) {
  .banner-two-main-wrapper .banner-right-content .main-img .banner-big-text-1 {
    font-size: 100px;
    line-height: 110px;
  }
}
@media (min-width: 992px) {
  .banner-two-main-wrapper .banner-right-content .main-img .banner-big-text-1 {
    font-size: 90px;
    line-height: 105px;
  }
}
@media (min-width: 1200px) {
  .banner-two-main-wrapper .banner-right-content .main-img .banner-big-text-1 {
    font-size: 110px;
    line-height: 120px;
  }
}
.banner-two-main-wrapper .banner-right-content .main-img .banner-big-text-2 {
  -webkit-text-stroke: 1px var(--color-heading);
  color: transparent;
  font-family: var(--font-primary);
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
  position: absolute;
  bottom: 110px;
  z-index: 1;
  margin-bottom: 0;
}
@media (min-width: 400px) {
  .banner-two-main-wrapper .banner-right-content .main-img .banner-big-text-2 {
    font-size: 75px;
    line-height: 85px;
  }
}
@media (min-width: 576px) {
  .banner-two-main-wrapper .banner-right-content .main-img .banner-big-text-2 {
    font-size: 100px;
    line-height: 110px;
  }
}
@media (min-width: 992px) {
  .banner-two-main-wrapper .banner-right-content .main-img .banner-big-text-2 {
    font-size: 66px;
    line-height: 105px;
  }
}
@media (min-width: 1200px) {
  .banner-two-main-wrapper .banner-right-content .main-img .banner-big-text-2 {
    font-size: 110px;
    line-height: 120px;
  }
}
.banner-two-main-wrapper .banner-right-content .main-img .logo-under-img-wrap {
  position: absolute;
  width: 100px;
  left: 0;
  bottom: 0;
  z-index: 2;
}
@media (min-width: 992px) {
  .banner-two-main-wrapper .banner-right-content .main-img .logo-under-img-wrap {
    width: 200px;
    left: -110px;
    bottom: -74px;
  }
}
.banner-two-main-wrapper .banner-right-content .main-img .logo-under-img-wrap .logo-under-img {
  position: relative;
  left: 0;
  bottom: 0;
  transition: 0.3s;
  animation: rotateIn-2 20s linear infinite;
}
.banner-two-main-wrapper .banner-right-content .main-img .logo-under-img-wrap .logo-under-img-2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.banner-two-main-wrapper .banner-right-content .main-img .benner-two-bg-red-img {
  position: absolute;
  bottom: 0;
  z-index: -1;
}

/*==================================================
  Banner Four Main Wrapper, Banner Six Main Wrapper
  ===================================================*/
.banner-four-main-wrapper .inner .sub-title,
.banner-six-main-wrapper .inner .sub-title {
  color: var(--color-primary);
  font-family: var(--font-primary);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.banner-four-main-wrapper .inner .title,
.banner-six-main-wrapper .inner .title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 58px;
}
@media (min-width: 668px) {
  .banner-four-main-wrapper .inner .title,
  .banner-six-main-wrapper .inner .title {
    font-size: 110px;
    line-height: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .banner-four-main-wrapper .inner .title,
  .banner-six-main-wrapper .inner .title {
    font-size: 90px;
    line-height: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-four-main-wrapper .inner .title,
  .banner-six-main-wrapper .inner .title {
    font-size: 50px;
    margin-bottom: 9px;
  }
}
.banner-four-main-wrapper .inner .description,
.banner-six-main-wrapper .inner .description {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-four-main-wrapper .inner .description,
  .banner-six-main-wrapper .inner .description {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-four-main-wrapper .inner .description,
  .banner-six-main-wrapper .inner .description {
    margin-bottom: 20px;
  }
}

/*========================
  Banner Four Main Wrapper
  ========================*/
.banner-four-main-wrapper {
  position: relative;
  z-index: 1;
  padding: 80px 0;
}
@media (min-width: 992px) {
  .banner-four-main-wrapper {
    padding: 220px 0 199px 0;
  }
}
.banner-four-main-wrapper .row {
  justify-content: space-between;
}
@media (min-width: 1400px) {
  .banner-four-main-wrapper .banner-right-content {
    padding: 0 57px;
  }
}
.banner-four-main-wrapper .banner-right-content .find-me-on {
  margin-top: 33px;
}
.banner-four-main-wrapper .banner-right-content .year-expariance-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .banner-four-main-wrapper .banner-right-content .year-expariance-wrap {
    gap: 10px;
  }
}
.banner-four-main-wrapper .banner-right-content .year-expariance-wrap .title {
	color: var(--color-heading);
	font-family: var(--font-primary);
	font-size: 68px;
	font-weight: 700;
	line-height: 78px;
	margin-bottom: 0;
	min-width: max-content;
}
.banner-four-main-wrapper .banner-right-content .year-expariance-wrap .para {
  color: var(--color-heading);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
@media (min-width: 992px) {
  .banner-four-main-wrapper .bg-benner-img-four {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
}
.banner-four-main-wrapper .banner-four-right-bg-img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
}

.rpp-banner-four-area {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.rpp-banner-four-area .banner-four-left-bg-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

/*========================
  Banner Five Main Wrapper
  ========================*/
.banner-five-main-wrapper {
  padding-top: 174px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-five-main-wrapper {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-five-main-wrapper {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
.banner-five-main-wrapper .inner .title {
  color: var(--color-heading);
  text-align: center;
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 38px;
  line-height: 48px;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-five-main-wrapper .inner .title {
    font-size: 49px;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-five-main-wrapper .inner .title {
    font-size: 52px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767px) {
  .banner-five-main-wrapper .inner .title {
    font-size: 40px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-five-main-wrapper .inner .title {
    font-size: 26px;
    line-height: 38px;
  }
}
.banner-five-main-wrapper .bg-benner-img-five {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.banner-five-main-wrapper .bg-benner-img-five::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 300px;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(180deg, #FF494A 0%, rgba(255, 73, 74, 0) 100%);
  border-radius: 291.5px 291.5px 0px 0px;
}
@media (min-width: 400px) {
  .banner-five-main-wrapper .bg-benner-img-five::before {
    height: 482px;
  }
}
.banner-five-main-wrapper .bg-benner-img-five img {
  width: 76%;
  margin: auto;
}
.banner-five-main-wrapper .banner-left-content .banner-counter ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .banner-five-main-wrapper .banner-left-content .banner-counter ul {
    display: inherit;
  }
}
.banner-five-main-wrapper .banner-left-content .banner-counter ul li {
  margin: 0;
}
@media (min-width: 992px) {
  .banner-five-main-wrapper .banner-left-content .banner-counter ul li {
    margin-bottom: 76px;
  }
}
.banner-five-main-wrapper .banner-left-content .banner-counter ul li:last-child {
  margin-bottom: 0;
}
.banner-five-main-wrapper .banner-left-content .banner-counter ul li .banner-counter-card .title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 4px;
}
@media (min-width: 576px) {
  .banner-five-main-wrapper .banner-left-content .banner-counter ul li .banner-counter-card .title {
    font-size: 48px;
    line-height: 60px;
  }
}
.banner-five-main-wrapper .banner-left-content .banner-counter ul li .banner-counter-card .para {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-weight: 400;
  font-size: 13px;
  line-height: 23px;
}
@media (min-width: 576px) {
  .banner-five-main-wrapper .banner-left-content .banner-counter ul li .banner-counter-card .para {
    font-size: 16px;
    line-height: 30px;
  }
}
.banner-five-main-wrapper .banner-right-content .banner-contact-info .contact-info {
  margin-bottom: 20px;
  background: transparent;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0;
}
@media (min-width: 1400px) {
  .banner-five-main-wrapper .banner-right-content .banner-contact-info .contact-info {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-five-main-wrapper .banner-right-content .banner-contact-info .contact-info {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.banner-five-main-wrapper .banner-right-content .banner-contact-info .contact-info:last-child {
  margin-bottom: 0;
}
.banner-five-main-wrapper .banner-right-content .banner-contact-info .contact-info .title {
  color: var(--color-heading);
  text-align: right;
  font-family: var(--font-primary);
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 13px;
}
.banner-five-main-wrapper .banner-right-content .banner-contact-info .contact-info .para {
  color: var(--color-gray);
  text-align: right;
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 8px;
}
.banner-five-main-wrapper .banner-right-content .banner-contact-info .contact-info .para a{
	color:inherit;
}
@media only screen and (max-width: 575px) {
  .banner-five-main-wrapper .banner-right-content .banner-contact-info .contact-info .para {
    text-align: left;
  }
}
.banner-five-main-wrapper .banner-right-content .banner-contact-info .contact-info .para:last-child {
  margin-bottom: 0;
}

.rpp-banner-five-area {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #0F0F0F;
}
.rpp-banner-five-area .banner-shape-img-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  top: 0;
  right: 0;
}

/*========================
  Banner Six Main Wrapper
  ========================*/
.rpp-banner-six-area {
  background: var(--color-gray-2);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.rpp-banner-six-area .bg-left-shape {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.banner-six-main-wrapper {
  padding: 80px 0;
}
@media (min-width: 992px) {
  .banner-six-main-wrapper {
    padding-top: 233px;
    padding-bottom: 136px;
  }
}
.bg-benner-img-six {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.bg-benner-img-six img {
	border: 2px solid var(--color-primary) !important;
	border-radius: 100% !important;
}
.bg-benner-img-six::after {
  content: url("../../assets/images/banner/banner-six-shape.png");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  animation: banner-cycle-animation 50s linear infinite;
  display: none;
}
@media (min-width: 1400px) {
  .bg-benner-img-six::after {
    display: block;
  }
}
@keyframes banner-cycle-animation {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.rpp-banner-five-area .banner-shape-img-bg img {
  height: 100%;
  width: 100%;
}

/*========================
  Find Me On
  ========================*/
.find-me-on {
  margin-top: 60px;
}
.find-me-on .find-me-on-title {
  color: var(--color-heading);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 10px;
}

/*=====================
  Text Para Doc Wrap
  =====================*/
.text-para-doc-wrap {
  position: relative;
}
.text-para-doc-wrap .text-para-documents {
  color: var(--color-heading);
  text-align: center;
  font-family: var(--font-primary);
  font-weight: 700;
}
@media (min-width: 576px) {
  .text-para-doc-wrap .text-para-documents {
    font-size: 48px;
    line-height: 1.25;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .text-para-doc-wrap .text-para-documents {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .text-para-doc-wrap .text-para-documents {
    font-size: 25px;
    line-height: 1.5;
  }
}
.text-para-doc-wrap .text-para-documents span {
  color: var(--color-primary);
}
.text-para-doc-wrap .right-bg-text-para {
  position: absolute;
  right: -150px;
  top: 0;
  display: none;
  pointer-events: none;
}
@media (min-width: 1200px) {
  .text-para-doc-wrap .right-bg-text-para {
    display: block;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .text-para-doc-wrap .right-bg-text-para {
    right: 0;
  }
}
.text-para-doc-wrap .left-bg-text-para {
  position: absolute;
  left: -150px;
  top: 0;
  display: none;
  pointer-events: none;
}
@media (min-width: 1200px) {
  .text-para-doc-wrap .left-bg-text-para {
    display: block;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .text-para-doc-wrap .left-bg-text-para {
    left: 0;
  }
}

/*========================
  Banner Three Main Wrapper
  ========================*/
.banner-three-main-wrapper {
	position: relative;
	padding: 80px 0;
	display: flex;
	flex-direction: column-reverse;
	z-index: 11;
}
@media (min-width: 992px) {
  .banner-three-main-wrapper {
    padding-top: 250px;
    padding-bottom: 250px;
  }
}
@media (min-width: 1200px) {
  .banner-three-main-wrapper {
    padding-top: 300px;
    padding-bottom: 358px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-three-main-wrapper {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .banner-three-main-wrapper {
    padding-bottom: 0;
  }
}
.banner-three-main-wrapper .row {
  justify-content: space-between;
}
.banner-three-main-wrapper .banner-right-content {
  position: relative;
  z-index: 2;
}
.banner-three-main-wrapper .banner-right-content .about-me .title {
  color: var(--color-heading);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .banner-three-main-wrapper .banner-right-content .about-me .title {
    margin-bottom: 4px;
  }
}
.banner-three-main-wrapper .banner-right-content .about-me .para {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-three-main-wrapper .banner-right-content .about-me .para {
    width: 68%;
  }
}
@media only screen and (max-width: 767px) {
  .banner-three-main-wrapper .banner-right-content .about-me .para {
    width: 80%;
  }
}
@media only screen and (max-width: 575px) {
  .banner-three-main-wrapper .banner-right-content .about-me .para {
    width: 100%;
  }
}
.banner-three-main-wrapper .banner-right-content .about-me .para span {
  color: var(--color-primary);
}
.banner-three-main-wrapper .banner-right-content .find-me-on {
  margin-top: 11px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-three-main-wrapper .inner {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-three-main-wrapper .inner {
    padding-top: 30px;
  }
}
.banner-three-main-wrapper .inner .sub-title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .banner-three-main-wrapper .inner .sub-title {
    font-size: 20px;
  }
}
.banner-three-main-wrapper .inner .title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 38px;
  line-height: 48px;
}
@media (min-width: 1268px) {
  .banner-three-main-wrapper .inner .title {
    font-size: 90px;
    line-height: 115%;
  }
}
@media (min-width: 992px) and (max-width: 1120px) {
  .banner-three-main-wrapper .inner .title {
    font-size: 64px;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-three-main-wrapper .inner .title {
    font-size: 65px;
    line-height: 115%;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-three-main-wrapper .inner .title {
    margin-bottom: 10px;
  }
}
.banner-three-main-wrapper .bg-benner-img-three {
  width: 100%;
  position: relative;
}
.banner-three-main-wrapper .bg-benner-img-three img {
  width: 100%;
}
@media (min-width: 992px) {
  .banner-three-main-wrapper .bg-benner-img-three::before {
    content: " ";
    position: absolute;
    left: -100px;
    bottom: -50px;
    width: 939px;
    height: 800px;
    background: linear-gradient(180deg, rgba(7, 7, 7, 0) 13.58%, #080808 92.06%);
    filter: blur(50px);
    z-index: 1;
  }
}
@media (min-width: 992px) {
  .banner-three-main-wrapper .bg-benner-img-three {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    width: inherit;
  }
}
.banner-three-main-wrapper .texts-one {
  position: absolute;
  bottom: 5%;
  left: 10%;
  -webkit-text-stroke: 1.25px var(--color-gray);
  color: transparent;
  font-family: var(--font-primary);
  font-size: 212.855px;
  font-weight: 700;
  line-height: 115%;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-three-main-wrapper .texts-one {
    bottom: 20%;
    font-size: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-three-main-wrapper .texts-one {
    bottom: 50%;
    font-size: 100px;
    z-index: 2;
  }
}
@media only screen and (max-width: 767px) {
  .banner-three-main-wrapper .texts-one {
    bottom: 50%;
    font-size: 80px;
    z-index: 2;
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .banner-three-main-wrapper .texts-one {
    bottom: 45%;
    font-size: 70px;
    z-index: 2;
  }
}
@media only screen and (max-width: 479px) {
  .banner-three-main-wrapper .texts-one {
    display: none;
  }
}
.banner-three-main-wrapper .texts-two {
  position: absolute;
  bottom: 0;
  left: 20%;
  -webkit-text-stroke: 1.25px #FF494A;
  font-family: var(--font-primary);
  font-size: 150px;
  font-weight: 700;
  line-height: 115%;
  color: transparent;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-three-main-wrapper .texts-two {
    bottom: 5%;
    font-size: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-three-main-wrapper .texts-two {
    bottom: 40%;
    font-size: 100px;
    z-index: 2;
  }
}
@media only screen and (max-width: 767px) {
  .banner-three-main-wrapper .texts-two {
    bottom: 45%;
    font-size: 80px;
    z-index: 2;
  }
}
@media only screen and (max-width: 575px) {
  .banner-three-main-wrapper .texts-two {
    bottom: 45%;
    font-size: 70px;
    z-index: 2;
  }
}
@media only screen and (max-width: 479px) {
  .banner-three-main-wrapper .texts-two {
    display: none;
  }
}

/*==========================
  Up Down Animation Start
  ==========================*/
.up-down {
  -webkit-animation: up-down 1s infinite alternate;
  animation: up-down 1s infinite alternate;
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes up-down {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
.up-down-2 {
  -webkit-animation: up-down-2 0.9s infinite alternate;
  animation: up-down-2 0.9s infinite alternate;
}

@-webkit-keyframes up-down-2 {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes up-dow-2 {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.cd-headline.rotate-1 b {
  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);
}

.cd-headline.rotate-1 b.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;
}

.cd-headline.rotate-1 b.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;
  }
}
@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) scaleY(1.1);
    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% {
    -webkit-transform: rotateX(-40deg) scaleY(1.1);
    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% {
    transform: rotateX(-40deg) scaleY(1.1);
    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;
  }
}
.tmp-contact-about-inner .download-icon.tmp-btn i {
  top: 0px;
  font-size: 16px;
}

@media only screen and (max-width: 1400px) {
  .index-nine .tab-content-overlay-to-top {
    margin-top: 0;
  }
}

@media screen and (max-width: 1400px) {
  .index-ten .tab-content-overlay-to-top {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .index-ten .tmp-contact-about-inner .thumbnail img {
    max-width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .index-ten .tmp-contact-about-inner .thumbnail img {
    max-width: 280px;
  }
}

.tmp-white-version .loader-bg-pattern-wrapper {
  z-index: 0;
}
.tmp-white-version .loader-bg-pattern-wrapper {
  position: absolute;
  left: 50%;
  z-index: 0;
  top: 34.1%;
  transform: translate(-50%, -50%);
}
.tmp-white-version .loader-bg-pattern-wrapper .loader-bg-pattern {
  --size: 450px;
  --duration: 4s;
  --logo-color: rgb(214, 214, 214);
  --background: linear-gradient(
  0deg,
  rgba(209, 209, 209, 0.2) 0%,
  rgba(206, 206, 206, 0.2) 100%
  );
  height: var(--size);
  aspect-ratio: 1;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .tmp-white-version .loader-bg-pattern-wrapper .loader-bg-pattern {
    --size:420px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-white-version .loader-bg-pattern-wrapper .loader-bg-pattern {
    --size:400px;
  }
}
@media only screen and (max-width: 575px) {
  .tmp-white-version .loader-bg-pattern-wrapper .loader-bg-pattern {
    --size:320px;
  }
}
@media only screen and (max-width: 479px) {
  .tmp-white-version .loader-bg-pattern-wrapper .loader-bg-pattern {
    --size:220px ;
  }
}
.tmp-white-version .loader-bg-pattern-wrapper .loader-bg-pattern .box {
  position: absolute;
  background: rgba(182, 182, 182, 0.15);
  background: var(--background);
  border-radius: 50%;
  border-top: 1px solid rgb(206, 206, 206);
  box-shadow: rgba(160, 160, 160, 0.123) 0px 10px 10px 0px;
  backdrop-filter: blur(5px);
  animation: ripple-2 var(--duration) infinite ease-in-out;
}
.tmp-white-version .loader-bg-pattern-wrapper .loader-bg-pattern .box:nth-child(1) {
  inset: 40%;
  z-index: 99;
}
.tmp-white-version .loader-bg-pattern-wrapper .loader-bg-pattern .box:nth-child(2) {
  inset: 30%;
  z-index: 98;
  border-color: rgba(100, 100, 100, 0.8);
  animation-delay: 0.2s;
}
.tmp-white-version .loader-bg-pattern-wrapper .loader-bg-pattern .box:nth-child(3) {
  inset: 20%;
  z-index: 97;
  border-color: rgba(100, 100, 100, 0.6);
  animation-delay: 0.4s;
}
.tmp-white-version .loader-bg-pattern-wrapper .loader-bg-pattern .box:nth-child(4) {
  inset: 10%;
  z-index: 96;
  border-color: rgba(203, 203, 203, 0.4);
  animation-delay: 0.6s;
}
.tmp-white-version .loader-bg-pattern-wrapper .loader-bg-pattern .box:nth-child(5) {
  inset: 0%;
  z-index: 95;
  border-color: rgba(100, 100, 100, 0.2);
  animation-delay: 0.8s;
}
.tmp-white-version .loader-bg-pattern-wrapper .loader-bg-pattern .logo {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  padding: 30%;
}
.tmp-white-version .loader-bg-pattern-wrapper .loader-bg-pattern .logo svg {
  fill: var(--logo-color);
  width: 100%;
  animation: color-change var(--duration) infinite ease-in-out;
}
@keyframes ripple-2 {
  0% {
    transform: scale(1);
    box-shadow: rgba(124, 124, 124, 0.3) 0px 10px 10px 0px;
  }
  50% {
    transform: scale(1.3);
    box-shadow: rgba(124, 124, 124, 0.3) 0px 30px 20px 0px;
  }
  100% {
    transform: scale(1);
    box-shadow: rgba(128, 128, 128, 0.3) 0px 10px 10px 0px;
  }
}
@keyframes color-change {
  0% {
    fill: var(--logo-color);
  }
  50% {
    fill: white;
  }
  100% {
    fill: var(--logo-color);
  }
}

.banner-twelve-area {
  position: relative;
  z-index: 1;
  background-image: none !important;
  background: linear-gradient(90deg, rgb(6, 6, 6) 0%, rgba(0, 0, 0, 0) 100%) !important;
}
.banner-twelve-area #particles-js {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  pointer-events: none;
}

.tmp-white-version.home-12 .banner-twelve-area {
  background: linear-gradient(359deg, rgb(255, 255, 255) 0%, rgba(0, 0, 0, 0) 100%) !important;
}
.tmp-white-version.home-12 .loader-bg-pattern-wrapper {
  position: absolute;
  left: 50%;
  z-index: -1;
  top: 34.1%;
  transform: translate(-50%, -50%);
}
.tmp-white-version.home-12 .loader-bg-pattern-wrapper .loader-bg-pattern {
  --size: 450px;
  --duration: 4s;
  --logo-color: rgb(214, 214, 214);
  --background: linear-gradient(
  0deg,
  rgba(223, 223, 223, 0.2) 0%,
  rgba(226, 226, 226, 0.2) 100%
  );
  height: var(--size);
  aspect-ratio: 1;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .tmp-white-version.home-12 .loader-bg-pattern-wrapper .loader-bg-pattern {
    --size:420px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-white-version.home-12 .loader-bg-pattern-wrapper .loader-bg-pattern {
    --size:400px;
  }
}
@media only screen and (max-width: 575px) {
  .tmp-white-version.home-12 .loader-bg-pattern-wrapper .loader-bg-pattern {
    --size:320px;
  }
}
@media only screen and (max-width: 479px) {
  .tmp-white-version.home-12 .loader-bg-pattern-wrapper .loader-bg-pattern {
    --size:220px ;
  }
}
.tmp-white-version.home-12 .loader-bg-pattern-wrapper .loader-bg-pattern .box {
  position: absolute;
  background: rgba(223, 223, 223, 0.15);
  background: rgba(247, 247, 247, 0.3411764706);
  border-radius: 50%;
  border-top: 1px solid rgb(206, 206, 206);
  box-shadow: rgba(216, 216, 216, 0.123) 0px 10px 10px 0px;
  backdrop-filter: blur(5px);
  animation: ripple-2 var(--duration) infinite ease-in-out;
}
.tmp-white-version.home-12 .loader-bg-pattern-wrapper .loader-bg-pattern .box:nth-child(1) {
  inset: 40%;
  z-index: 99;
}
.tmp-white-version.home-12 .loader-bg-pattern-wrapper .loader-bg-pattern .box:nth-child(2) {
  inset: 30%;
  z-index: 98;
  border-color: rgba(100, 100, 100, 0.8);
  animation-delay: 0.2s;
}
.tmp-white-version.home-12 .loader-bg-pattern-wrapper .loader-bg-pattern .box:nth-child(3) {
  inset: 20%;
  z-index: 97;
  border-color: rgba(100, 100, 100, 0.6);
  animation-delay: 0.4s;
}
.tmp-white-version.home-12 .loader-bg-pattern-wrapper .loader-bg-pattern .box:nth-child(4) {
  inset: 10%;
  z-index: 96;
  border-color: rgba(203, 203, 203, 0.4);
  animation-delay: 0.6s;
}
.tmp-white-version.home-12 .loader-bg-pattern-wrapper .loader-bg-pattern .box:nth-child(5) {
  inset: 0%;
  z-index: 95;
  border-color: rgba(192, 192, 192, 0.2);
  animation-delay: 0.8s;
}
.tmp-white-version.home-12 .loader-bg-pattern-wrapper .loader-bg-pattern .logo {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  padding: 30%;
}
.tmp-white-version.home-12 .loader-bg-pattern-wrapper .loader-bg-pattern .logo svg {
  fill: var(--logo-color);
  width: 100%;
  animation: color-change var(--duration) infinite ease-in-out;
}
@keyframes ripple-2 {
  0% {
    transform: scale(1);
    box-shadow: rgba(185, 185, 185, 0.3) 0px 10px 10px 0px;
  }
  50% {
    transform: scale(1.3);
    box-shadow: rgba(185, 185, 185, 0.3) 0px 30px 20px 0px;
  }
  100% {
    transform: scale(1);
    box-shadow: rgba(185, 185, 185, 0.3) 0px 10px 10px 0px;
  }
}
@keyframes color-change {
  0% {
    fill: var(--logo-color);
  }
  50% {
    fill: white;
  }
  100% {
    fill: var(--logo-color);
  }
}
.tmp-white-version.home-12 .header-left-sticky {
  background: #fff;
}
.tmp-white-version.home-12 .header-left-sticky .inner-wrapper::after {
  display: none;
}
.tmp-white-version.home-12 .tmp-right-demo .demo-button .text {
  color: var(--color-primary);
}

.tmp-white-version.index-ten .tmp-contact-about-inner::after {
  display: none;
}

@media only screen and (min-width: 1600px) and (max-width: 1919px) {
  .index-seven .tmp-banner-one-area {
    background-image: none !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .index-seven .tmp-banner-one-area {
    background-image: none !important;
  }
}
.index-seven .tmp-banner-one-area {
  position: relative;
}
.tmp-banner-one-area #particles-js {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  pointer-events: none;
}

.tmp-breadcrumb-image {
  position: relative;
  z-index: 0;
}
.tmp-breadcrumb-image #particles-js {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  pointer-events: none;
}

.tmp-banner-one-area.style-4 {
  position: relative;
  z-index: 1;
}
.tmp-banner-one-area.style-4 #particles-js {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  pointer-events: none;
}

.profile-image-1-personal-left-fixed {
  position: sticky;
  top: 110px;
  left: 80px;
  bottom: 80px;
  padding: 30px;
  border: 1px solid rgba(121, 121, 121, 0.09);
  z-index: 1;
}
.profile-image-1-personal-left-fixed img {
  width: 100%;
}
.profile-image-1-personal-left-fixed::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 60px;
  width: 60px;
  border-radius: 0;
  background: var(--color-primary);
  z-index: -1;
  filter: blur(0px);
}
.profile-image-1-personal-left-fixed::after {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 0;
  height: calc(100% - 60px);
  width: calc(100% - 60px);
}
.profile-image-1-personal-left-fixed .social-default {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: center;
  margin: -8px;
  position: absolute;
  left: 60px;
  top: 60px;
}
@media only screen and (max-width: 575px) {
  .profile-image-1-personal-left-fixed .social-default {
    left: 45px;
    top: 45px;
  }
}
.profile-image-1-personal-left-fixed .social-default li {
  margin: 8px;
}
@media only screen and (max-width: 575px) {
  .profile-image-1-personal-left-fixed .social-default li {
    margin: 4px;
  }
}
.profile-image-1-personal-left-fixed .social-default li a {
  width: 48px;
  background-color: #232324;
  height: 48px;
  line-height: 43px;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  transition: 0.3s;
  color: #fff;
  z-index: 2;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 575px) {
  .profile-image-1-personal-left-fixed .social-default li a {
    width: 35px;
    height: 35px;
  }
}
.profile-image-1-personal-left-fixed .social-default li a::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: var(--color-primary);
  transform: scale(0.5);
  opacity: 0;
  transition: 0.3s;
  border-radius: 100%;
}
.profile-image-1-personal-left-fixed .social-default li a:hover::after {
  transform: scale(1);
  opacity: 1;
}
.profile-image-1-personal-left-fixed .title {
  position: absolute;
  left: 60px;
  bottom: 50px;
  font-size: 44px;
  z-index: 5;
  line-height: 1.4;
  font-weight: 400;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .profile-image-1-personal-left-fixed .title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .profile-image-1-personal-left-fixed .title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 575px) {
  .profile-image-1-personal-left-fixed .title {
    left: 45px;
    bottom: 45px;
  }
}
.profile-image-1-personal-left-fixed .title .header-caption {
  color: var(--color-primary);
}

.banner-twelve-area.with-bg-image {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  min-height: 100vh;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-twelve-area.with-bg-image {
    min-height: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-twelve-area.with-bg-image {
    min-height: 520px;
  }
}
.banner-twelve-area.with-bg-image .banner-one-main-wrapper .inner .title {
  font-size: 84px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-twelve-area.with-bg-image .banner-one-main-wrapper .inner .title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-twelve-area.with-bg-image .banner-one-main-wrapper .inner .title {
    font-size: 54px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-twelve-area.with-bg-image .banner-one-main-wrapper .inner .title {
    font-size: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-twelve-area.with-bg-image .banner-one-main-wrapper .inner .title {
    font-size: 32px;
  }
}
.banner-twelve-area.with-bg-image .social-share-style-1 {
  justify-content: center;
  display: flex;
  margin-top: 40px;
}
.banner-twelve-area.with-bg-image .social-share-style-1 a {
  background: #141414;
}

.model-style-banner {
  position: relative;
}
.model-style-banner .social-area-wrapper-varticle {
  position: absolute;
  left: 60px;
  top: 60%;
}
@media only screen and (max-width: 767px) {
  .model-style-banner .social-area-wrapper-varticle {
    top: 85%;
  }
}
@media only screen and (max-width: 575px) {
  .model-style-banner .social-area-wrapper-varticle {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
.model-style-banner .social-area-wrapper-varticle::after {
  position: absolute;
  left: 50%;
  height: 85px;
  width: 2px;
  background: rgba(255, 255, 255, 0.062745098);
  content: "";
  transform: translateX(-50%);
  bottom: -100px;
}
@media only screen and (max-width: 767px) {
  .model-style-banner .social-area-wrapper-varticle::after {
    display: none;
  }
}
.model-style-banner .social-area-wrapper-varticle ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}
@media only screen and (max-width: 767px) {
  .model-style-banner .social-area-wrapper-varticle ul {
    flex-direction: row-reverse;
  }
}
.model-style-banner .social-area-wrapper-varticle ul li {
  margin: 0;
}
.model-style-banner .social-area-wrapper-varticle ul li a {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.062745098);
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.model-style-banner .social-area-wrapper-varticle ul li a::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background: var(--color-primary);
  opacity: 0.06;
  transform: scale(0);
  transition: all 0.4s ease;
  z-index: -1;
}
.model-style-banner .social-area-wrapper-varticle ul li a:hover::after {
  opacity: 1;
  transform: scale(1);
}

.tmp-white-version .model-style-banner.with-instructor .social-area-wrapper-varticle.style-2 li a {
	background: var(--color-primary);
}

.model-style-banner.with-instructor .hero-bg-video {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.model-style-banner.with-instructor .hero-bg-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.model-style-banner.with-instructor .banner-model-15 {
  text-align: center;
  max-width: 80%;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .model-style-banner.with-instructor .banner-model-15 {
    max-width: 100%;
  }
}
.model-style-banner.with-instructor .banner-model-15 p.disc {
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
}
.model-style-banner.with-instructor .banner-model-15 .title {
  font-size: 160px !important;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .model-style-banner.with-instructor .banner-model-15 .title {
    font-size: 120px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .model-style-banner.with-instructor .banner-model-15 .title {
    font-size: 100px !important;
  }
}
@media only screen and (max-width: 767px) {
  .model-style-banner.with-instructor .banner-model-15 .title {
    font-size: 80px !important;
  }
}
@media only screen and (max-width: 575px) {
  .model-style-banner.with-instructor .banner-model-15 .title {
    font-size: 42px !important;
  }
}

.banner-right-thumb-left-content {
  padding-top: 0;
}
.banner-right-thumb-left-content .pre-title {
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--color-primary);
}
.banner-right-thumb-left-content .title {
  margin-bottom: 35px;
  font-size: 64px;
}
@media only screen and (max-width: 767px) {
  .banner-right-thumb-left-content .title {
    font-size: 56px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-right-thumb-left-content .title {
    font-size: 28px;
  }
}
.banner-right-thumb-left-content .title span {
  color: var(--color-primary);
}
.banner-right-thumb-left-content p.disc {
  margin-bottom: 25px;
  max-width: 75%;
}
@media only screen and (max-width: 575px) {
  .banner-right-thumb-left-content p.disc {
    max-width: 100%;
  }
}
.banner-right-thumb-left-content .find-me-on {
  margin-top: 45px;
}

.banner-right-thumbnail-area .thumbnail-right-inner-main-image {
  padding: 25px;
  background: var(--color-gray-2);
  border-radius: 20px;
}
@media only screen and (max-width: 575px) {
  .banner-right-thumbnail-area .thumbnail-right-inner-main-image {
    padding: 15px;
  }
}

.box-body {
  margin: 25px;
  background: #ee0979;
  background: -webkit-linear-gradient(to right, #ff6a00, #ee0979);
  background: var(--gradient-box) !important;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .box-body {
    margin: 10px;
  }
}
.box-body .main-wrapper-inner {
  background: var(--color-secondary);
}
.box-body .banner-right-thumbnail-area .thumbnail-right-inner-main-image {
  background: var(--gradient-box);
}
@media only screen and (max-width: 575px) {
  .box-body .banner-right-thumbnail-area .thumbnail-right-inner-main-image {
    padding: 15px;
  }
}

.box-body .header--sticky.sticky {
  top: 0;
  left: 25px;
  right: 25px;
  width: auto;
  transform: none;
}

.bg_modern-banner-bg {
  background-image: url(../images/bg/05.webp);
  height: 950px;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
}
@media only screen and (max-width: 575px) {
  .bg_modern-banner-bg {
    height: 750px;
  }
}
.bg_modern-banner-bg::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: radial-gradient(circle, rgba(2, 0, 36, 0) 0%, rgba(6, 6, 6, 0.7647058824), #060606);
}

.banner-inner-modern-content {
  position: absolute;
  bottom: 70px;
  display: flex;
  align-items: flex-end;
  gap: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-inner-modern-content {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .banner-inner-modern-content {
    align-items: flex-start;
    flex-direction: column;
  }
}
.banner-inner-modern-content .title {
	font-size: 120px;
	margin-bottom: 0;
	line-height: 1.2em;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-inner-modern-content .title {
    font-size: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-inner-modern-content .title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-inner-modern-content .title {
    font-size: 43px;
  }
  .banner-inner-modern-content .title br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .banner-inner-modern-content .title {
    font-size: 43px;
  }
  .banner-inner-modern-content .title br {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .banner-inner-modern-content .title {
    font-size: 36px;
  }
}
.banner-inner-modern-content .title span {
  color: var(--color-primary);
}
.banner-inner-modern-content .right-content {
  flex-basis: 35%;
  margin-bottom: 30px;
}
.banner-inner-modern-content .right-content p.disc {
	color: #fff;
	font-weight: 500;
	margin-bottom: 40px;
	font-family: var(--font-primary);
	font-size: 18px;
}

.tmp-banner-area-full-width-modern {
  position: relative;
}
.tmp-banner-area-full-width-modern .social-area-wrapper-varticle {
  position: absolute;
  left: 60px;
  bottom: 95px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .tmp-banner-area-full-width-modern .social-area-wrapper-varticle {
    left: 121px;
    bottom: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .tmp-banner-area-full-width-modern .social-area-wrapper-varticle {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-banner-area-full-width-modern .social-area-wrapper-varticle {
    top: 85%;
  }
}
@media only screen and (max-width: 575px) {
  .tmp-banner-area-full-width-modern .social-area-wrapper-varticle {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
.tmp-banner-area-full-width-modern .social-area-wrapper-varticle ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .tmp-banner-area-full-width-modern .social-area-wrapper-varticle ul {
    flex-direction: row;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-banner-area-full-width-modern .social-area-wrapper-varticle ul {
    flex-direction: row-reverse;
  }
}
.tmp-banner-area-full-width-modern .social-area-wrapper-varticle ul li {
  margin: 0;
}
.tmp-banner-area-full-width-modern .social-area-wrapper-varticle ul li a {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.062745098);
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.tmp-banner-area-full-width-modern .social-area-wrapper-varticle ul li a::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background: var(--color-primary);
  opacity: 0.06;
  transform: scale(0);
  transition: all 0.4s ease;
  z-index: -1;
}
.tmp-banner-area-full-width-modern .social-area-wrapper-varticle ul li a:hover::after {
  opacity: 1;
  transform: scale(1);
}

/*===============================
  About Me Section Card
  ===============================*/
.testimonial-card {
  position: relative;
  z-index: 2;
  display: flex;
}
.testimonial-card .card-content-wrap {
  z-index: 1;
  position: relative;
}
.testimonial-card .card-content-wrap .text-doc {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  text-transform: capitalize;
  max-width: 376px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-card .card-content-wrap .text-doc {
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-card .card-content-wrap .text-doc {
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
    max-width: 393px;
    margin-bottom: 19px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-card .card-content-wrap .text-doc {
    font-size: 20px;
    font-weight: 700;
    line-height: 34px;
  }
}
@media only screen and (max-width: 575px) {
  .testimonial-card .card-content-wrap .text-doc {
    font-size: 21px;
    font-weight: 600;
    line-height: 28px;
  }
}
.testimonial-card .card-content-wrap .card-title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .testimonial-card .card-content-wrap .card-title {
    font-size: 17px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 2px;
  }
}
.testimonial-card .card-content-wrap .card-para {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
}
.testimonial-card .card-content-wrap .testimonital-icon {
  width: 110px;
  height: 93px;
  margin-top: 29px;
}
@media only screen and (max-width: 767px) {
  .testimonial-card .card-content-wrap .testimonital-icon {
    width: 79px;
    height: 71px;
    margin-top: 10px;
  }
}
.testimonial-card .card-content-wrap .testimonital-icon img {
  width: 100%;
}
.testimonial-card .testimonial-card-img {
  display: flex;
  justify-content: end;
  position: absolute;
  right: 0;
  bottom: 15%;
  width: 60%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-card .testimonial-card-img {
    bottom: 7%;
    width: 64%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-card .testimonial-card-img {
    bottom: 7%;
    width: 39%;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-card .testimonial-card-img {
    bottom: 7%;
    width: 50%;
  }
}
.testimonial-card .testimonial-card-img img {
  object-fit: cover;
}
.testimonial-card.style-2 {
  background: var(--color-gray-2);
  border-radius: 20px;
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .testimonial-card.style-2 {
    padding: 30px 20px;
  }
}
.testimonial-card.style-2 .content .text-doc {
  line-height: 1.7;
  font-size: 18px;
  font-family: var(--font-secondary);
  color: var(--color-gray);
  font-weight: 400;
  margin-top: 43px;
  margin-bottom: 38px;
}
@media only screen and (max-width: 767px) {
  .testimonial-card.style-2 .content .text-doc {
    font-size: 16px;
    margin-bottom: 18px;
  }
}
.testimonial-card.style-2 .content .card-title {
	font-family: var(--font-primary);
	font-size: 18px;
	font-weight: 700;
	color: var(--color-heading);
	margin-bottom: 12px;
	line-height: 1.3em;
}
.testimonial-card.style-2 .content .card-para {
  font-family: var(--font-secondary);
  color: var(--color-gray);
  font-size: 14px;
}

.testimonial-wrapper {
  z-index: 1;
}
.testimonial-wrapper .swiper-button-prev,
.testimonial-wrapper .swiper-button-next {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  border: 1px solid var(--color-border);
  transition: all 0.4s ease;
}
.testimonial-wrapper .swiper-button-prev i,
.testimonial-wrapper .swiper-button-next i {
  color: var(--color-heading);
  font-size: 24px;
  font-weight: 300;
  transition: all 0.4s ease;
}
.testimonial-wrapper .swiper-button-prev:hover,
.testimonial-wrapper .swiper-button-next:hover {
  background: var(--color-primary);
}
.testimonial-wrapper .swiper-button-prev:hover i,
.testimonial-wrapper .swiper-button-next:hover i {
  color: #ffffff;
  transform: rotate(0deg);
}
.testimonial-wrapper .swiper-button-prev::after,
.testimonial-wrapper .swiper-button-next::after {
  display: none;
}
.testimonial-wrapper .swiper-button-prev {
  display: none;
}
@media (min-width: 1700px) {
  .testimonial-wrapper .swiper-button-prev {
    left: -150px;
    display: inline-flex;
  }
}
.testimonial-wrapper .swiper-button-prev i {
  transform: rotate(45deg);
}
.testimonial-wrapper .swiper-button-next {
  display: none;
}
@media (min-width: 1700px) {
  .testimonial-wrapper .swiper-button-next {
    right: -150px;
    display: inline-flex;
  }
}
.testimonial-wrapper .swiper-button-next i {
  transform: rotate(-45deg);
}

/*===============================
  Price Plan Card
  ===============================*/
.price-plan-card {
  border-radius: 20px;
  background: var(--color-gray-2);
  padding: 25px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 576px) {
  .price-plan-card {
    padding: 40px;
  }
}
.price-plan-card.active.blur-style-one::before {
  background: var(--color-primary);
  opacity: 1;
}
.price-plan-card.v2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.price-plan-card.v2 .price-plan-card-icon {
  margin-bottom: 33px;
}
.price-plan-card.v2 .check-box {
  border-top: none;
  padding-bottom: 40px;
  border-bottom: 2px solid var(--color-border);
  margin-bottom: 40px;
  padding-top: 28px;
}
@media only screen and (max-width: 767px) {
  .price-plan-card.v2 .check-box {
    margin-bottom: 20px;
    padding-top: 16px;
  }
}
.price-plan-card .popular-tag {
  position: absolute;
  top: 0;
  right: 0;
}
.price-plan-card .price-sub-title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}
.price-plan-card .main-price {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.price-plan-card .per-month {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 28px;
}
@media only screen and (max-width: 767px) {
  .price-plan-card .per-month {
    margin-bottom: 14px;
  }
}

/*===============================
  Check Box
  ===============================*/
.check-box {
  border-top: 2px solid rgba(157, 157, 255, 0.0509803922);
  padding-top: 43px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .check-box {
    padding-bottom: 40px;
  }
}
.check-box ul li {
  margin: 0 0 15px 0;
}
.check-box ul li:last-child {
  margin-bottom: 0;
}
.check-box .check-box-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.check-box .check-box-item .box-icon {
  color: var(--color-primary);
}
.check-box .check-box-item .box-para {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.pricing-table-col-2 {
  border-radius: 6px;
  padding: 37px 40px 40px 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.3s;
}
@media only screen and (max-width: 575px) {
  .pricing-table-col-2 {
    padding: 20px;
  }
}
.pricing-table-col-2 .pricing-table-header {
  border-bottom: 1px solid rgba(157, 157, 255, 0.0509803922);
  padding-bottom: 20px;
  margin-bottom: 34px;
}
.pricing-table-col-2 .pricing-table-header h4 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
  color: #fff;
  margin: 0;
}
.pricing-table-col-2 .pricing-table-header .top p {
  font-size: 13px;
  line-height: 20px;
  color: rgba(226, 230, 255, 0.6509803922);
  margin: 0;
}
.pricing-table-col-2 .pricing-table-header h3 {
  font-size: 48px;
  color: var(--color-primary);
  font-weight: 600;
  margin: 0;
}
.pricing-table-col-2 .pricing-table-header h3 span {
  font-size: 24px;
  color: rgba(226, 230, 255, 0.6509803922);
}
.pricing-table-col-2 .feature-lists {
  margin-bottom: 80px;
  padding: 0;
  list-style: none;
}
.pricing-table-col-2 .feature-lists li {
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	/* font-weight: 300; */
	margin-bottom: 10px;
	font-weight: 400;
}

.pricing-table-items .info {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  margin: 60px 0 0 0;
}
.pricing-table-items .info a {
  color: var(--color-primary);
  text-decoration: underline;
  line-height: 0;
  padding: 0;
  margin: 0;
  height: 0;
  margin-top: 33px;
}

/*===============================
  Get In Touch Wrapper
  ===============================*/
.get-in-touch-wrapper {
  border-radius: 20px;
  background: var(--color-gray-2);
  padding: 20px 30px;
}
@media (min-width: 576px) {
  .get-in-touch-wrapper {
    padding: 80px 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .get-in-touch-wrapper {
    padding: 40px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .get-in-touch-wrapper {
    padding: 30px 20px;
  }
}

/*===============================
  Counter Inner
  ===============================*/
.contact-inner .title-left {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}
@media (min-width: 576px) {
  .contact-inner .title-left {
    font-size: 68px;
    line-height: 78px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-inner .title-left {
    font-size: 50px;
    line-height: 1.23;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-inner .title-left {
    font-size: 50px;
    line-height: 1.23;
  }
}
@media only screen and (max-width: 767px) {
  .contact-inner .title-left {
    font-size: 32px;
    line-height: 1.2;
  }
}

/*===============================
  Contact Form
  ===============================*/
.contact-form .contact-form-wrapper .form-group {
  margin-bottom: 0;
  border: none !important;
}
.contact-form .contact-form-wrapper .form-group input {
  background: transparent;
  height: inherit;
  padding: 15px 20px;
  font-size: 16px;
  color: var(--color-heading);
  font-weight: 600;
  border-radius: 10px;
  border: 2px solid var(--color-border);
}
.contact-form .contact-form-wrapper .form-group input:focus {
  border-color: var(--color-primary);
}
.contact-form .contact-form-wrapper .form-group input::placeholder {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.contact-form .contact-form-wrapper .form-group textarea {
  background: transparent;
  font-size: 16px;
  color: var(--color-heading);
  font-weight: 600;
  border-radius: 10px;
  border: 2px solid var(--color-border);
}
.contact-form .contact-form-wrapper .form-group textarea::placeholder {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.contact-form .contact-form-wrapper .form-group textarea:focus {
  border-color: var(--color-primary);
}
.contact-form .tpm-btn-primary {
  width: 100%;
}
.contact-form .tpm-btn-primary button {
  justify-content: center;
}
.contact-form .tpm-btn-primary span {
  justify-content: center;
}

/*===============================
  Contact Info
  ===============================*/
.contact-info {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  padding: 50px 0;
  width: 100%;
  background: #0F0F0F;
}
.contact-info .contact-icon {
  width: 70px;
  height: 70px;
  background: rgba(255, 73, 74, 0.2);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  margin-bottom: 25px;
  font-size: 30px;
}
.contact-info .title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.contact-info .para {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  margin-bottom: 5px;
}
.contact-info .para  a{
  color:inherit;
}
.contact-info .para  a:hover{
  color: var(--color-primary);
}
.contact-info .para:last-child {
  margin-bottom: 0;
}

/*===============================
  Contact Get In Touch Wrap
  ===============================*/
.contact-get-in-touch-wrap .get-in-touch-wrapper .section-head {
  padding-right: 80px;
  position: sticky;
  top: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-get-in-touch-wrap .get-in-touch-wrapper .section-head {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .contact-get-in-touch-wrap .get-in-touch-wrapper .section-head {
    padding-right: 0;
  }
}

#form-messages.error {
  color: var(--color-danger);
}
#form-messages.success {
  color: var(--color-success);
}

.contact-area-left-portfolio-fixed .form-group {
  margin-bottom: 20px;
}
.contact-area-left-portfolio-fixed input,
.contact-area-left-portfolio-fixed textarea {
  background: var(--color-gray-2);
  border: 1px solid #0F0F0F;
}
.contact-area-left-portfolio-fixed input:focus,
.contact-area-left-portfolio-fixed textarea:focus {
  border: 1px solid var(--color-primary) !important;
}
.contact-area-left-portfolio-fixed input {
  height: 70px;
  padding: 0 20px;
}
.contact-area-left-portfolio-fixed textarea {
  padding-top: 20px;
  padding-left: 20px;
  min-height: 193px;
  border-radius: var(--radius);
  resize: none;
  padding: 15px;
  font-size: 16px;
}

.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 10000;
  opacity: 1;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: var(--font-three);
  content: "\f062";
  text-align: center;
  line-height: 46px;
  font-size: 16px;
  color: var(--color-primary);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  border: 0px solid var(--color-primary);
  box-shadow: none;
  border-radius: 50% !important;
  border-radius: 5px;
  font-weight: 300;
}

.progress-wrap:hover::after {
  opacity: 1;
  content: "\f062";
  border: 0px solid var(--color-primary);
  font-weight: 300;
}

.progress-wrap::before {
  position: absolute;
  font-family: var(--font-three);
  content: "\f062";
  text-align: center;
  line-height: 46px;
  font-size: 16px;
  opacity: 0;
  background: var(--color-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  font-weight: 300;
}

.progress-wrap:hover::before {
  opacity: 0;
}

.progress-wrap svg path {
  fill: var(--color-primary) !important;
}

.progress-wrap svg {
  color: var(--color-primary);
  border-radius: 50%;
  background: #fff;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--color-primary);
  stroke-width: 0px;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  padding: 2px;
}

.home-blue .progress-wrap svg.progress-circle path {
  stroke: var(--color-primary-2);
}
.home-blue .progress-wrap::after {
  border-color: var(--color-primary-2);
  box-shadow: 0px 3px 20px 6px rgba(7, 66, 233, 0.3215686275);
  color: var(--color-primary-2);
}

body.loaded {
  overflow: hidden !important;
  height: 100% !important;
}

.loader-wrap {
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  z-index: 99999999999999;
}

.loader-wrap svg {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 110vh;
  fill: #1a1a1a;
}

.loader-wrap .loader-wrap-heading .load-text {
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 15px;
  text-transform: uppercase;
  z-index: 20;
}

.load-text span {
  -webkit-animation: loading 1s infinite alternate;
  animation: loading 1s infinite alternate;
  color: var(--color-heading);
}

.load-text span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.load-text span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.load-text span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.load-text span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.load-text span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.load-text span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.load-text span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@-webkit-keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.year-of-expariance-wrapper {
	position: relative;
	overflow: hidden;
	background: var(--color-gray-2);
	border-radius: 20px;
	padding: 36px 52px 51px 52px;
	z-index: 10;
}
.year-of-expariance-wrapper.bg-blur-style-one::after, .year-of-expariance-wrapper.bg-blur-style-two::after, .year-of-expariance-wrapper.bg-blur-style-three::after {
  content: " ";
  position: absolute;
  right: -250px;
  bottom: -367px;
  min-width: 474px;
  min-height: 474px;
  border-radius: 100px;
  filter: blur(227px);
  z-index: -1;
}
.year-of-expariance-wrapper.bg-blur-style-one::after {
  background: var(--color-primary);
}
@media (min-width: 1400px) {
  .year-of-expariance-wrapper {
    padding: 36px 52px 51px 52px;
  }
}
@media only screen and (max-width: 767px) {
  .year-of-expariance-wrapper {
    padding: 30px 20px;
  }
}
.year-of-expariance-wrapper .year-expariance-wrap {
  display: flex;
  align-items: center;
  flex-wrap: initial;
  gap: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .year-of-expariance-wrapper .year-expariance-wrap {
    gap: 20px;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 575px) {
  .year-of-expariance-wrapper .year-expariance-wrap {
    display: block;
  }
}
@media (min-width: 568px) {
  .year-of-expariance-wrapper .year-expariance-wrap {
    gap: 44px;
  }
}
.year-of-expariance-wrapper .year-expariance-wrap .year-number {
	color: var(--color-primary);
	font-family: var(--font-primary);
	font-size: 167px;
	line-height: 115%;
	font-weight: 700;
	margin-bottom: 0;
	flex-basis: 40%;
	min-width: max-content;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .year-of-expariance-wrapper .year-expariance-wrap .year-number {
    font-size: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .year-of-expariance-wrapper .year-expariance-wrap .year-number {
    font-size: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .year-of-expariance-wrapper .year-expariance-wrap .year-number {
    font-size: 100px;
    line-height: 1;
  }
}
.year-of-expariance-wrapper .year-expariance-wrap .year-title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 48.14px;
  font-weight: 700;
  line-height: 130%;
  text-transform: capitalize;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .year-of-expariance-wrapper .year-expariance-wrap .year-title {
    font-size: 37px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .year-of-expariance-wrapper .year-expariance-wrap .year-title {
    font-size: 37px;
  }
}
@media only screen and (max-width: 767px) {
  .year-of-expariance-wrapper .year-expariance-wrap .year-title {
    font-size: 32px;
  }
  .year-of-expariance-wrapper .year-expariance-wrap .year-title br {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .year-of-expariance-wrapper .year-expariance-wrap .year-title {
    font-size: 26px;
  }
  .year-of-expariance-wrapper .year-expariance-wrap .year-title br {
    display: none;
  }
}
.year-of-expariance-wrapper .year-para {
  color: var(--color-heading);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 12px;
}

.counter-card {
  padding: 34px 7px;
  border-radius: 20px;
  background: var(--color-gray-2);
  height: 100%;
}
.counter-card .counter-title {
  color: var(--color-heading);
  text-align: center;
  font-family: var(--font-primary);
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  text-transform: capitalize;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .counter-card .counter-title {
    font-size: 40px;
  }
}
.counter-card .counter-para {
  color: var(--color-gray);
  text-align: center;
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-top: 4px;
}

/*===============================
  Education Experience Card
  ===============================*/
.education-experience-card {
  border-radius: 20px;
  background: var(--color-gray-2);
  padding: 50px 40px;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  height: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .education-experience-card {
    padding: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .education-experience-card {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .education-experience-card {
    padding: 30px 20px;
  }
}
.education-experience-card .edu-sub-title {
  color: var(--color-heading);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 5px;
}
.education-experience-card .edu-title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 0;
}
.education-experience-card .edu-para {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-top: 18px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .education-experience-card .edu-para {
    margin-top: 8px;
  }
}

/*===============================
  Experiences Wrapper
  ===============================*/
.experiences-wrapper {
  margin-top: 75px;
}
.experiences-wrapper.v2 .experiences-wrap-left-content {
  padding-left: 40px;
}
@media only screen and (max-width: 575px) {
  .experiences-wrapper.v2 .experiences-wrap-left-content {
    padding: 0 15px;
  }
}
.experiences-wrapper .experiences-wrap-left-content {
  padding: 0 40px;
}
@media (min-width: 1200px) {
  .experiences-wrapper .experiences-wrap-left-content {
    padding-right: 138px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 575px) {
  .experiences-wrapper .experiences-wrap-left-content {
    padding: 0 15px;
  }
}
.experience-content-v1 {
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .experience-content-v1 {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .experience-content-v1 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .experience-content-v1 {
    margin-bottom: 30px;
  }
}
.experience-content-v1:last-child {
  margin-bottom: 0;
}
.experience-content-v1 .ex-subtitle {
  color: var(--color-primary);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 0;
}
.experience-content-v1 .ex-name {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 0;
  margin-top: 0px;
}
.experience-content-v1 .ex-title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  margin-bottom: 0;
  margin-top: 6px;
}
.experience-content-v1 .ex-para {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-top: 16px;
}
.experiences-wrapper .experiences-wrap-right-content {
  overflow: hidden;
}
.experiences-wrapper .experiences-wrap-right-content img {
  width: 100%;
  border-radius: 20px;
}

/*===============================
  Latest Portfolio Area
  ===============================*/
.custom-column-grid .row {
  --bs-gutter-x: 5rem;
  --bs-gutter-y: 4rem;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .custom-column-grid .row {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom-column-grid .row {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .custom-column-grid .row {
    --bs-gutter-x: 15px;
    --bs-gutter-y: 30px;
  }
}

/*===============================
  Latest Portfolio Custom Title
  ===============================*/
.latest-portfolio-custom-title {
  text-align: center;
  -webkit-text-stroke: 1px #242424;
  color: transparent;
  font-family: var(--font-primary);
  text-transform: uppercase;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}
@media (min-width: 576px) {
  .latest-portfolio-custom-title {
    font-size: 100px;
    line-height: 110px;
  }
}
@media (min-width: 1640px) {
  .latest-portfolio-custom-title {
    font-size: 165px;
    line-height: 115%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .latest-portfolio-custom-title {
    font-size: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .latest-portfolio-custom-title {
    font-size: 65px;
  }
}

/*===============================
  Latest Portfolio Card
  ===============================*/
.latest-portfolio-card .portfoli-card-img {
  border-radius: 20px;
  background: var(--color-gray-2);
  padding: 20px;
  border: 2px solid var(--color-border);
  transition: var(--transition);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .latest-portfolio-card .portfoli-card-img {
    padding: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .latest-portfolio-card .portfoli-card-img {
    padding: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .latest-portfolio-card .portfoli-card-img {
    padding: 5px;
  }
}
.latest-portfolio-card .portfoli-card-img a {
  display: block;
  transition: var(--transition);
}
.latest-portfolio-card .portfoli-card-img img {
  border-radius: 20px;
  width: 100%;
  object-fit: cover;
  transition: var(--transition);
}
.latest-portfolio-card:hover .portfoli-card-img img {
  transform: scale(1.03);
}
.latest-portfolio-card.v5 .portfoli-card-img {
  padding: 0;
  overflow: hidden;
  position: relative;
}
.latest-portfolio-card.v5 .portfoli-card-img .img-link-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 100px;
  border: 2px solid var(--color-primary);
  font-size: 24px;
  font-weight: 900;
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 10;
  background: var(--color-primary);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .latest-portfolio-card.v5 .portfoli-card-img .img-link-icon {
    width: 112px;
    height: 112px;
  }
}
.latest-portfolio-card.v5 .portfoli-card-img .img-link-icon i {
  transform: rotate(45deg);
  transition: all 0.4s ease;
  color: var(--color-white);
}
.latest-portfolio-card.v5 .portfoli-card-img .img-link-icon:hover {
  color: var(--color-heading);
}
.latest-portfolio-card.v5 .portfoli-card-img .img-link-icon:hover i {
  transform: rotate(90deg);
}
.latest-portfolio-card.v5 .portfoli-card-img:hover .img-link-icon {
  opacity: 1;
}
.latest-portfolio-card.v5 .portfolio-card-title:hover a {
  color: var(--color-primary);
}
.latest-portfolio-card .portfolio-card-content-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 33px;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .latest-portfolio-card .portfolio-card-content-wrap {
    margin-top: 15px;
  }
}
.latest-portfolio-card .portfolio-card-content-wrap .portfolio-card-title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 0;
  transition: var(--transition);
}
@media only screen and (max-width: 479px) {
  .latest-portfolio-card .portfolio-card-content-wrap .portfolio-card-title {
    font-size: 20px;
  }
}
.latest-portfolio-card .portfolio-card-content-wrap .portfolio-card-title:hover {
  color: var(--color-primary);
}
.latest-portfolio-card .portfolio-card-content-wrap .portfoli-card-para {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-top: 10px;
}

/*===============================
  Latest Portfolio Area
  ===============================*/
.latest-portfolio-area .see-all-btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}

/*===================================
  Latest Portfolio Card Style Two
  ===================================*/
.latest-portfolio-card-style-two {
  border-radius: 20px;
  background: var(--color-gray-2);
  padding: 20px;
  height: 100%;
}
@media (min-width: 576px) {
  .latest-portfolio-card-style-two {
    padding: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .latest-portfolio-card-style-two {
    padding: 10px;
  }
}
.latest-portfolio-card-style-two .portfoli-card-img img {
  border-radius: 10px;
}
.latest-portfolio-card-style-two .portfolio-card-title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 13px;
}
@media only screen and (max-width: 767px) {
  .latest-portfolio-card-style-two .portfolio-card-title {
    font-size: 26px;
    line-height: 34px;
  }
}
.latest-portfolio-card-style-two .portfolio-card-content-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px 0;
}

/*===============================
  Tags Items
  ===============================*/
.tag-items ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .tag-items ul {
    gap: 6px;
    flex-wrap: wrap;
  }
}
.tag-items ul li {
  margin: 0;
  margin-bottom: 6px;
}
.tag-items ul li a {
  border-radius: 500px;
  border: 2px solid var(--color-border);
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding: 5px 15px;
  transition: var(--transition);
}
.tag-items ul li a:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #ffffff;
}

/*===================================
  Latest Portfolio Tabs Area
  ===================================*/
.latest-portfolio-tabs-area .nav-tabs {
  border-bottom: 1px solid none;
  border: none;
}
.latest-portfolio-tabs-area .nav {
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media (min-width: 776px) {
  .latest-portfolio-tabs-area .nav {
    gap: 15px;
  }
}
.latest-portfolio-tabs-area .nav li {
  margin: 0;
}
.latest-portfolio-tabs-area .nav .nav-link {
  padding: 6px 25px;
  border-radius: 999px;
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  background: var(--color-gray-2);
  border: none;
}
.latest-portfolio-tabs-area .nav .nav-link.active {
  background: var(--color-primary) !important;
  color: #ffffff !important;
  border: none;
}
.latest-portfolio-tabs-area .tab-content {
  margin-top: 60px;
  position: relative;
  z-index: 1;
}
.latest-portfolio-tabs-area .tab-content.bg-blur-style-one::after, .latest-portfolio-tabs-area .tab-content.bg-blur-style-one::before, .latest-portfolio-tabs-area .tab-content.bg-blur-style-two::after, .latest-portfolio-tabs-area .tab-content.bg-blur-style-two::before, .latest-portfolio-tabs-area .tab-content.bg-blur-style-three::after, .latest-portfolio-tabs-area .tab-content.bg-blur-style-three::before {
  content: " ";
  position: absolute;
  width: 304px;
  height: 304px;
  opacity: 0.6;
  filter: blur(280px);
  z-index: -1;
}
.latest-portfolio-tabs-area .tab-content.bg-blur-style-one::after, .latest-portfolio-tabs-area .tab-content.bg-blur-style-two::after, .latest-portfolio-tabs-area .tab-content.bg-blur-style-three::after {
  left: 0;
  bottom: 172px;
}
.latest-portfolio-tabs-area .tab-content.bg-blur-style-one::before, .latest-portfolio-tabs-area .tab-content.bg-blur-style-two::before, .latest-portfolio-tabs-area .tab-content.bg-blur-style-three::before {
  right: 0;
  bottom: 65%;
}
.latest-portfolio-tabs-area .tab-content.bg-blur-style-one::after, .latest-portfolio-tabs-area .tab-content.bg-blur-style-one::before {
  background: var(--color-primary);
}
.latest-portfolio-tabs-area .tab-content img {
  border-radius: 20px;
  width: 100%;
  object-fit: cover;
}
.latest-portfolio-tabs-area .tab-content .tab-right-img-wrap .small-img:last-child {
  margin-top: 30px;
}

/*----------------------
    Tmp Portfolio  
-----------------------*/
.tmp-portfolio {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  z-index: 1;
}
.tmp-portfolio img {
  width: 100%;
}
.tmp-portfolio::after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(var(--color-primary) 10%, #000);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 1;
}
.tmp-portfolio:hover::after {
  opacity: 0.85;
}
.tmp-portfolio:hover .portfolio-card-content-wrap {
  bottom: 30px;
  opacity: 1;
  pointer-events: inherit;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-portfolio:hover .portfolio-card-content-wrap {
    bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-portfolio:hover .portfolio-card-content-wrap {
    bottom: 15px;
  }
}
.tmp-portfolio .portfolio-card-content-wrap {
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transition: all 0.4s ease;
  z-index: 999;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-portfolio .portfolio-card-content-wrap {
    left: 15px;
    right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-portfolio .portfolio-card-content-wrap {
    left: 15px;
    right: 15px;
  }
}
.tmp-portfolio .portfolio-card-content-wrap .portfoli-card-para {
	margin-bottom: 10px;
	font-size: 16px;
	font-family: var(--font-secondary);
	color: var(--color-white);
	display: flex;
	gap: 5px;
}
.tmp-portfolio .portfolio-card-content-wrap .portfoli-card-para span + span::before {
	content: ",";
}
.tmp-portfolio .portfolio-card-content-wrap .portfoli-card-para span + span::before {
	content: ",";
	padding-right: 5px;
}
.tmp-portfolio .portfolio-card-content-wrap .portfolio-card-title {
  font-size: 24px;
  margin-bottom: 0;
  color: var(--color-white);
  line-height: 1.3;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-portfolio .portfolio-card-content-wrap .portfolio-card-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-portfolio .portfolio-card-content-wrap .portfolio-card-title {
    font-size: 18px;
  }
}
.tmp-portfolio .portfolio-card-content-wrap .portfolio-card-title:hover {
  color: #fff !important;
}
.tmp-portfolio .tmp-arrow-icon-btn i {
  color: var(--color-white);
}

.over_link {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

/*===============================
  My Skill Card Wrapper
  ===============================*/
.my-skill-card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 43px 20px 32px 20px;
}
.my-skill-card:first-child {
  border-top: 2px solid rgba(227, 227, 227, 0.2);
}
@media (min-width: 992px) {
  .my-skill-card {
    justify-content: space-between;
    flex-direction: inherit;
  }
}
.my-skill-card .card-icon {
  color: var(--color-body);
  font-size: 34px;
  font-weight: 600;
  transition: all 0.4s ease;
  width: 70px;
  height: 70px;
  border: 2px solid var(--color-border);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.my-skill-card .card-icon img {
  max-height: 32px;
  filter: invert(1);
}
.my-skill-card .main-title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  text-transform: capitalize;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .my-skill-card .main-title {
    font-size: 17px;
    line-height: 1.2;
  }
}
.my-skill-card .sub-title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
}
@media (min-width: 900px) {
  .my-skill-card .sub-title {
    text-align: start;
  }
}
.my-skill-card .card-para {
  max-width: 452px;
  margin-bottom: 0;
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  transition: all 0.4s ease;
}
@media (min-width: 900px) {
  .my-skill-card .card-para {
    text-align: start;
  }
}
.my-skill-card .read-more-btn:hover {
  color: var(--color-heading);
}

/*=========================
  My Skill Card Style Two
  =========================*/
.my-skill-area-style-two .my-skill-area-left-content-wrap, .content-sticky-pos {
	position: sticky !important;
	top: 100px;
}
@media (min-width: 576px) {
  .my-skill-area-style-two .my-skill-area-left-content-wrap {
    padding-right: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .my-skill-area-style-two .my-skill-area-left-content-wrap {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .my-skill-area-style-two .my-skill-area-left-content-wrap {
    padding-right: 0;
  }
}

/*===============================
  My Skill Card Style Two
  ===============================*/
.my-skill-card-two {
  padding: 40px;
  position: relative;
  border-top: none;
  flex-direction: column;
}
@media (min-width: 900px) {
  .my-skill-card-two {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .my-skill-card-two {
    padding: 40px 15px;
  }
}
.my-skill-card-two::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid var(--color-border);
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.my-skill-card-two .card-title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-top: 19px;
  margin-bottom: 0;
}
.my-skill-card-two .card-para {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 21px;
}

.border--radious-20 {
  border-radius: 20px !important;
}

/*===============================
  About Me Section Card
===============================*/
.about-us-card-new {
  border-radius: 20px;
  background: var(--color-gray-2);
  padding: 40px 30px;
  height: 100%;
}
@media only screen and (max-width: 575px) {
  .about-us-card-new {
    padding: 15px;
  }
}
.about-us-card-new .card-head {
  display: flex;
  align-items: center;
  gap: 14px;
}
.about-us-card-new .card-head .logo-img {
  width: 45px;
  height: 45px;
  background: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  min-width: 45px;
}
.about-us-card-new .card-head .logo-img i {
  font-size: 18px;
  color: var(--color-white);
}
.about-us-card-new .card-head .card-title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 0;
}
.about-us-card-new .card-para {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-top: 11px;
}

/*===============================
  About Me Left Content Wrap
  ===============================*/
.about-us-left-content-wrap {
  position: relative;
  z-index: 1;
}
.about-us-left-content-wrap.bg-vactor-one::after {
	content: " ";
	position: absolute;
	left: -120px;
	top: 197px;
	background: linear-gradient(0deg, rgba(255, 1, 79, 0) 15.49%, var(--color-primary) 100%);
	filter: blur(2px);
	border-radius: 100%;
	width: 410px;
	height: 410px;
	z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-left-content-wrap.bg-vactor-one::after {
    width: 250px;
    height: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .about-us-left-content-wrap.bg-vactor-one::after {
    width: 200px;
    height: 200px;
  }
}
.about-us-left-content-wrap.bg-vactor-two::after {
  content: " ";
  position: absolute;
  left: 0;
  top: 197px;
  background: linear-gradient(0deg, rgba(255, 1, 79, 0) 15.49%, #FDC448 100%);
  filter: blur(2px);
  border-radius: 100%;
  width: 410px;
  height: 410px;
  z-index: -1;
}
.about-us-left-content-wrap .years-of-experience-card {
  border-radius: 20px;
  border: 0.5px solid rgba(255, 255, 255, 0.05);
  background: rgba(22, 22, 22, 0.3);
  box-shadow: 15px 26.023px 50px 0px rgba(253, 196, 72, 0.04);
  backdrop-filter: blur(35px);
  padding: 64px 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-left-content-wrap .years-of-experience-card {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .about-us-left-content-wrap .years-of-experience-card {
    padding: 40px 30px;
  }
}
.about-us-left-content-wrap .years-of-experience-card .counter-main {
  width: 150px;
  height: 150px;
  background: #060606;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  margin-bottom: 0;
  min-width: 100px;
}
.about-us-left-content-wrap .years-of-experience-card .counter-main .card-title {
  color: var(--color-primary);
  font-family: var(--font-primary);
  font-size: 68px;
  font-weight: 700;
  line-height: 78px;
}
.about-us-left-content-wrap .years-of-experience-card .card-title {
  margin-bottom: 0.5rem;
  font-size: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-left-content-wrap .years-of-experience-card .card-title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .about-us-left-content-wrap .years-of-experience-card .card-title {
    font-size: 60px;
  }
}
.about-us-left-content-wrap .years-of-experience-card .card-para {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  text-transform: capitalize;
  text-align: center;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .about-us-left-content-wrap .years-of-experience-card .card-para {
    font-size: 32px;
    line-height: 42px;
    margin-top: 10px;
  }
}
.design-card-new {
  display: flex;
  align-items: center;
  gap: 30px;
  border-radius: 20px;
  border: 0.5px solid rgba(255, 255, 255, 0.05);
  background: rgba(22, 22, 22, 0.3);
  box-shadow: 15px 26.023px 50px 0px rgba(253, 196, 72, 0.04);
  backdrop-filter: blur(35px);
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .design-card-new {
    gap: 15px;
    padding: 30px 15px;
  }
}
.design-card-new .design-card-img {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--color-border);
}
@media only screen and (max-width: 767px) {
  .design-card-new .design-card-img {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }
}
.design-card-new .design-card-img i {
  color: var(--color-primary);
  font-size: 40px;
}
@media only screen and (max-width: 767px) {
  .design-card-new .design-card-img i {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .design-card-new .design-card-img img {
    max-height: 30px;
  }
}
.design-card-new .card-info p {
  color: var(--color-heading);
}

.download-btn {
  max-width: max-content;
  display: flex;
  gap: 18px;
  margin: auto;
}
.download-btn .icon-reverse-wrapper {
  gap: 7px;
}
.download-btn i {
  top: 0;
  padding: 0 !important;
}

/*===============================
  Tmp Custom Box Tag
  ===============================*/
.tpm-custom-box-bg {
  padding: 100px 15px;
  border-radius: 40px;
  background: var(--color-gray-2);
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .tpm-custom-box-bg {
    padding: 100px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tpm-custom-box-bg {
    padding: 60px 15px;
    margin: 60px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .tpm-custom-box-bg {
    padding: 60px 15px;
    border-radius: 0;
  }
}

/*===============================
  My Expertise Area
  ===============================*/
.my-expertise-area .section-head {
  padding-bottom: 0;
}
.my-expertise-area .header-top-inner {
  padding-bottom: 60px;
}

/*===============================
  My Expertise Eontent Wrap
  ===============================*/
.my-expertise-content-wrap ul li {
  margin: 0;
  margin-bottom: 30px;
}
.my-expertise-content-wrap ul li:last-child {
  margin-bottom: 0;
}

/*===============================
  My Expertise Card wrap
  ===============================*/
.my-expertise-card-wrap {
  border-radius: 20px;
  border: 2px solid var(--color-border);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 30px 30px;
}
@media (min-width: 576px) {
  .my-expertise-card-wrap {
    padding: 50px 60px;
    justify-content: space-between;
  }
}
@media (min-width: 576px) and (max-width: 720px) {
  .my-expertise-card-wrap {
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .my-expertise-card-wrap {
    gap: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .my-expertise-card-wrap {
    padding: 30px 15px;
    gap: 25px;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 575px) {
  .my-expertise-card-wrap {
    flex-direction: column;
  }
}
.my-expertise-card-wrap .expertise-card-left {
  display: flex;
  align-items: center;
  gap: 26px;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-basis: 28%;
}
@media (min-width: 576px) {
  .my-expertise-card-wrap .expertise-card-left {
    justify-content: inherit;
    justify-content: flex-start;
    flex-basis: 30%;
  }
}
@media only screen and (max-width: 575px) {
  .my-expertise-card-wrap .expertise-card-left {
    justify-content: center;
  }
}
.my-expertise-card-wrap .expertise-card-left .expertise-card-logo {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: var(--color-primary);
  border: 2px solid var(--color-border);
}
.my-expertise-card-wrap .expertise-card-left .expertise-card-logo img {
  max-height: 28px;
}
.my-expertise-card-wrap .expertise-card-left .title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  text-transform: capitalize;
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 576px) {
  .my-expertise-card-wrap .expertise-card-left .title {
    text-align: inherit;
  }
}
.my-expertise-card-wrap .para {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  max-width: 452px;
  text-align: center;
  transition: all 0.4s ease;
}
@media (min-width: 576px) {
  .my-expertise-card-wrap .para {
    text-align: inherit;
  }
}

/* Service Card v1*/
.service-card-v1 {
  border-radius: 20px;
  border: 1px solid rgba(255, 73, 74, 0.16);
  padding: 40px 0 40px 0;
  transition: 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-card-v1 {
    padding: 30px 0 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .service-card-v1 {
    padding: 30px 0 30px 0;
  }
}
.service-card-v1.vc-primary-2nd {
  border: 1px solid rgba(255, 73, 74, 0.16);
}
.service-card-v1.vc-primary-2nd .service-card-icon {
  color: var(--color-primary);
}
.service-card-v1 .service-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 55px;
  min-height: 55px;
  color: var(--color-primary);
  font-size: 50px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-card-v1 .service-card-icon {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .service-card-v1 .service-card-icon {
    margin-bottom: 16px;
  }
}
.service-card-v1 .service-title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  text-align: center;
  margin-bottom: 9px;
}
.service-card-v1 .service-para {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
}

/* Service Card v2*/
.service-card-v2 {
  border-radius: 20px;
  background: var(--color-gray-2);
  padding: 36px 40px 36px 40px;
  margin-bottom: 20px;
  display: block;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .service-card-v2 {
    padding: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .service-card-v2 {
    padding: 30px 15px;
  }
}
.service-card-v2:last-child {
  margin-bottom: 0;
}
.service-card-v2 .service-card-num {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 0;
}
.service-card-v2 .service-card-num span {
  margin-right: 15px;
}
.service-card-v2 .service-para {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 22px;
}
@media only screen and (max-width: 767px) {
  .service-card-v2 .service-para {
    margin-top: 7px;
  }
}

.service-card-user-image {
  display: flex;
  justify-content: center;
}
@media (min-width: 1200px) {
  .service-card-user-image {
    margin-left: 70px;
  }
}

.inner .ft-link li span {
  background: var(--color-primary) !important;
}
.inner .ft-link li span i {
  color: #fff;
}

.service-details-area-wrapper .service-thumnail-wrap {
  margin-bottom: 20px;
}
.service-details-area-wrapper .service-thumnail-wrap img {
  border-radius: 20px;
}
.service-details-area-wrapper .title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 42px;
  line-height: 52px;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .service-details-area-wrapper .title {
    font-size: 48px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .service-details-area-wrapper .title {
    font-size: 40px;
    line-height: 52px;
  }
}
.service-details-area-wrapper .doc-para {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 30px;
}
.service-details-area-wrapper .doc-para:last-child {
  margin-bottom: 0;
}
.service-details-area-wrapper .title-mini {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 20px;
}

/*=========================
  Services Widget
  =========================*/
.services-widget {
  position: relative;
}
.services-widget.v1 .service-item .my-skill-card .card-para {
  color: white;
}
.services-widget.v1 .service-item.mleave .my-skill-card .card-para {
  color: var(--color-gray);
}
.services-widget.v1 .service-item.mleave .my-skill-card .card-icon {
  color: var(--color-primary);
}
.services-widget.v1 .active-bg {
  background: var(--color-primary);
}
.services-widget.v1 .mleave .my-skill-card .card-icon {
  border: 2px solid var(--color-border);
}
.services-widget.v1 .mleave .my-skill-card .card-icon i {
  color: var(--color-body);
}
.services-widget.v1 .my-skill-card .card-icon {
  border: 2px solid var(--color-border);
}
.services-widget.v1 .my-skill-card .card-icon i {
  color: var(--color-heading);
}
.services-widget.v2 .service-item {
  margin-bottom: 20px;
}
.services-widget.v2 .service-item:last-child {
  margin-bottom: 0;
}
.services-widget.v2 .service-item .expertise-card-logo {
  background: transparent !important;
}
.services-widget.v2 .service-item .para {
  color: var(--color-heading);
}
.services-widget.v2 .service-item.mleave .expertise-card-logo {
  background: var(--color-primary) !important;
}
.services-widget.v2 .service-item.mleave .para {
  color: var(--color-gray);
}
.services-widget.v2 .active-bg {
  border-radius: 20px;
  background: rgba(255, 1, 79, 0.1019607843);
  backdrop-filter: blur(35px);
}
.services-widget.v3 .service-item .my-skill-card .card-para {
  color: white;
}
.services-widget.v3 .service-item.mleave .my-skill-card .card-para {
  color: var(--color-gray);
}
.services-widget.v3 .service-item.mleave .my-skill-card .card-icon {
  color: var(--color-primary);
}
.services-widget.v3 .active-bg {
  background: var(--color-primary);
}
.services-widget.v4 .service-item {
  margin-bottom: 20px;
}
.services-widget.v4 .service-item:last-child {
  margin-bottom: 0;
}
.services-widget.v4 .service-item .expertise-card-logo {
  background: var(--color-secondary) !important;
}
.services-widget.v4 .service-item .para {
  color: var(--color-heading);
}
.services-widget.v4 .service-item.mleave .expertise-card-logo {
  background: var(--color-primary) !important;
}
.services-widget.v4 .service-item.mleave .para {
  color: var(--color-gray);
}
.services-widget.v4 .active-bg {
  border-radius: 20px;
  background: rgba(253, 196, 72, 0.0901960784);
  backdrop-filter: blur(10px);
}
.services-widget.v5 .service-item .my-skill-card .card-para {
  color: white;
}
.services-widget.v5 .service-item.mleave .my-skill-card .card-para {
  color: var(--color-gray);
}
.services-widget.v5 .service-item.mleave .my-skill-card .card-icon {
  color: var(--color-primary);
}
.services-widget.v5 .active-bg {
  background: var(--color-primary);
}
.services-widget.v6 .service-item {
  margin-bottom: 20px;
}
.services-widget.v6 .service-item:last-child {
  margin-bottom: 0;
}
.services-widget.v6 .service-item .expertise-card-logo {
  background: var(--color-secondary) !important;
}
.services-widget.v6 .service-item .para {
  color: var(--color-heading);
}
.services-widget.v6 .service-item.mleave .expertise-card-logo {
  background: var(--color-primary) !important;
}
.services-widget.v6 .service-item.mleave .para {
  color: var(--color-gray);
}
.services-widget.v6 .active-bg {
  border-radius: 20px;
  background: var(--color-primary);
}
.services-widget .service-item {
  position: relative;
  z-index: 2;
  gap: 20px;
  overflow: hidden;
}
.services-widget .service-item .service-link {
  border: none;
  padding: 0;
  margin: 0;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.services-widget .service-item .expertise-card-logo {
  transition: all 0.4s ease;
}
.services-widget .number {
  color: var(--color-primary);
  font-size: 20px;
  /* 	font-weight: var(--tj-fw-bold); */
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.services-widget .active-bg {
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  position: absolute;
  z-index: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.service.service__style--1 {
  padding: 30px 26px;
  padding-bottom: 30px;
  transition: transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1), box-shadow 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .service.service__style--1 {
    padding: 30px 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service.service__style--1 {
    padding: 30px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .service.service__style--1 {
    padding: 30px 14px;
  }
}
.service.service__style--1 .shape-service-1 {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1;
  max-width: 150px;
  margin: auto;
  opacity: 0;
}
.service.service__style--1 .icon {
  transition: 0.3s;
  font-size: 45px;
  font-weight: 400;
  margin-bottom: 23px;
  color: var(--color-primary);
  text-align: center;
  border-radius: 100%;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service.service__style--1 .icon {
    margin-bottom: 11px;
  }
}
.service.service__style--1 .icon i {
  stroke-width: 1 !important;
  font-size: 60px;
}
.service.service__style--1 .icon svg {
  stroke-width: 2px !important;
  width: 45px;
  height: 45px;
}
.service.service__style--1 .icon img {
  max-height: 60px;
}
.service.service__style--1 .content .title {
  margin-bottom: 19px;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service.service__style--1 .content .title {
    margin-bottom: 8px;
  }
}
.service.service__style--1 .content .title a {
  color: inherit;
  transition: 0.3s;
}
.service.service__style--1 .content .title a:hover {
  color: var(--color-primary);
}
.service.service__style--1 .content p {
  transition: 0.3s;
}
.service.service__style--1 .content .discover-btn {
  text-align: center;
  display: flex;
  justify-content: center;
}
.service.service__style--1:hover {
  transform: translateY(-5px);
}
.service.service__style--1:hover .shape-service-1 {
  opacity: 0.3;
}
.service.service__style--1:hover .shape-service-1 img {
  animation: moveOut 0.4s linear;
}
.service.service__style--1.tmp-border-none {
  border: none;
}
.service.service__style--1.tmp-border {
  border: 2px solid var(--color-border);
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .service.service__style--1.text-left, .service.service__style--1.text-start {
    padding: 40px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service.service__style--1.text-left, .service.service__style--1.text-start {
    padding: 40px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service.service__style--1.text-left, .service.service__style--1.text-start {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .service.service__style--1.text-left, .service.service__style--1.text-start {
    padding: 30px 20px;
  }
}
.service.service__style--1.text-left .icon, .service.service__style--1.text-start .icon {
  justify-content: left;
}
.service.service__style--1.text-left .content .discover-btn, .service.service__style--1.text-start .content .discover-btn {
  justify-content: flex-start;
}
.service.service__style--1.icon-circle-style {
  background-color: transparent;
  box-shadow: none;
  padding: 0px 35px;
  margin-top: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .service.service__style--1.icon-circle-style {
    padding: 0px 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service.service__style--1.icon-circle-style {
    padding: 0px 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service.service__style--1.icon-circle-style {
    padding: 0px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .service.service__style--1.icon-circle-style {
    padding: 0px 10px;
  }
}
.service.service__style--1.icon-circle-style .icon {
  font-size: 39px;
  color: var(--color-primary);
  display: flex;
  justify-content: center;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  margin-bottom: 23px;
  background-color: var(--color-primary-darker);
  line-height: 90px;
  align-items: center;
}
.service.service__style--1.with-working-process {
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service.service__style--1.with-working-process {
    padding: 20px 0;
  }
}
.service.service__style--1.with-working-process .icon {
  width: 180px;
  height: 180px;
  line-height: 180px;
  font-size: 60px;
  position: relative;
}
.service.service__style--1.with-working-process .line {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: 100%;
  left: 100%;
  background-color: var(--color-border);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service.service__style--1.with-working-process .line {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .service.service__style--1.with-working-process .line {
    display: none;
  }
}
.service.service__style--1.with-working-process:hover {
  transform: none;
}
.service.service__style--1.variation-2 {
  padding-bottom: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.service.service__style--1.variation-3 {
  padding-bottom: 50px;
}
.service.service__style--1.service-bg-transparent {
  padding: 0;
}
.service.service__style--1.service-bg-transparent .icon {
  margin-bottom: 12px;
}
.service.service__style--1.service-bg-transparent .content .title {
  margin-bottom: 12px;
}

.skill-style-border-card {
  border-radius: 5px;
  padding: 30px 0 18px 0;
  margin-bottom: 0;
  transition: 0.3s;
  height: 100%;
  text-align: center;
}
.skill-style-border-card img {
  display: block;
  margin: auto auto 20px auto;
  max-width: 50px;
  max-height: 50px;
}
.skill-style-border-card .count-number {
  margin-bottom: 5px;
  font-size: 44px;
}

.our-supported-company-area {
  border-radius: 30px;
}
.our-supported-company-area .row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  border-left: 2px solid var(--color-border);
  border-top: 2px solid var(--color-border);
}

.support-company-logo {
  border-right: 2px solid var(--color-border);
  padding: 40px 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-bottom: 2px solid var(--color-border);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .support-company-logo {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .support-company-logo {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .support-company-logo {
    padding: 24px 0;
  }
}
@media only screen and (max-width: 575px) {
  .support-company-logo {
    padding: 24px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .support-company-logo img {
    max-height: 44px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .support-company-logo img {
    max-height: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .support-company-logo img {
    max-height: 44px;
  }
}

.rts-progress-area .thumbnail {
  display: block;
  overflow: hidden;
  max-width: max-content;
}

.rts-progress-area .thumbnail img {
  transition: 0.3s;
}

.rts-progress-area .thumbnail:hover img {
  transform: scale(0.95);
}

.single-progress-area-h4 {
  margin-top: 30px;
}

.single-progress-area-h4:first-child {
  margin-top: 0;
}

.single-progress-area-h4 .page-wrapper {
  width: calc(100% - 100px);
  margin: 100px auto 200px;
}

.single-progress-area-h4 .progress {
  height: 5px;
  position: relative;
  margin-top: 14px;
  border-radius: 0;
}

.single-progress-area-h4 .progress .bg--primary {
  background: red;
  border-radius: 0;
}

.single-progress-area-h4 .progress .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.single-progress-area-h4 .progress .progress-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.single-progress-area-h4 .progress .progress-top p {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  margin-bottom: 0;
}

.single-progress-area-h4 .progress .progress-top span.parcent {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
}

/* circle progress */
svg.radial-progress {
  height: auto;
  max-width: 100px;
  border-radius: 50%;
  border: 1px solid rgba(31, 31, 33, 0.08);
  transform: rotate(-90deg);
  width: 100%;
  background-image: none;
  transition: 0.3s;
}

svg.radial-progress circle {
  fill: transparent;
  stroke: #fff;
}

svg.radial-progress circle.bar-static {
  stroke: rgb(38, 38, 38) !important;
  stroke-width: 2px;
  transition: 0.3s;
}

svg.radial-progress circle.bar--animated {
  stroke-dasharray: 219.9114857513;
  stroke: var(--color-heading);
  stroke-dashoffset: 219.9114857513;
  stroke-width: 3px;
  transition: 0.3s;
  stroke-linecap: round;
}

svg.radial-progress text {
  fill: #fafafa;
  font-size: 16px;
  font-weight: 700;
  text-anchor: middle;
  font-family: var(--font-primary);
  transition: 0.3s;
}

svg.radial-progress:hover circle.bar-static {
  stroke-width: 1px;
}

svg.radial-progress:hover circle.bar--animated {
  stroke-width: 4px;
}

section.svg-container svg.radial-progress:nth-child(even) {
  margin: 0 15px;
}

section.svg-container svg.radial-progress:nth-last-of-type(1) {
  background: linear-gradient(260deg, #ff0300, #ffc900);
}

section.svg-container svg.radial-progress:nth-last-of-type(0) {
  background-image: linear-gradient(60deg, #3d3393 0%, #2b76b9 37%, #2cacd1 65%, #35eb93 100%);
}

.devider {
  font-size: 50px;
  padding: 20px;
  min-height: 11vh;
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(-225deg, #FF057C 0%, #FF057C 40%, #321575 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}

.devider:nth-last-of-type(2) {
  background-image: linear-gradient(260deg, #ff0300, #ffc900);
}

.single-progress-circle {
  display: flex;
  justify-content: center;
  position: relative;
}

.single-progress-circle .small-text {
  position: absolute;
  top: 55%;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #1F1F21;
  font-family: var(--font-primary);
}

.resume-widget .resume-single {
  position: relative;
  padding: 20px 30px;
  border-radius: 20px;
  background: var(--color-gray-2);
  z-index: 10;
  overflow: hidden;
}
.resume-widget .resume-single::after {
  transition: all 0.8s ease;
  content: " ";
  position: absolute;
  bottom: -313px;
  right: -407px;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  filter: blur(227px);
  opacity: 0;
  pointer-events: none;
}
.resume-widget .resume-single:hover::after {
  background: var(--color-primary);
  opacity: 1;
}

.resume-section .section-title i {
  color: var(--color-primary);
  margin-right: 15px;
}

.resume-widget .resume-single:hover:before {
  opacity: 1;
}

.resume-widget .resume-single .time {
	color: var(--color-primary);
	font-size: 20px;
	font-weight: 800;
	margin-bottom: 8px;
	gap: 28px;
	display: flex;
	align-items: center;
}
.resume-widget .resume-single .time i {
	opacity: 1;
	margin: 0 !important;
}
.resume-widget .resume-single .time i::after {
  display: none;
}
.resume-widget .resume-single .time i::before {
  top: -10px;
}

.resume-widget .resume-single .institute {
  color: var(--color-gray);
}

.resume-widget .resume-single:hover .time {
  color: var(--color-primary);
}

.resume-widget .resume-single .resume-title {
	font-size: 25px;
	text-transform: uppercase;
	margin-bottom: 8px;
	line-height: 1.2em;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .resume-widget .resume-single .resume-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .resume-widget .resume-single .resume-title {
    font-size: 20px;
  }
}

.resume-section .section-title i {
  font-family: "fontawesome";
}

/* Progress Area  */
.progress-charts {
  overflow: hidden;
}
.progress-charts + .progress-charts {
  margin-top: 30px;
}
.progress-charts h6.heading {
  margin-bottom: 15px;
  color: var(--color-heading);
  font-size: 14px;
  font-weight: 400;
  font-family: var(--font-secondary);
  letter-spacing: 1px;
}
.progress-charts h6.heading span.percent-label {
  color: var(--color-heading);
  font-size: 12px;
  text-transform: uppercase;
  opacity: 0.9;
  font-weight: 400;
  font-family: var(--font-secondary);
}
.progress-charts .progress {
  height: 13px;
  overflow: visible;
  font-size: 14px;
  border-radius: 10px;
  padding: 3px;
  background: var(--color-gray-2);
}
.progress-charts .progress .progress-bar {
  overflow: visible;
  position: relative;
  border-radius: 14px;
  background: var(--color-primary);
}
.progress-charts .progress .progress-bar span.percent-label {
  position: absolute;
  right: 0;
  top: -37px;
  font-weight: 400;
  color: var(--color-heading);
  font-size: 14px;
  text-transform: uppercase;
  opacity: 0.9;
  font-family: var(--font-secondary);
}

/*-----------------------
    Progress Bar 
-----------------------*/
.single-progress + .single-progress {
  margin-top: 40px;
}

.single-progress {
  position: relative;
  overflow: hidden;
}
.single-progress .title {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-body);
  letter-spacing: 0.5px;
  margin-bottom: 18px;
}

.progress {
  height: 30px;
  overflow: hidden;
  background-color: var(--color-card);
  border-radius: 500px;
}
.progress .progress-bar {
  border-radius: 500px;
  width: 0;
  height: 100%;
  background-color: var(--color-primary);
  transition: width 0.5s ease;
  overflow: visible;
}
.progress .progress-bar.bar-color-2 {
  background: rgb(251, 83, 67);
}
.progress .progress-bar.bar-color-3 {
  background: #E33FA1;
}
.progress .progress-bar.bar-color-4 {
  background: #6549D5;
}
.progress .progress-bar.bar-gradiand {
  background: radial-gradient(circle farthest-corner at 0% 0%, var(--color-pink) 25%, var(--color-secondary) 45%, var(--color-primary) 65%, var(--color-light-green) 85%);
}
.progress .progress-number {
  position: absolute;
  font-size: 14px;
  top: 0;
  line-height: 24px;
  right: 0;
  z-index: 1;
}

.progress-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}
.progress-info .title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  color: var(--color-body);
  letter-spacing: 0.5px;
}
.progress-info span.progress-number {
  font-size: 14px;
  color: var(--color-body);
}

.no-radius .progress {
  border-radius: 0;
}
.no-radius .progress .progress-bar {
  border-radius: 0;
}

.large-size .progress {
  height: 20px;
}

/*-----------------------------------
    Radial Progress 
-----------------------------------*/
.radial-progress-single {
  text-align: center;
}
.radial-progress-single .circle-info {
  padding-top: 20px;
  text-align: center;
}
.radial-progress-single .circle-info .title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 4px;
}
.radial-progress-single .circle-info .subtitle {
  margin-bottom: 0;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: var(--color-body);
}

.radial-progress {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .radial-progress {
    display: inline-block;
  }
}
.radial-progress .circle-text {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}
.radial-progress .circle-text span.count {
  font-size: 28px;
  line-height: 1;
  font-weight: 600;
  color: var(--color-body);
  position: relative;
}
.radial-progress .circle-text span.count::after {
  position: absolute;
  content: "%";
  left: 100%;
  color: var(--color-body);
}

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

Primary style

-------------------------------- */
.cd-title {
  position: relative;
  text-align: center;
}

.cd-intro {
  width: 90%;
  max-width: 768px;
  text-align: center;
}

.cd-intro {
  margin: 4em auto;
}

@media only screen and (min-width: 768px) {
  .cd-intro {
    margin: 5em auto;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-intro {
    margin: 6em auto;
  }
}
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

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

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

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

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

  xrotate-1 

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

.cd-headline.rotate-1 b {
  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);
}

.cd-headline.rotate-1 b.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;
}

.cd-headline.rotate-1 b.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 

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

.cd-headline.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: #aebcb9;
}

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

.cd-headline.type .cd-words-wrapper.selected {
  background-color: #aebcb9;
}

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

.cd-headline.type .cd-words-wrapper.selected b {
  color: #0d0d0d;
}

.cd-headline.type b {
  visibility: hidden;
}

.cd-headline.type b.is-visible {
  visibility: visible;
}

.cd-headline.type i {
  position: absolute;
  visibility: hidden;
}

.cd-headline.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 

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

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

.cd-headline.rotate-2 b {
  opacity: 0;
}

.cd-headline.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 .cd-headline.rotate-2 i {
  opacity: 1;
}

.cd-headline.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;
}

.cd-headline.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;
}

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

.no-csstransitions .cd-headline.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 .cd-headline.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 .cd-headline.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 

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

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

.cd-headline.loading-bar .cd-words-wrapper::after {
  /* loading bar */
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: var(--color-primary);
  z-index: 2;
  -webkit-transition: width 0.3s -0.1s;
  -moz-transition: width 0.3s -0.1s;
  transition: width 0.3s -0.1s;
}

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

.cd-headline.loading-bar b {
  top: 0.2em;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.cd-headline.loading-bar b.is-visible {
  opacity: 1;
  top: 0;
}

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

  xslide 

  -------------------------------- */
.cd-headline.slide span {
  display: inline-block;
}

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

.cd-headline.slide b {
  opacity: 0;
  top: 0.2em;
}

.cd-headline.slide b.is-visible {
  top: 0;
  opacity: 1;
  -webkit-animation: slide-in 0.6s;
  -moz-animation: slide-in 0.6s;
  animation: slide-in 0.6s;
}

.cd-headline.slide b.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 

  -------------------------------- */
.cd-headline.clip span {
  display: inline-block;
}

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

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

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline.clip b.is-visible {
  opacity: 1;
}

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

  xzoom 

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

.cd-headline.zoom b {
  opacity: 0;
}

.cd-headline.zoom b.is-visible {
  opacity: 1;
  -webkit-animation: zoom-in 0.8s;
  -moz-animation: zoom-in 0.8s;
  animation: zoom-in 0.8s;
}

.cd-headline.zoom b.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 

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

.cd-headline.rotate-3 b {
  opacity: 0;
}

.cd-headline.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 .cd-headline.rotate-3 i {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.cd-headline.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;
}

.cd-headline.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 .cd-headline.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 .cd-headline.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 

  -------------------------------- */
.cd-headline.scale b {
  opacity: 0;
}

.cd-headline.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 .cd-headline.scale i {
  opacity: 1;
}

.cd-headline.scale i.in {
  -webkit-animation: scale-up 0.6s forwards;
  -moz-animation: scale-up 0.6s forwards;
  animation: scale-up 0.6s forwards;
}

.cd-headline.scale i.out {
  -webkit-animation: scale-down 0.6s forwards;
  -moz-animation: scale-down 0.6s forwards;
  animation: scale-down 0.6s forwards;
}

.no-csstransitions .cd-headline.scale i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 0;
}

.no-csstransitions .cd-headline.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 

  -------------------------------- */
.cd-headline.push b {
  opacity: 0;
}

.cd-headline.push b.is-visible {
  opacity: 1;
  -webkit-animation: push-in 0.6s;
  -moz-animation: push-in 0.6s;
  animation: push-in 0.6s;
}

.cd-headline.push b.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%);
  }
}
.personal-portfolio-right-inner-wrapper {
  margin-right: auto;
}
.personal-portfolio-right-inner-wrapper p {
  font-weight: 500;
}
.personal-portfolio-right-inner-wrapper .section-header .subtitle {
  display: flex;
  align-items: center;
  font-weight: 500;
  letter-spacing: 0px;
}
.personal-portfolio-right-inner-wrapper .section-header .subtitle i {
  margin-right: 10px;
}
.personal-portfolio-right-inner-wrapper .tmp-title-split {
  font-weight: 500;
}
@media only screen and (max-width: 575px) {
  .personal-portfolio-right-inner-wrapper .tmp-title-split {
    font-size: 22px;
  }
}
.personal-portfolio-right-inner-wrapper .tmp-title-split span {
  color: var(--color-primary);
}
.personal-portfolio-right-inner-wrapper .section-header h1 {
  font-weight: 400;
  font-size: 60px;
  line-height: 1.3;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .personal-portfolio-right-inner-wrapper .section-header h1 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 1199px) {
  .personal-portfolio-right-inner-wrapper .section-header h1 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .personal-portfolio-right-inner-wrapper .section-header h1 {
    font-size: 26px;
  }
}
.personal-portfolio-right-inner-wrapper .section-header h1 span {
  color: var(--color-primary);
}
.count-box.counter-style-2.border-style.small-radious .count-number {
  background-color: transparent;
  border: none;
  border-radius: 4px;
  width: 100%;
  height: 170px;
  background-color: #1b1b1c;
}
.count-box.counter-style-2 .description {
  padding: 0 10%;
}
.count-box.counter-style-2 .count-number {
  background-color: transparent;
  border: none;
  border-radius: 4px;
  width: 100%;
  height: 170px;
  background-color: #1b1b1c;
  font-size: 44px;
  background-color: #1b1b1c;
  display: inline-block;
  min-width: 150px;
  height: 150px;
  border-radius: 100%;
  text-align: center;
  line-height: 150px;
  margin-bottom: 20px;
  padding: 0 20px;
  font-weight: 500;
  color: var(--color-heading);  
}
.personal-portfolio-right-inner-wrapper .tmponhover::after {
  border-radius: 5px;
}
.personal-portfolio-right-inner-wrapper .contact-area-left-portfolio-fixed .thumbnail {
  height: 100%;
}
.personal-portfolio-right-inner-wrapper .contact-area-left-portfolio-fixed .thumbnail img {
  height: 100%;
}

.experience-style-list .experience-list {
  padding-left: 31px;
  border-left: 5px solid #17191c;
}
@media only screen and (max-width: 767px) {
  .experience-style-list .experience-list {
    padding-left: 27px;
  }
}
@media only screen and (max-width: 479px) {
  .experience-style-list .experience-list {
    padding-left: 14px;
  }
}
.experience-style-list .experience-list .resume-single-list {
  position: relative;
  z-index: 2;
  margin-top: 50px;
  padding: 45px 40px;
  border-radius: 6px;
  background: var(--color-card);
  transition: var(--transition);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .experience-style-list .experience-list .resume-single-list {
    padding: 30px 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .experience-style-list .experience-list .resume-single-list {
    padding: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .experience-style-list .experience-list .resume-single-list {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .experience-style-list .experience-list .resume-single-list {
    padding: 20px;
  }
}
.experience-style-list .experience-list .resume-single-list .inner::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border: 5px solid #17191c;
  border-radius: 100%;
  right: 104%;
  top: 55px;
  transform: translateY(-7px);
  background: #222529;
  transition: var(--transition);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .experience-style-list .experience-list .resume-single-list .inner::after {
    right: 106%;
  }
}
@media only screen and (max-width: 479px) {
  .experience-style-list .experience-list .resume-single-list .inner::after {
    right: 102%;
  }
}
.experience-style-list .experience-list .resume-single-list .inner::before {
  position: absolute;
  content: "";
  width: 32px;
  height: 5px;
  right: 100%;
  top: 63px;
  transform: translateY(-7px);
  background: #1b1c1d;
  z-index: 0;
}
@media only screen and (max-width: 479px) {
  .experience-style-list .experience-list .resume-single-list .inner::before {
    width: 15px;
  }
}
.experience-style-list .experience-list .resume-single-list .inner .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #1e2025;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .experience-style-list .experience-list .resume-single-list .inner .heading {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .experience-style-list .experience-list .resume-single-list .inner .heading {
    display: block;
  }
}
.experience-style-list .experience-list .resume-single-list .inner .heading .title {
  margin-bottom: 15px;
}
.experience-style-list .experience-list .resume-single-list .inner .heading .title h4 {
  color: var(--color-lightn);
  font-family: var(--font-primary);
  font-size: 24px;
  line-height: 39px;
  margin-bottom: 7px;
  font-weight: 500;
  transition: var(--transition);
}
@media only screen and (max-width: 479px) {
  .experience-style-list .experience-list .resume-single-list .inner .heading .title h4 {
    font-size: 21px;
    line-height: 34px;
  }
}
.experience-style-list .experience-list .resume-single-list .inner .heading .title span {
  color: #7c838e;
  display: block;
  font-size: 14px;
}
.experience-style-list .experience-list .resume-single-list .inner .heading .date-of-time {
  display: inline-block;
}
.experience-style-list .experience-list .resume-single-list .inner .heading .date-of-time span {
  color: #fff;
  display: block;
  font-size: 14px;
  padding: 0 15px;
  height: 36px;
  line-height: 36px;
  border-radius: 6px;
  background: #1e2025;
  transition: var(--transition);
  font-weight: 500;
}
.experience-style-list .experience-list .resume-single-list .inner p {
  font-size: 18px;
  line-height: 28px;
  color: var(--color-body);
  transition: var(--transition);
}
.experience-style-list .experience-list .resume-single-list .inner.psudo-after-none::after {
  display: none;
}
.experience-style-list .experience-list .resume-single-list .inner.psudo-after-none::before {
  display: none;
}
.experience-style-list .experience-list .resume-single-list:hover .inner .heading .title h4 {
  color: var(--color-white);
}
.experience-style-list .experience-list .resume-single-list:hover .inner .heading .date-of-time span {
  background: var(--color-primary);
}
.experience-style-list .experience-list .resume-single-list:hover .inner .description {
  color: var(--color-lightn);
}
.experience-style-list .experience-list .resume-single-list:hover .inner::after {
  background: var(--color-primary);
}
.experience-style-list .experience-list .resume-single-list:hover::before {
  opacity: 1;
}

.bg-card {
  background: var(--color-card);
}

.personal-portfolio-right-inner-wrapper {
  margin-right: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .personal-portfolio-right-inner-wrapper {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .personal-portfolio-right-inner-wrapper {
    max-width: 100%;
  }
}

.tmp-portfolio-small {
  text-align: left;
  padding: 30px;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  height: 100%;
  transition: 0.5s all ease-in-out;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-portfolio-small {
    padding: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .tmp-portfolio-small {
    padding: 20px;
  }
}
.tmp-portfolio-small .inner .thumbnail a {
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.tmp-portfolio-small .inner .thumbnail a img {
  width: 100%;
  transition: var(--transition);
  height: auto;
  object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-portfolio-small .inner .thumbnail a img {
    height: inherit;
  }
}
.tmp-portfolio-small .inner .thumbnail a video {
  border-radius: 10px;
  height: 100%;
  transition: var(--transition);
  object-fit: cover;
  width: 100%;
}
@media only screen and (max-width: 479px) {
  .tmp-portfolio-small .inner .thumbnail a {
    display: inline-flex;
  }
}
.tmp-portfolio-small .inner .content {
  padding-top: 18px;
}
.tmp-portfolio-small .inner .content .category-info {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}
.tmp-portfolio-small .inner .content .category-info .category-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.tmp-portfolio-small .inner .content .category-info .category-list a {
  color: var(--color-primary);
  font-weight: 500;
  font-family: var(--font-primary);
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
}
.tmp-portfolio-small .inner .content .category-info .meta span {
  color: var(--color-lightn);
  font-weight: 500;
  font-family: var(--font-primary);
  font-size: 13px;
}
.tmp-portfolio-small .inner .content .category-info .meta span i {
  margin-right: 2px;
  font-size: 13px;
  transition: var(--transition);
}
.tmp-portfolio-small .inner .content .category-info .meta span a i {
  margin-right: 2px;
  font-size: 13px;
  transition: var(--transition);
}
.tmp-portfolio-small .inner .content .title {
  margin: 0;
}
.tmp-portfolio-small .inner .content .title a {
  transition: var(--transition);
  color: var(--color-lightn);
  font-weight: 600;
  font-size: 23px;
  line-height: 34px;
  display: inline-block;
}
@media only screen and (max-width: 479px) {
  .tmp-portfolio-small .inner .content .title a {
    font-size: 20px;
    line-height: 30px;
  }
}
.tmp-portfolio-small .inner .content .title a i {
  font-size: 0;
  position: relative;
  top: 10px;
  transition: var(--transition);
  opacity: 0;
}
.tmp-portfolio-small .inner .content .title:hover a {
  color: var(--color-primary);
}
.tmp-portfolio-small .inner .content .title:hover a i {
  color: var(--color-primary);
  top: 3px;
  opacity: 1;
  font-size: 23px;
}
.tmp-portfolio-small::before {
  content: "";
  position: absolute;
  transition: var(--transition);
  width: 100%;
  height: 100%;
  border-radius: 20px;
  top: 0;
  left: 0;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  z-index: -1;
}
.tmp-portfolio-small:hover::before {
  opacity: 1;
}
.tmp-portfolio-small:hover .thumbnail a img {
  transform: scale(1.1);
}
.tmp-portfolio-small:hover video {
  transform: scale(1.1);
}

.tmponhover {
  position: relative;
  overflow: hidden;
}
.tmponhover::before {
	content: "" !important;
	position: absolute;
	top: var(--y) !important;
	left: var(--x) !important;
	transform: translate(-50%, -50%);
	background: radial-gradient(var(--color-primary), transparent, transparent);
	width: 200%;
	height: 200%;
	opacity: 0;
	transition: 0.5s, top 0s, left 0s;
	border-radius: 20px;
}
.tmponhover:hover::before {
  opacity: 1;
}
.tmponhover::after {
  content: "";
  position: absolute;
  inset: 2px;
  background: var(--color-gray-2);
  border-radius: 20px;
}
.tmponhover > * {
  z-index: 2;
  position: relative;
}

/*------------------
Right Demo  
--------------------*/
.tmp-right-demo {
  width: 40px;
  position: fixed;
  z-index: 99;
  right: 0px;
  top: calc(60% - 55px);
}
.tmp-right-demo p {
  font-weight: 700;
  color: #fff;
}
.tmp-right-demo .demo-button {
  border-radius: 6px 0 0 6px;
  transition: var(--transition);
  position: relative;
  z-index: 2;
  font-size: 14px;
  border: 0 none;
  width: 100%;
  min-width: 100%;
  padding: 10px 0px 8px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}
.tmp-right-demo .demo-button::before {
  content: "";
  position: absolute;
  transition: var(--transition);
  width: 100%;
  height: 100%;
  border-radius: 2px 0 0 2px;
  top: 0;
  left: 0;
  background: var(--color-primary);
  opacity: 1;
  z-index: -1;
  background: linear-gradient(-45deg, #ee7752, #252525, #ff004b, #d52323);
  background-size: 400% 400%;
  animation: gradient 4s ease infinite;
  opacity: 1;
  backdrop-filter: blur(21px);
}
@keyframes gradient {
  0% {
    background-position: 25% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 25% 50%;
  }
}
.tmp-right-demo .demo-button .text {
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding-left: 5px;
  padding-right: 5px;
  color: #ffffff;
  font-weight: 500;
  font-family: var(--font-secondary);
}

/*-------------------
 Popup Tab  
-----------------------*/
.popuptab-area {
  justify-content: center;
  margin: -20px -10px;
  margin-bottom: 30px;
  border: 0 none;
}
.popuptab-area li {
  margin: 20px 10px;
}
@media only screen and (max-width: 767px) {
  .popuptab-area li {
    margin: 10px 10px;
  }
}
.popuptab-area li a.nav-link {
  border-radius: 8px;
  background: var(--color-secondary);
  position: relative;
  z-index: 2;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 15px 35px;
  list-style: none;
  text-decoration: none;
  color: #ffffff;
  outline: none;
  border: 2px solid rgba(255, 255, 255, 0.0784313725);
  font-family: var(--font-secondary);
  transition: var(--transition);
}
.popuptab-area li a.nav-link.active {
  border-color: var(--color-primary) !important;
  color: #ffffff !important;
  background: var(--color-primary) !important;
}
.popuptab-area li a.nav-link:hover, .popuptab-area li a.nav-link.active {
  border-color: transparent;
}

/*-----------------------
    Demo Modal Popup  
------------------------*/
.demo-modal-area {
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border: 0px;
  background-color: #060606;
  position: fixed;
  z-index: 999;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  transform: translateX(100px);
}
.demo-modal-area .demo-close-btn {
  border: 0 none;
  position: fixed;
  right: 80px;
  top: 40px;
  width: 40px;
  display: inline-block;
  height: 40px;
  font-size: 22px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: var(--transition);
  z-index: 2;
  border-radius: 100px;
  background: #141414;
  color: var(--color-primary);
  min-width: 40px;
  line-height: 42px;
}
.demo-modal-area .demo-close-btn:hover {
  color: var(--color-primary);
}
.demo-modal-area .wrapper .tmp-modal-inner {
  margin: 70px auto;
  border-radius: 6px;
  padding: 50px;
  background: #141414;
  position: relative;
  max-width: 1170px;
  width: 90%;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .demo-modal-area .wrapper .tmp-modal-inner {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .demo-modal-area .wrapper .tmp-modal-inner {
    padding: 30px 20px;
  }
}
.demo-modal-area .wrapper .tmp-modal-inner::after {
  content: " ";
  position: absolute;
  right: -450px;
  bottom: -500px;
  min-width: 474px;
  min-height: 474px;
  border-radius: 100px;
  filter: blur(227px);
  z-index: 1;
  background: var(--color-primary);
}
.demo-modal-area .wrapper .tmp-modal-inner::before {
  content: " ";
  position: absolute;
  left: -450px;
  top: -500px;
  min-width: 474px;
  min-height: 474px;
  border-radius: 100px;
  filter: blur(227px);
  z-index: 1;
  background: var(--color-primary);
}
.demo-modal-area .wrapper .tmp-modal-inner .demo-top .title {
  margin-bottom: 12px;
  color: #fff;
  font-size: 40px;
}
.demo-modal-area .wrapper .tmp-modal-inner .demo-top .subtitle {
  font-size: 16px;
  font-family: var(--font-secondary);
  width: 48%;
  margin: 0 auto;
  margin-bottom: 28px;
  margin-top: 22px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .demo-modal-area .wrapper .tmp-modal-inner .demo-top .subtitle {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .demo-modal-area .wrapper .tmp-modal-inner .demo-top .subtitle {
    width: 100%;
  }
}
.demo-modal-area.open {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.single-demo {
  position: relative;
  background-color: var(--color-secondary);
  z-index: 1;
  border-radius: 10px;
  transition: all var(--transition) linear;
}
.single-demo::before {
  position: absolute;
  content: "";
  top: -2px;
  left: -2px;
  transition: all var(--transition) linear;
  background: linear-gradient(180deg, var(--color-primary) 0%, var(--color-secondary) 100%);
  opacity: 0.2;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  z-index: -1;
  border-radius: 10px;
}
.single-demo.coming-soon {
  pointer-events: none;
}
.single-demo .inner {
  position: relative;
  z-index: 2;
  transition: var(--transition);
}
.single-demo .inner.badge-1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.single-demo .inner.badge-1::after {
  position: absolute;
  content: "Hot";
  padding: 3px 10px;
  border-radius: 5px;
  z-index: 2;
  font-size: 14px;
  top: 15px;
  right: 15px;
  background: linear-gradient(to right, #6a67ce, #fc636b) !important;
  color: #ffffff;
  transition: 0.3s;
}
.single-demo .inner.badge-2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.single-demo .inner.badge-2::after {
  position: absolute;
  content: "New";
  padding: 3px 10px;
  border-radius: 5px;
  z-index: 2;
  font-size: 14px;
  top: 15px;
  right: 15px;
  background: linear-gradient(to right, #6a67ce, #fc636b) !important;
  color: #ffffff;
  transition: 0.3s;
}
.single-demo .inner .thumbnail {
  border-radius: 6px 6px 0 0;
}
.single-demo .inner .thumbnail a {
  position: relative;
  display: block;
  z-index: 2;
}
.single-demo .inner .thumbnail a::after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 8px 8px 0 0;
  transition: 0.4s;
  opacity: 0;
}
.single-demo .inner .thumbnail a .overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  margin-top: 10px;
  display: inline-block;
  transition: 0.4s;
}
.single-demo .inner .thumbnail a .overlay-content .overlay-text {
  display: inline-block;
  padding: 8px 15px;
  background: var(--color-primary);
  font-size: 14px;
  border-radius: 8px;
  opacity: 0;
  transition: 0.4s;
  color: #ffffff;
  font-family: var(--font-secondary);
}
.single-demo .inner .thumbnail img {
  border-radius: 6px 6px 0 0;
}
.single-demo .inner .title {
  margin-bottom: 0;
  padding-top: 16px;
  font-size: 18px;
  text-align: center;
  letter-spacing: 1px;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  margin-top: 0;
  font-weight: 500;
  padding-bottom: 16px;
  font-family: var(--font-secondary);
}
.single-demo .inner .title a {
  color: #ffffff;
  display: block;
  transition: 0.3s;
}
.single-demo .inner .title a:hover {
  color: var(--color-primary);
}
.single-demo:hover .inner .thumbnail a::after {
  opacity: 1;
}
.single-demo:hover .inner .thumbnail a .overlay-content {
  margin-top: 0;
}
.single-demo:hover .inner .thumbnail a .overlay-content .overlay-text {
  opacity: 1;
}
.single-demo:hover .badge-1:after {
  transform: scale(0.8);
  right: 0;
  top: 7px;
}
.single-demo:hover .badge-2:after {
  transform: scale(0.8);
  right: 0;
  top: 7px;
}
.single-demo:hover::before {
  transition: var(--transition);
  opacity: 1;
}

/*---------------------------------
    Right Demo Light Version  
----------------------------------*/
.demo-modal-area.active-light .wrapper .tmp-modal-inner {
  background: #EDEDED;
}

.demo-modal-area.active-light .single-demo {
  background: #ffffff;
}

.demo-modal-area.active-light .single-demo .inner .title a {
  color: #141414;
  transition: var(--transition);
}

.demo-modal-area.active-light .single-demo::before {
  background: linear-gradient(180deg, var(--color-primary) 0%, var(--color-white) 100%);
}

.demo-modal-area.active-light .demo-close-btn {
  background: var(--color-white);
}

.demo-modal-area .popuptab-area li a.nav-link {
  position: relative;
  z-index: 2;
}

.demo-modal-area.active-light .single-demo .inner .title {
  border-top: 1px solid transparent;
}

.demo-modal-area.active-light .wrapper .tmp-modal-inner .demo-top .title {
  color: #ffffff;
}

.demo-modal-area.active-light .wrapper .tmp-modal-inner .demo-top .subtitle {
  color: #6A7789;
}

.demo-modal-area.active-light .wrapper .tmp-modal-inner .demo-top .title {
  color: #141414;
}

.tmp-white-version .tmp-right-demo .demo-button .text {
  color: #141414;
}

.active-light .popuptab-area li a.nav-link {
  background: #ffffff;
  color: #141414;
}

.demo-modal-area.active-light {
  background-color: #eee4e7;
}

body.tmp-white-version.index-8 .tmp-contact-about-inner .info-box {
  background: #f2f2f2;
}

.demo-button-wrapper {
  width: auto;
  white-space: nowrap;
  position: fixed;
  right: 0%;
  top: 40%;
  cursor: pointer;
  z-index: 1000;
  -webkit-transform: rotate(-90deg) translateY(-100%);
  -ms-transform: rotate(-90deg) translateY(-100%);
  transform: rotate(-90deg) translateY(-100%);
  -webkit-transform-origin: 100% 0 0;
  -ms-transform-origin: 100% 0 0;
  transform-origin: 100% 0 0;
  margin-right: -1px;
  display: flex;
}
.demo-button-wrapper .buy-theme {
  text-align: center;
  background-color: #48a133;
  position: relative;
  z-index: 1;
}
.demo-button-wrapper .buy-theme a {
  color: #fff;
  font-size: 11px;
  padding: 10px 15px;
  display: block;
  font-weight: 500;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .demo-button-wrapper .buy-theme a {
    padding: 7px;
  }
}
@media only screen and (max-width: 767px) {
  .demo-button-wrapper .buy-theme a {
    padding: 7px;
  }
}
.demo-button-wrapper .buy-theme .theme-wrapper {
  padding: 0;
  position: relative;
  top: 0;
  opacity: 1;
  transition-delay: 0.3s;
  line-height: 0;
}
.demo-button-wrapper .all-demo .demos {
  font-size: 11px;
  padding: 10px 15px;
  display: block;
  font-weight: 500;
  background-color: #1f242e;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .demo-button-wrapper .all-demo .demos {
    padding: 7px;
  }
}
@media only screen and (max-width: 767px) {
  .demo-button-wrapper .all-demo .demos {
    padding: 7px;
  }
}
.demo-button-wrapper .all-demo .theme-wrapper {
  padding: 0 9px;
  position: relative;
  top: 0;
  opacity: 1;
  transition-delay: 0.3s;
  line-height: 0;
}
.demo-button-wrapper .all-demo .theme-wrapper > div {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 21px;
}

.demo-modal-area.open::-webkit-scrollbar {
  display: none;
}

/*----Template Style----*/
.project-details-thumnail-wrap img {
  border-radius: 20px;
}

.project-details-area-wrapper .project-details-content-wrap .title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 38px;
  line-height: 48px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .project-details-area-wrapper .project-details-content-wrap .title {
    font-size: 48px;
    line-height: 60px;
  }
}
.project-details-area-wrapper .project-details-content-wrap .mini-title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}
.project-details-area-wrapper .project-details-content-wrap .docs {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 20px;
}

.check-box-wrap {
  margin-bottom: 45px;
}
.check-box-wrap ul li {
  margin: 0;
  margin-bottom: 7px;
}
.check-box-wrap ul li:last-child {
  margin-bottom: 0;
}
.check-box-wrap ul li .check-box-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 0;
}
.check-box-wrap ul li .check-box-item span {
  color: var(--color-primary);
}
.check-box-wrap ul li .check-box-item span i {
  background: transparent;
  border-radius: 100px;
  font-weight: 400;
  margin-top: 6px;
}

.project-details-swiper-wrapper .project-details-swiper .project-details-img img {
  border-radius: 20px;
  width: 100%;
  object-fit: cover;
}
.project-details-swiper-wrapper .project-details-swiper-btn {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.project-details-swiper-wrapper .project-details-swiper-btn .project-swiper-button-next,
.project-details-swiper-wrapper .project-details-swiper-btn .project-swiper-button-prev {
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--color-gray);
  font-family: var(--font-primary);
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  transition: all 0.4s ease;
}
.project-details-swiper-wrapper .project-details-swiper-btn .project-swiper-button-next span,
.project-details-swiper-wrapper .project-details-swiper-btn .project-swiper-button-prev span {
  min-width: 40px;
  min-height: 40px;
  border: 2px solid var(--color-border);
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-heading);
  transition: all 0.4s ease;
}
.project-details-swiper-wrapper .project-details-swiper-btn .project-swiper-button-next i,
.project-details-swiper-wrapper .project-details-swiper-btn .project-swiper-button-prev i {
  transition: all 0.4s ease;
  font-weight: 400;
  font-size: 14px;
}
.project-details-swiper-wrapper .project-details-swiper-btn .project-swiper-button-next:hover,
.project-details-swiper-wrapper .project-details-swiper-btn .project-swiper-button-prev:hover {
  color: var(--color-primary);
}
.project-details-swiper-wrapper .project-details-swiper-btn .project-swiper-button-next:hover span,
.project-details-swiper-wrapper .project-details-swiper-btn .project-swiper-button-prev:hover span {
  background: var(--color-primary);
  border: 2px solid var(--color-primary);
  color: var(--color-white);
}

/*---------------------
    Card Styles  
----------------------*/
.tmp-breadcrumb-image {
  height: 400px;
}
@media only screen and (max-width: 767px) {
  .tmp-breadcrumb-image {
    height: 250px;
  }
}
.tmp-breadcrumb-image .bg_image--2 {
  background-position: center center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cv-card-area {
    margin-top: -200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cv-card-area {
    margin-top: -200px;
  }
}
@media only screen and (max-width: 767px) {
  .cv-card-area {
    margin-top: -200px;
  }
}

.tab-content-overlay-to-top {
  margin-top: -300px;
  position: sticky;
  top: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .tab-content-overlay-to-top {
    margin-top: -200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tab-content-overlay-to-top {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tab-content-overlay-to-top {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .tab-content-overlay-to-top {
    margin-top: 0px;
  }
}

.tab-wrapper-overlay-to-top {
  margin-top: -100px !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .tab-wrapper-overlay-to-top {
    margin-top: 50px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tab-wrapper-overlay-to-top {
    margin-top: 0px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tab-wrapper-overlay-to-top {
    margin-top: 0px !important;
  }
}
@media only screen and (max-width: 767px) {
  .tab-wrapper-overlay-to-top {
    margin-top: 0px !important;
  }
}

.sticky-top {
	z-index: 1110 !important;
}

.sticky-top.tmp-sticky-top {
  padding: 0 !important;
  margin: 0 !important;
}

.tmp-contact-about-inner {
  padding: 30px;
  border-radius: 10px;
  border: 2px solid var(--color-border);
  background: #0F0F0F;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .tmp-contact-about-inner {
    padding: 20px 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tmp-contact-about-inner {
    display: flex;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-contact-about-inner {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-contact-about-inner {
    display: flex;
    padding: 30px 15px;
  }
}
@media only screen and (max-width: 575px) {
  .tmp-contact-about-inner {
    display: block;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tmp-contact-about-inner .content {
    text-align: left;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-contact-about-inner .content {
    text-align: left;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-contact-about-inner .content {
    text-align: left;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .tmp-contact-about-inner .content {
    padding-left: 0;
  }
}
.tmp-contact-about-inner .thumbnail {
  margin-bottom: 28px;
  overflow: hidden;
  border-radius: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .tmp-contact-about-inner .thumbnail {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .tmp-contact-about-inner .thumbnail {
    margin-bottom: 0;
  }
}
.tmp-contact-about-inner .thumbnail img {
  width: 100%;
  transition: var(--transition);
  max-width: 300px;
  border-radius: 10px;
}
@media only screen and (max-width: 1199px) {
  .tmp-contact-about-inner .thumbnail img {
    max-width: max-content;
    margin-bottom: 0;
  }
}
.tmp-contact-about-inner .title-area {
  margin-bottom: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .tmp-contact-about-inner .title-area {
    margin-bottom: 5px;
  }
}
.tmp-contact-about-inner .title-area h4.title {
  font-size: 29px;
  line-height: 44px;
  color: var(--color-heading);
  margin-bottom: 9px;
}
@media only screen and (max-width: 479px) {
  .tmp-contact-about-inner .title-area h4.title {
    font-size: 20px;
  }
}
.tmp-contact-about-inner .subtitle {
  font-family: var(--font-secondary);
  color: var(--color-body);
}
.tmp-contact-about-inner .info-box {
  background: var(--color-secondary);
  padding: 20px 30px;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .tmp-contact-about-inner .info-box {
    padding: 15px;
  }
}
.tmp-contact-about-inner .description {
  margin-bottom: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .tmp-contact-about-inner .description {
    margin-bottom: 5px;
  }
}
.tmp-contact-about-inner .description p {
  font-size: 16px;
  font-weight: 400;
  color: var(--color-body);
  font-family: var(--font-secondary);
  line-height: 28px;
  display: inline-block;
  margin-bottom: 20px;
}
.tmp-contact-about-inner .description span {
  display: block;
  font-family: var(--font-secondary);
  color: var(--color-body);
}
@media only screen and (max-width: 767px) {
  .tmp-contact-about-inner .description span {
    font-size: 16px;
  }
}
.tmp-contact-about-inner .description span a {
  transition: var(--transition);
  position: relative;
  color: var(--color-body);
  font-weight: 400;
}
.tmp-contact-about-inner .description span a::before {
  content: "";
  position: absolute;
  width: 0%;
  background-color: var(--color-primary);
  height: 1px;
  left: 0;
  bottom: 2px;
  transition: var(--transition);
  z-index: 10;
}
.tmp-contact-about-inner .description span a:hover {
  color: var(--color-primary);
}
.tmp-contact-about-inner .description span a:hover::before {
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tmp-contact-about-inner .social-link {
    justify-content: flex-start !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-contact-about-inner .social-link {
    justify-content: flex-start !important;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-contact-about-inner .social-link {
    justify-content: flex-start !important;
  }
}
.tmp-contact-about-inner::after {
  content: " ";
  position: absolute;
  right: -450px;
  bottom: -500px;
  min-width: 474px;
  min-height: 474px;
  border-radius: 100px;
  filter: blur(227px);
  z-index: 1;
  background: var(--color-primary);
}

@media only screen and (max-width: 1199px) {
  body.index-8 .tmp-contact-about-inner .thumbnail img {
    max-width: 420px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 778px) {
  body.index-8 .tmp-contact-about-inner .thumbnail img {
    max-width: 100%;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  body.index-8 .tmp-contact-about-inner {
    display: flex;
    padding: 15px;
  }
}

.tab-navigation-button {
	float: left;
	background-color: #181818;
	border-radius: 10px;
	width: 100%;
	height: auto;
	flex-wrap: nowrap;
	margin-top: 0;
	padding: 20px !important;
	border: 2px solid var(--color-border);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tab-navigation-button {
    padding: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tab-navigation-button {
    display: flex;
    flex-direction: row !important;
    margin-bottom: 0;
    padding: 10px 15px;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .tab-navigation-button {
    display: flex;
    flex-direction: row !important;
    margin-bottom: 0;
    padding: 10px 15px;
    flex-wrap: wrap;
  }
}
.tab-navigation-button .nav-item {
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tab-navigation-button .nav-item {
    margin: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .tab-navigation-button .nav-item {
    margin: 5px;
  }
}
.tab-navigation-button .nav-item .nav-link {
  border: none;
  font-size: 18px;
  color: var(--color-body);
  height: 80px;
  border-radius: 10px;
  padding: 15px 20px;
  width: 100%;
  display: flex;
  margin: 0;
  align-items: center;
  transition: 0.3s;
  justify-content: center;
  font-family: var(--font-secondary);
  background: var(--color-gray-2);
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tab-navigation-button .nav-item .nav-link {
    height: auto;
    padding: 15px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tab-navigation-button .nav-item .nav-link {
    height: auto;
    padding: 15px 20px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .tab-navigation-button .nav-item .nav-link {
    height: auto;
    padding: 5px 12px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
.tab-navigation-button .nav-item .nav-link:hover, .tab-navigation-button .nav-item .nav-link:focus, .tab-navigation-button .nav-item .nav-link.active {
  color: var(--color-white) !important;
  background-color: var(--color-primary) !important;
}
.tab-navigation-button .nav-item:last-child .nav-link {
  margin-bottom: 0;
}
.tab-navigation-button.style-2 {
  float: none;
  width: 100%;
  margin-bottom: -10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tab-navigation-button.style-2 {
    width: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tab-navigation-button.style-2 {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .tab-navigation-button.style-2 {
    width: auto;
    margin-bottom: -5px;
  }
}
.tab-navigation-button.style-2 .nav-item {
  margin: 0 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .tab-navigation-button.style-2 .nav-item {
    margin: 0 5px;
    margin-bottom: 5px;
  }
}
.tab-navigation-button.style-2 .nav-item .nav-link {
  padding: 15px 38px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .tab-navigation-button.style-2 .nav-item .nav-link {
    padding: 13px 22px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 575px) {
  .tab-navigation-button.style-2 .nav-item .nav-link {
    padding: 5px;
  }
}
.tmp-all-tab-content {
  background: #0F0F0F;
  padding: 40px;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .tmp-all-tab-content {
    padding: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .tmp-all-tab-content {
    padding: 5px;
  }
}

/*----Footer Style----*/
.footer-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.footer-area .footer-bg-img {
  position: absolute;
  left: 84px;
  top: 60px;
  z-index: -1;
}
.footer-shape-anim {
  animation: sppeen-box 70s linear infinite;
}

@keyframes sppeen-box {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.footer-style-one-wrapper,
.footer-style-two-wrapper {
  background: var(--color-gray-2);
}

.footer-style-one .ft-title,
.footer-style-two .ft-title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 40px;
}

/*================================
   Footer Style One
  ================================*/
.footer-style-one .description {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-weight: 400;
  margin-top: 22px;
  font-size: 50px;
  line-height: 60px;
}
@media (min-width: 992px) {
  .footer-style-one .description {
    font-size: 50px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 575px) {
  .footer-style-one .description {
    font-size: 40px;
    line-height: 45px;
  }
}
.footer-style-one .description span {
  font-weight: 700;
}

/*================================
   Footer Style two
  ================================*/
.footer-style-two .logo {
  margin-bottom: 30px;
}
.footer-style-two .description {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 30px;
}
.footer-style-two .row {
  --bs-gutter-y: 0;
}
.footer-style-two .quick-link-wrap {
  margin-top: 20px;
}
@media (min-width: 576px) {
  .footer-style-two .quick-link-wrap {
    margin-left: 0;
    margin-top: 0;
  }
}
.footer-style-two .contact-wrap {
  margin-top: 20px;
}
@media (min-width: 576px) {
  .footer-style-two .contact-wrap {
    margin-left: 0;
    margin-top: 0;
  }
}

/*================================
   Newsletter Form 1
  ================================*/
.newsletter-form-1 {
  display: flex;
  align-items: center;
  padding-bottom: 19px;
  border-bottom: 2px solid var(--color-border);
  max-width: 330px;
}
.newsletter-form-1:focus {
  border-color: var(--color-primary) !important;
}
.newsletter-form-1 input,.newsletter-form-1 input[type="email"] {
	padding: 0 !important;
	color: #fff !important;
	border: 0 none !important;
	min-height: initial !important;
	max-height: initial !important;
	height: initial !important;
}
.newsletter-form-1 input::placeholder {
  color: #FFF;
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.newsletter-form-1 button {
  max-width: max-content;
  margin-left: auto;
  border: none;
}
.newsletter-form-1 .form-icon {
	font-size: 16px;
	font-weight: 900;
	color: var(--color-heading);
	cursor: pointer;
	background: transparent;
}
/*================================
   Single Footer Wrapper
  ================================*/
@media (min-width: 768px) {
  .single-footer-wrapper.quick-link-wrap {
    margin-left: 80px;
  }
}
.single-footer-wrapper .social-link {
  margin-top: 30px;
}

/*================================
   FT Link
  ================================*/
.ft-link li {
  margin-top: 0;
  margin-bottom: 8px;
}
.ft-link li:last-child {
  margin-bottom: 0;
}
.ft-link.v2 li {
  margin-top: 0;
  margin-bottom: 22px;
  gap: 15px;
}
.ft-link.v2 li span {
  border: 1px solid var(--color-border);
  width: 50px;
  height: 50px;
  min-width: 50px;
}
.ft-link.v2 li:last-child {
  margin-bottom: 0;
}
.ft-link a {
  color: var(--color-heading);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.ft-link li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--color-heading);
  font-family: var(--font-secondary);
}
.ft-link li span {
  min-width: 40px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--color-border);
  border-radius: 100px;
  color: var(--color-heading);
  background: transparent;
}
.ft-link li .ft-link-wrap .link-title {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 0;
}
.ft-link li a {
  color: var(--color-heading);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.contact-wrap .ft-link li {
  margin-bottom: 15px;
}

/*================================
   Copyright Area One
  ================================*/
.copyright-area-one {
  background: var(--color-gray-2);
}
.copyright-area-one .main-wrapper {
  border-top: 1px solid var(--color-border);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 28px 0;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .copyright-area-one .main-wrapper {
    gap: 20px;
  }
}
@media (min-width: 700px) {
  .copyright-area-one .main-wrapper {
    justify-content: space-between;
  }
}
.copyright-area-one .main-wrapper .copy-right-para {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
  text-align: center;
}
.copyright-area-one .main-wrapper ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 350px) {
  .copyright-area-one .main-wrapper ul {
    justify-content: inherit;
    gap: 10px;
  }
}
@media (min-width: 768px) {
  .copyright-area-one .main-wrapper ul {
    gap: 15px;
  }
}
.copyright-area-one .main-wrapper ul li {
  margin: 0;
}
.copyright-area-one .main-wrapper ul li a {
  color: var(--color-heading);
  font-family: var(--font-secondary);
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
}
.copyright-area-one .main-wrapper ul li a:hover {
  color: var(--color-primary);
}

/*================================
   Newslatter
  ================================*/
.newslatter {
  border-radius: 20px;
  border: 1px solid rgba(159, 159, 159, 0.2);
  padding: 25px 25px 25px 25px;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .newslatter {
    margin-top: 0;
    padding: 40px 40px 30px 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .newslatter {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newslatter {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .newslatter {
    padding: 20px 10px;
  }
}
.newslatter .title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 0;
}
.newslatter .para {
  margin: 7px 0 0 0;
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .newslatter .para {
    font-size: 14px;
    line-height: 23px;
  }
}
.newslatter-subs  .newsletter-form-1{
  border-radius: 999px;
  border: 1px solid rgba(159, 159, 159, 0.2);
  padding: 5px 5px 5px 30px;
  margin-top: 20px;
}
.newslatter-subs  .newsletter-form-1 .form-icon {
  min-width: 52px;
  min-height: 52px;
  background: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
.newslatter-subs  .newsletter-form-1 .form-icon:hover {
  background: var(--color-primary);
  color: #ffffff;
}
.newslatter-subs .newsletter-form-1 p {
	display: flex;
	align-items: center;
}
.footer-style-4 .description {
  font-size: 17px;
  color: var(--color-body);
  font-family: var(--font-secondary);
}

.tmp-footer-area-style-net .footer-style-3 .tmp-call-to-action.style-8 {
  background-image: none !important;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 100px 0;
  background: #1b1b1c;
}
@media only screen and (max-width: 575px) {
  .tmp-footer-area-style-net .footer-style-3 .tmp-call-to-action.style-8 {
    padding: 50px 0;
  }
}
.tmp-footer-area-style-net .bg_patern-1 {
  position: relative;
  z-index: 1;
  background-image: none !important;
  background-color: rgba(27, 27, 28, 0.5568627451) !important;
}
.tmp-footer-area-style-net .bg_patern-1::after {
  background-size: auto !important;
  background-repeat: repeat !important;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/bg/patern.svg) !important;
  z-index: -1;
  opacity: 0.5;
}
.tmp-footer-area-style-net .inner * {
  font-weight: 400;
}
.tmp-footer-area-style-net .inner .title {
  font-size: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-footer-area-style-net .inner .title {
    font-size: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-footer-area-style-net .inner .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .tmp-footer-area-style-net .inner .title {
    font-size: 26px;
  }
}

.copyright-style-net {
  padding: 20px 0;
  border-top: 1px solid rgba(157, 157, 255, 0.0509803922);
}
.copyright-style-net .tmp-menu {
  padding: 0;
  margin: 0 -10px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .copyright-style-net .tmp-menu {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .copyright-style-net .tmp-menu {
    justify-content: center;
  }
}
.copyright-style-net .tmp-menu li a {
  font-weight: 500;
}
.copyright-style-net .copyright-center ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.copyright-style-net .copyright-center ul li {
  margin: 0;
  padding: 0;
}
.copyright-style-net .copyright-center ul li a {
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1b1b1c;
  border-radius: 50%;
}
.copyright-style-net .copyright-center ul li a i {
  color: #fff;
}

body.color-primary-2nd {
  --color-primary: var(--color-primary-2nd);
}
body.color-blue {
  --color-primary: #5237f9;
}
body.primary-yellow {
  --color-primary: #FFB400;
}
body.primary-yellow .bg_image--8 {
  background-image: url(../images/bg/04.webp);
}
body.color-pink {
  --color-primary: #EA4C89;
}
body.color-pink .bg_image--2 {
  background-image: url(../images/bg/bg-image-13.jpg);
}
body.color-primary-3rd {
  --color-primary: var(--color-primary-3rd);
  --color-primary-alt: var(--color-primary-3rd);
}
body.color-primary-3rd .services-widget.v2 .active-bg {
  background: rgba(255, 193, 7, 0.0784313725);
}
body.color-primary-4th {
  --color-primary: var(--color-primary-4th);
}

/* White layout */

body.tmp-white-version {
  --color-heading: #141414;
  --color-gray: #5d6570;
  --color-body: #2a2d31;
  --color-gray-2: #F4F4F4;
  --color-border: #D9DDE0;
  --color-white-bg: #D9DDE0;
  background: #ffffff;
  
  --color-card: #F4F4F4 !important;
  --border-color: #D9DDE0 !important;
}

body.tmp-white-version .bg_modern-banner-bg {
  background-image: url(../images/bg/06.webp);
}
body.tmp-white-version .bg_modern-banner-bg::after {
  display: none;
}
body.tmp-white-version .banner-inner-modern-content .right-content p.disc {
  color: #141414;
}
body.tmp-white-version.box-body .main-wrapper-inner {
  background: #ffffff;
}
body.tmp-white-version .newsletter-form-1 input {
  color: #141414 !important;
}
body.tmp-white-version .tmp-banner-one-area {
  background-color: #EDEDED;
}
body.tmp-white-version.demo-model .tmp-banner-one-area.style-2 {
  background-image: url(../images/bg/03.webp);
}
body.tmp-white-version .rpp-banner-five-area {
  background-color: #EDEDED;
}
body.tmp-white-version .model-style-banner.with-instructor .banner-model-15 .title {
  color: #fff;
}
body.tmp-white-version .services-widget.v1 .service-item .my-skill-card .card-para {
  color: var(--color-heading);
}
body.tmp-white-version .services-widget.v1 .service-item.mleave .my-skill-card .card-para {
  color: var(--color-gray);
}
body.tmp-white-version.demo-model .banner-model-15 .title {
  color: #fff;
}
body.tmp-white-version .newsletter-form-1 input::placeholder,
body.tmp-white-version .newsletter-form-1 textarea::placeholder,
body.tmp-white-version input::placeholder,
body.tmp-white-version textarea::placeholder {
  color: var(--color-gray) !important;
}
body.tmp-white-version .social-link a {
  background: rgba(10, 10, 10, 0.06);
}
body.tmp-white-version .custom-title span img {
  filter: brightness(0.5);
}
body.tmp-white-version .rpp-banner-two-area .banner-shape-two img {
  opacity: 0.1;
}
body.tmp-white-version .banner-two-main-wrapper .banner-right-content .main-img::after {
  display: none;
}
body.tmp-white-version .banner-two-main-wrapper .banner-right-content .main-img .logo-under-img-wrap .logo-under-img img {
  filter: invert(1);
}
body.tmp-white-version .right-bg-text-para,
body.tmp-white-version .left-bg-text-para {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
body.tmp-white-version .about-us-left-content-wrap .years-of-experience-card,
body.tmp-white-version .design-card-new {
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
body.tmp-white-version .client-testimonial-swiper .swiper::before {
  background: linear-gradient(90deg, rgba(244, 244, 244, 0.6901960784) 0%, rgba(235, 231, 231, 0.05) 100%);
}
body.tmp-white-version .client-testimonial-swiper .swiper::after {
  background: linear-gradient(90deg, rgba(244, 244, 244, 0.6901960784) 0%, rgba(235, 231, 231, 0.05) 100%);
}
body.tmp-white-version .client-testimonial-card-wrap .quat-logo img,
body.tmp-white-version .my-skill-card .card-icon img {
  filter: inherit;
}
body.tmp-white-version .banner-three-main-wrapper .bg-benner-img-three::before {
  background: linear-gradient(180deg, rgba(7, 7, 7, 0) 27.58%, #d3b0b0 80.06%);
}
body.tmp-white-version svg.radial-progress text {
  fill: #141414;
}
body.tmp-white-version .service-item.current .my-expertise-card-wrap .expertise-card-left .expertise-card-logo img {
  filter: brightness(1);
}
body.tmp-white-version .service-item .my-expertise-card-wrap .expertise-card-left .expertise-card-logo img {
  filter: brightness(0.5);
}
body.tmp-white-version #side-hide,
body.tmp-white-version .breadcrumb-area,
body.tmp-white-version .tmp-sidebar-area .inner .top-area {
  background: #EDEDED;
}
body.tmp-white-version #side-hide .top-area,
body.tmp-white-version .contact-info {
  background: #ffffff;
}
body.tmp-white-version .tmp-round-action-btn {
  background: rgba(10, 10, 10, 0.06);
  color: var(--color-heading);
}
body.tmp-white-version .tmp-round-action-btn:hover {
  color: var(--color-white);
}
body.tmp-white-version .tmp-arrow-icon-btn:hover i.tmp-icon-bottom {
  color: var(--color-white);
}
body.tmp-white-version .signle-side-bar .tags-wrapper .tag-link {
  background: rgba(10, 10, 10, 0.06);
}
body.tmp-white-version .signle-side-bar .tags-wrapper .tag-link:hover {
  color: var(--color-white);
  background: var(--color-primary) !important;
}
body.tmp-white-version .logo img.logo-white {
  display: block;
}
body.tmp-white-version .logo img.logo-dark {
  display: none;
}
body.tmp-white-version .tmp-contact-about-inner,
body.tmp-white-version .tab-navigation-button,
body.tmp-white-version .tmp-all-tab-content {
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
body.tmp-white-version .tmp-contact-about-inner .info-box {
  background: var(--color-white);
}
body.tmp-white-version .tmp-popup-mobile-menu .header-top .close-menu .close-button {
  background: rgba(10, 10, 10, 0.06);
  color: var(--color-heading);
}
body.tmp-white-version .newslatter-subs  .newsletter-form-1 .form-icon .form-icon i {
  color: #fff;
}
body.tmp-white-version .banner-two-main-wrapper .banner-right-content .main-img .banner-big-text-2 {
  -webkit-text-stroke: 1px #fff;
}
body.tmp-white-version  .skill-style-border-card img {
  filter: brightness(0) saturate(100%);
}
body.tmp-white-version  .pricing-table-col-2 .pricing-table-header h4,
body.tmp-white-version  .pricing-table-col-2 .pricing-table-header .top p,
body.tmp-white-version  .pricing-table-col-2 .feature-lists li,
body.tmp-white-version  .pricing-table-col-2 .pricing-table-header h3 span,
body.tmp-white-version  .pricing-table-items .info,
body.tmp-white-version  .experience-style-list .experience-list .resume-single-list:hover .inner .heading .title h4 {
  color: var(--color-heading);
}
body.tmp-white-version  .tmp-footer-area-style-net .bg_patern-1 {
  background-color: rgba(255, 255, 255, 0.56) !important;
}
body.tmp-white-version  .tmp-footer-area-style-net .bg_patern-1::after {
  opacity: 0.1;
}
body.tmp-white-version  .contact-area-left-portfolio-fixed input, body.tmp-white-version  .contact-area-left-portfolio-fixed textarea {
  background: var(--color-gray-2);
  border: 1px solid #e4e4e4;
}
body.tmp-white-version  .experience-style-list .experience-list .resume-single-list {
  background: #f4f4f4;
}
body.tmp-white-version  .experience-style-list .experience-list .resume-single-list .inner::after {
  border: 5px solid #e4e4e4;
  background: var(--color-primary);
}
body.tmp-white-version  .experience-style-list .experience-list .resume-single-list .inner .heading .date-of-time span {
  background: var(--color-primary);
}
body.tmp-white-version  .experience-style-list .experience-list .resume-single-list .inner .heading .title span {
  color: #333333;
  font-weight: 500;
}
body.tmp-white-version  .experience-style-list .experience-list .resume-single-list .inner::before {
  background: #e4e4e4;
}
body.tmp-white-version  .experience-style-list .experience-list {
  border-left: 5px solid #e4e4e4;
}
body.tmp-white-version  .progress {
  background-color: #e4e4e4;
}
body.tmp-white-version  .count-box.counter-style-2.border-style.small-radious .count-number {
  background-color: #ffffff;
  color: #141414 !important;
}
body.tmp-white-version  .count-box.counter-style-2.border-style.small-radious .count-number span {
  color: #141414 !important;
}
body.tmp-white-version  .experience-style-list .experience-list .resume-single-list .inner .heading {
  border-bottom: 1px solid #e8e8e8;
}
body.tmp-white-version  .profile-image-1-personal-left-fixed::after {
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 0;
}
body.tmp-white-version  .profile-image-1-personal-left-fixed .social-default li a {
  background-color: #ffffff;
}
body.tmp-white-version  .profile-image-1-personal-left-fixed .social-default li a i {
  color: var(--color-primary);
}
body.tmp-white-version  .profile-image-1-personal-left-fixed .social-default li a:hover i {
  color: #fff;
}
body.tmp-white-version  .copyright-style-net .copyright-center ul li a {
  background: var(--color-primary);
}
body.tmp-white-version .banner-twelve-area.with-bg-image .banner-one-main-wrapper .inner .title {
  color: #fff;
}
body.tmp-white-version .banner-twelve-area.with-bg-image .social-share-style-1 a {
  background: #fff;
}
body.tmp-white-version .header-left-sticky .inner-wrapper::after {
  background: transparent;
}

.tmp-white-version .tmp-right-demo .demo-button::before {
  content: "";
  background: linear-gradient(-45deg, #ee7752, #ff004b, #ff004b, #d52323);
  background-size: 400% 400%;
  animation: gradient 4s ease infinite;
  opacity: 1;
  backdrop-filter: blur(21px);
}
.tmp-white-version .tmp-right-demo * {
  color: #fff !important;
}
.tmp-white-version.index-8 .tmp-contact-about-inner::after {
  display: none !important;
}

.tmp-white-version .tmp-banner-one-area.style-3 .thumbnail-author img, .tmp-white-version .tmp-banner-one-area.style-4 .thumbnail-author img {
  border: 25px solid #ebebeb;
}

.index-ten .tmp-contact-about-inner {
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .index-ten .tmp-contact-about-inner .thumbnail img {
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.tmp-white-version .year-of-expariance-wrapper.bg-blur-style-one::after {
  display: none;
}
.tmp-white-version .services-widget.v1 .my-skill-card .card-icon {
  border: 2px solid #141414;
}
.tmp-white-version .color-primary-2nd .services-widget.v1 .my-skill-card .card-icon i {
  color: var(--color-heading);
}
.tmp-white-version .design-card-new .design-card-img {
  border: 2px solid var(--color-primary);
}
.tmp-white-version .color-primary-2nd .services-widget.v2 .active-bg {
  background: var(--color-primary);
}
.tmp-white-version .color-primary-2nd .my-expertise-card-wrap .expertise-card-left .expertise-card-logo img {
  filter: brightness(0) saturate(100%) !important;
}
.tmp-white-version .my-expertise-card-wrap .expertise-card-left .expertise-card-logo {
  border: 2px solid #141414;
}
.tmp-white-version .rpp-banner-two-area::before {
  display: none;
}
.tmp-white-version .rpp-banner-two-area::after {
  display: none;
}
.tmp-white-version .banner-three-main-wrapper .bg-benner-img-three::before {
  display: none;
}
.tmp-white-version .services-widget.v4 .active-bg {
  background: rgb(253, 196, 72);
}
.tmp-white-version .tmp-banner-one-area.style-4 .galaxy {
  opacity: 0.07;
}
.tmp-white-version .tmponhover {
  box-shadow: 2px 2px var(--color-primary);
  transition: 0.3s;
}
.tmp-white-version .tmponhover:hover {
  box-shadow: none;
}
.tmp-white-version .tmp-banner-area-full-width-modern .social-area-wrapper-varticle ul li a {
  background: #0d6efd;
}

body.tmp-white-version.color-primary-3rd .services-widget.v2 .active-bg {
  background: rgb(255, 193, 7);
}

.demo-modal-area .wrapper .tmp-modal-inner .demo-top .subtitle {
  color: #c2c2c2 !important;
}

.active-light.demo-modal-area .wrapper .tmp-modal-inner .demo-top .subtitle {
  color: #3d3d3d !important;
}
/*# sourceMappingURL=../maps/style.css.map */

/* Custom CSS */
.latest-portfolio-nav {
	margin-bottom: 50px;
}

.service-menu-cat ul {
  display: flex;
  flex-direction: column;
}
.service-menu-cat ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--color-border);
  margin-bottom: 10px;
}
.service-menu-cat ul li:last-child{
  margin-bottom: 0;
  border:none !important;
}
.service-menu-cat ul li a {
  width: 100%;
  position: relative;
}
.service-menu-cat ul li a:hover,.service-menu-cat ul li a:hover::before{
  	color: var(--color-primary);
}
.service-menu-cat ul li a::before {
	content: "\f105";
	color: var(--color-gray);
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	position: absolute;
	right: 0;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.mg-top-40{
  margin-top:40px;
}
.xa-info-card__title {
	line-height: initial;
}
.border-none{
  border:none !important;
}

.ft-link.v2 {
	padding: 0;
}

.personal-portfolio-right-inner-wrapper .tmp-title-split {
	font-family: var(--font-primary);
}

.single-progress .title {
	font-family: var(--font-secondary);
}
.service.service__style--1 .content .title,.skill-style-border-card .count-number,.tmp-portfolio-small .inner .content .title,.pricing-table-col-2 .pricing-table-header h3 {
	font-family: var(--font-secondary);
}

.contact-form-v2 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-form-v2 input, .contact-form-v2 textarea {
	height: 70px !important;
	border-radius: 0px !important;
	background: var(--color-gray-2) !important;
	font-weight: 400 !important;
	border: 1px solid #0F0F0F !important;
}
.contact-form-v2 textarea {
  height: 195px !important;
}
.p-sticky{
  position: sticky !important;
  top:100px;
}
.elementor-element-7474cff {
	position: sticky;
	top: 110px;
	left: 80px;
	bottom: 80px;
}
.tmp-btn {
	text-align: center;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.tmp-btn.tm-btn-small {
	height: 45px;
}

.sp-auto-height .img-box {
	min-height: initial;
}

.tmp-banner-one-area.model-style-banner.with-instructor.style-2 .banner-inner-modern-content .title {
  font-family: var(--font-secondary);
}

.tmp-white-version .reeni-bg-gray{
	background: var(--color-gray-2) !important;
}

.tmp-white-version .reeni-bg-white{
	background: var(--color-white-bg) !important;
}

.tmp-white-version .xa-info-card__title{
  color: var(--color-heading) !important;
}

/* Fix White layout */
.tmp-white-version  .elementor-heading-title,.tmp-white-version .xa-list-content__title a,
.tmp-white-version .xa-list-icon i,.tmp-white-version .xa-list-icon
{
  color: var(--color-heading) !important;
  border-color: var(--color-border) !important;
}

.tmp-white-version .elementor-icon-list-text:not(:hover),
body.tmp-white-version  .sidebar-profile-options .wp-social-link a:not(:hover) {
  color: var(--color-heading) !important;
}

.tmp-white-version  .elementor-widget-text-editor{
  color:var(--color-gray) !important;
}

body.tmp-white-version .reeni-br-gray,body.tmp-white-version .contact-form-v2 input:not(:hover), body.tmp-white-version .contact-form-v2 textarea:not(:hover){
  border-color: var(--color-border) !important;
}

body.tmp-white-version .elementor-social-icon:not(:hover),
body.tmp-white-version .wp-block-tag-cloud a:not(:hover),
body.tmp-white-version  .sidebar-profile-options .wp-social-link a:not(:hover)
{
	background-color: rgba(10, 10, 10, 0.06) !important;
}
body.tmp-white-version .elementor-social-icon:not(:hover) span,
body.tmp-white-version .elementor-social-icon:not(:hover)  svg {
	color: var(--color-heading) !important;
	fill: var(--color-heading) !important;
}

body.tmp-white-version  .elementor-heading-line img {
	filter: brightness(0.5) !important;
}

body.tmp-white-version .bran-style-one,body.tmp-white-version .bran-style-one * ,body.tmp-white-version .tmponhover {
   border-color: var(--color-border) !important;
}
body.tmp-white-version  .sidebar-profile-options .wp-social-link a:hover{
  background: var(--color-primary) !important;
  color:#fff !important;
}

.ehf-header #masthead {
	z-index: 9999 !important;
	position: relative;
}

.tmp-banner-one-area * {
	z-index: 11;
}

.tmp-banner-one-area.style-4 .container {
	z-index: 333;
}
.tmp-banner-one-area.style-4 .thumbnail-author img {
	z-index: 1111 !important;
	position: relative !important;
}

.cv-card-area.style-2 .tmp-tab-content-area {
	margin-top: 40px !important;
}

.tmp-white-version .header-white-fix .sp-header-area{
  background-color: #fff;
}

.reeni-logo-white {
  display: none;
}
.tmp-white-version .reeni-logo-white{
  display: block;
}
.tmp-white-version .reeni-logo-dark{
  display: none;
}

#particles-js {
 --particle-color: #ffffff !important;
}
body.tmp-white-version #particles-js {
	--particle-color: var(--color-primary) !important;
}





/* DIR RTL */
[dir="rtl"] .reeni-logo-dark, [dir="rtl"] .reeni-logo-white,[dir="rtl"] .elementor-social-icons-wrapper{
	text-align: right !important;
}

[dir="rtl"]  .resume-widget .resume-single .time {
	gap: 30px;
}



[dir=rtl] .tmp-mainmenu-nav .tmp-mainmenu > li > a i {
  margin-left: 0;
  margin-right: 3px;
}
[dir=rtl] .tmp-link-animation a:hover::after {
  transform-origin: bottom right;
}
[dir=rtl] .tmp-link-animation a::after {
  right: 0;
  transform-origin: bottom left;
}
[dir=rtl] .custom-title span {
  margin-left: 0;
  margin-right: 20px;
}
[dir=rtl] .progress-charts .progress .progress-bar span.percent-label {
  right: auto;
  left: 0;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
[dir=rtl] .service-card-v2 .service-card-num span {
  margin-right: 0;
  margin-left: 15px;
}
@media (min-width: 1200px) {
  [dir=rtl] .service-card-user-image {
    margin-left: 0;
    margin-right: 70px;
  }
}
[dir=rtl] .section-head.text-align-left {
  text-align: right;
}
[dir=rtl] .newsletter-form-1 input {
  padding-right: 0;
  padding-left: 20px;
  text-align: right;
}
@media (min-width: 992px) {
  [dir=rtl] .banner-two-main-wrapper .banner-right-content .main-img .logo-under-img-wrap {
    left: 0;
    right: -110px;
  }
}
[dir=rtl] .cd-headline.clip .cd-words-wrapper::after {
  left: 0;
  right: auto;
}
@media (min-width: 1200px) {
  [dir=rtl] .experiences-wrapper .experiences-wrap-left-content {
    padding-right: 0;
    padding-left: 138px;
  }
}
[dir=rtl] .fa-angle-right:before {
  content: "\f104";
}
[dir=rtl] .tmp-btn i {
  padding-right: 6px;
  padding-left: auto;
}
[dir=rtl] .fa-arrow-right:before {
  content: "\f060";
}
[dir=rtl] .scrollToTop {
  left: 20px;
  right: auto;
}
[dir=rtl] .signle-side-bar.search-area button {
  right: auto;
  left: 0;
}
[dir=rtl] .signle-side-bar .header .title::after {
  right: auto;
  left: -20px;
}
[dir=rtl] .single-comment-audience.pl--100 {
  padding-left: 0;
  padding-right: 100px;
}
[dir=rtl] .signle-side-bar.search-area input {
  padding-right: 15px;
  padding-left: 60px;
}
[dir=rtl] .blog-details-left-area .quote-area-blog-details .author {
  max-width: max-content;
}
[dir=rtl] .contact-form .contact-form-wrapper .form-group input {
  direction: rtl;
}
[dir=rtl] .contact-get-in-touch-wrap .get-in-touch-wrapper .section-head {
  padding-left: 80px;
  padding-right: 0;
}
[dir=rtl] .newslatter .newsletter-form-1 {
  padding: 5px 20px 5px 5px;
}
[dir=rtl] .tmp-btn:hover.hover-icon-reverse .btn-text {
  transition-delay: 0.1s;
  transform: translateX(-23px);
}
[dir=rtl] .tmp-btn:hover.hover-icon-reverse .btn-icon + .btn-icon {
  opacity: 1;
  transform: translateX(4px);
  transition-delay: 0.225s;
}
[dir=rtl] .ready-chatting-option label {
  right: auto;
  left: 20px;
}
[dir=rtl] .ready-chatting-option .wrapper {
  right: auto;
  left: 90px;
}
[dir=rtl] .ready-chatting-option form .field input, [dir=rtl] .ready-chatting-option form .field button, [dir=rtl] .ready-chatting-option form .textarea textarea {
  direction: rtl;
}
[dir=rtl] .blog-card-style-two .blog-content-wrap .blog-tags ul li a i {
  margin-left: 10px;
  margin-right: auto;
}
[dir=rtl] .header-left-sticky {
  left: auto;
  right: 0px;
}
[dir=rtl] .page-with-left-header {
  margin-right: 290px;
  margin-left: auto;
}
[dir=rtl] .header-left-sticky .mainmenu-nav .primary-menu li a svg {
  margin-right: 0;
  margin-left: 8px;
}
[dir=rtl] .personal-portfolio-right-inner-wrapper {
  max-width: 80%;
  margin-left: auto;
  margin-right: 0;
}
/*# sourceMappingURL=../maps/style.css.map */
[dir="rtl"] .progress-charts .progress .progress-bar span.percent-label {
	right: auto;
	left: 0;
}


/* DIR RTL Wrap*/

[dir="rtl"] .tmp-mainmenu-nav .tmp-mainmenu > li > a i {
        margin-left: 0;
        margin-right: 3px;
}
[dir="rtl"] .tmp-link-animation a:hover::after {
    transform-origin: bottom right;
}
[dir="rtl"] .tmp-link-animation a::after {
    right: 0;
    transform-origin: bottom left;
}
[dir="rtl"] .custom-title span {
    margin-left: 0;
    margin-right: 20px;
}
[dir="rtl"] .progress-charts .progress .progress-bar span.percent-label {
    right: auto;
    left: 0;
}


@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

[dir="rtl"] .service-card-v2 .service-card-num span {
    margin-right: 0;
    margin-left: 15px;
}
@media (min-width: 1200px) {
    [dir="rtl"] .service-card-user-image {
        margin-left: 0;
        margin-right: 70px;
    }
}
[dir="rtl"] .section-head.text-align-left {
    text-align: right;
}

[dir="rtl"] .newsletter-form-1 input {
    padding-right: 0;
    padding-left: 20px;
    text-align: right;
}
@media (min-width: 992px) {
    [dir="rtl"] .banner-two-main-wrapper .banner-right-content .main-img .logo-under-img-wrap {
        left: 0;
        right: -110px;
    }
}

[dir="rtl"] .cd-headline.clip .cd-words-wrapper::after{
    left: 0;
    right: auto;
}
@media (min-width: 1200px) {
    [dir="rtl"] .experiences-wrapper .experiences-wrap-left-content {
        padding-right: 0;
        padding-left: 138px;
    }
}
[dir="rtl"] .fa-angle-right:before {
    content: "\f104";
}
[dir="rtl"] .tmp-btn i {
    padding-right: 6px;
    padding-left: auto;
    
}
[dir="rtl"] .fa-arrow-right:before {
    content: "\f060";
}
[dir="rtl"] .scrollToTop {
    left: 20px;
    right: auto;
}
[dir="rtl"] .signle-side-bar.search-area button {
    right: auto;
    left: 0;
}
[dir="rtl"] .signle-side-bar .header .title::after {
    right: auto;
    left: -20px;
}
[dir="rtl"] .single-comment-audience.pl--100{
    padding-left: 0;
    padding-right: 100px;
}
[dir="rtl"] .signle-side-bar.search-area input {
    padding-right: 15px;
    padding-left: 60px;
}
[dir="rtl"] .blog-details-left-area .quote-area-blog-details .author {
    max-width: max-content;
}
[dir="rtl"] .contact-form .contact-form-wrapper .form-group input{
    direction: rtl;
}
[dir="rtl"] .contact-get-in-touch-wrap .get-in-touch-wrapper .section-head {
    padding-left: 80px;
    padding-right: 0;
}
[dir="rtl"] .newslatter .newsletter-form-1 {
    padding: 5px 20px 5px 5px;
}
[dir="rtl"] .tmp-btn:hover.hover-icon-reverse .btn-text {
    transition-delay: 0.1s;
    transform: translateX(-23px);
}
[dir="rtl"] .tmp-btn:hover.hover-icon-reverse .btn-icon + .btn-icon {
    opacity: 1;
    transform: translateX(4px);
    transition-delay: 0.225s;
}
[dir="rtl"] .ready-chatting-option label {
    right: auto;
    left: 20px;
}
[dir="rtl"] .ready-chatting-option .wrapper {
    right: auto;
    left: 90px;
}
[dir="rtl"] .ready-chatting-option form .field input, .ready-chatting-option form .field button, [dir="rtl"] .ready-chatting-option form .textarea textarea {
    direction: rtl;
}
[dir="rtl"] .blog-card-style-two .blog-content-wrap .blog-tags ul li a i {
    margin-left: 10px;
    margin-right: auto;
}
[dir="rtl"] .header-left-sticky {
    left: auto;
    right: 0px;
}
[dir="rtl"] .page-with-left-header {
    margin-right: 290px;
    margin-left: auto;
}
[dir="rtl"] .header-left-sticky .mainmenu-nav .primary-menu li a i{
    margin-right: 0;
    margin-left: 8px;
}
[dir="rtl"] .personal-portfolio-right-inner-wrapper {
    max-width: 80%;
    margin-left: auto;
    margin-right: 0;
}
[dir="rtl"]  button[type="submit"]{
	direction:rtl;
}

[dir="rtl"] .text-left {
	text-align: right !important;
}

[dir="rtl"] .testimonial-card .testimonial-card-img {
	left: 0 !important;
	right: initial;
}
[dir="rtl"] .newslatter-subs .newsletter-form-1 {
	padding: 5px 20px 5px 5px;
}
[dir="rtl"] .newslatter-subs .newsletter-form-1 p{
	direction:rtl;
}
[dir="rtl"]  .banner-five-main-wrapper .banner-right-content .banner-contact-info .contact-info{
	align-items: flex-start;
}

[dir="rtl"] .blog-card-style-two .blog-content-wrap .blog-tags ul li i,
[dir="rtl"] .personal-portfolio-right-inner-wrapper .section-header .subtitle i{
	margin-right: 0;
	margin-left: 10px;
}

 [dir="rtl"] .sidebar-main .widget h2::before, [dir="rtl"] .sidebar-main .wp-block-heading::before {
	left: -20px;
	right: initial;
}


[dir="rtl"] .progress .progress-number {
	left: 0;
	right: initial;
}

[dir="rtl"] .signle-side-bar .header .title::after {
	right: auto;
	left: -20px;
}

[dir="rtl"] .wp-block-latest-posts__featured-image {
	float: right;
	margin-right: 0;
	margin-left: 15px;
}

[dir="rtl"] .service-menu-cat ul li a:before {
  left: 0;
  right: initial;
  transform: rotate(180deg) !important;
}