@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&amp;family=Oswald:wght@300;400;500;600;700&amp;family=Prata&amp;display=swap);
@import url(animate.css);
@import url(owl.css);
@import url(swiper.min.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(linear.css);
@import url(select2.min.css);
@import url(fontawesome.css);
@import url(flaticon.css);
@import url(tm-bs-mp.css);
@import url(tm-utility-classes.css);
.text,
body,
p {
  font-size: var(--body-font-size);
  font-family: var(--text-font);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  color: var(--text-color);
}
.text,
a,
body,
p {
  color: var(--text-color);
  font-family: "Prata";
}

.dark-layout .preloader,
.dark-layout .sticky-header,
.dark-layout1 .preloader,
.dark-layout1 .sticky-header,
.form-control:active,
.form-control:focus {
  background-color: var(--theme-color-dark);
}
*,
a img {
  border: none;
}
:active,
:focus,
button {
  outline: 0 !important;
}
.list-style-one li i,
.list-style-two li i {
  background: var(--gradient-1);
  font-size: 14px;
  position: absolute;
}
.sec-title .sub-title,
.sec-title-two .sub-title {
  /* font-family: var(--sec-title-subtitle-font-family); */
}
.banner-box-two .inner-box,
.banner-section .outer-box,
.blog-details__date,
.hidden-bar .inner-box,
.main-header .info-btn,
.mobile-menu .menu-box,
.product-block-two .inner-box,
.project-block .image-box .overlay-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.blog-details__tags a:hover,
.link-style-one,
.main-menu .navi > li,
a,
a:focus,
a:hover {
  text-decoration: none;
}
:root {
  --theme-color-light: #ffffff;
  --theme-color-dark: #121212;
  --theme-color1: #bbb4b4;
  --theme-color2: #9c643e;
  --theme-color3: #fb5c71;
  --theme-color4: #e9232f;
  --bg-theme-color1: var(--theme-color1);
  --bg-theme-color2: var(--theme-color2);
  --bg-theme-color3: var(--theme-color3);
  --bg-theme-color4: var(--theme-color4);
  --bg-theme-color4: var(--theme-color-dark);
  --text-color-bg-theme-color1: #fff;
  --text-color-bg-theme-color2: #fff;
  --text-color-bg-theme-color3: #fff;
  --text-color-bg-theme-color4: #fff;
  --text-color: #bbb4b4;
  --headings-color: var(--theme-color-dark);
  --link-color: var(--theme-color-dark);
  --link-hover-color: var(--theme-color-dark);
  --gradient-1: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.3),
    var(--theme-color2)
  );
  --gradient-2: linear-gradient(
    to left,
    var(--theme-color1),
    var(--theme-color2)
  );
  --gradient-3: linear-gradient(#be6673, #ffe666);
  --text-font: "Prata", sans-serif;
  --title-font: "Prata", sans-serif;
  --title-font-two: "Oswald", sans-serif;
  --body-font-size: 16px;
  --body-line-height: 28px;
  --body-font-weight: 400;
  --line-height-heading-h1: 1em;
  --line-height-heading: 1.2em;
  --line-height-heading-small: 1.4em;
  --h1-font-size: 100px;
  --h2-font-size: 60px;
  --h3-font-size: 36px;
  --h4-font-size: 26px;
  --h5-font-size: 22px;
  --h6-font-size: 20px;
  --h1-font-weight: 400;
  --h2-font-weight: 400;
  --h3-font-weight: 400;
  --h4-font-weight: 400;
  --h5-font-weight: 400;
  --h6-font-weight: 400;
  --sec-title-subtitle-color: var(--text-color);
  --sec-title-subtitle-font-size: 14px;
  --sec-title-subtitle-font-family: var(--text-font);
  --sec-title-subtitle-font-weight: 500;
  --sec-title-subtitle-line-height: 20px;
  --sec-title-color: var(--theme-color-dark);
  --sec-title-font-size: var(--h2-font-size);
  --sec-title-font-family: var(--title-font);
  --sec-title-font-weight: var(--h2-font-weight);
  --theme-light-background: #ffffff17;
  --theme-light-background-text-color: var(--headings-color);
  --theme-black: #131313;
  --container-width: 1200px;
  --small-container-width: 1000px;
  --large-container-width: 1310px;
  --container-pt: 120px;
  --container-pb: 120px;
}
::-moz-selection {
  background: var(--theme-color-dark);
  color: #fff;
  text-shadow: none;
}
::selection {
  background: var(--theme-color-dark);
  color: #fff;
  text-shadow: none;
}
.dark-layout,
.dark-layout1 {
  --sec-title-color: var(--theme-color-light);
  background-repeat: repeat;
}
::-webkit-input-placeholder {
  color: #7c858c;
}
::-moz-input-placeholder {
  color: #7c858c;
}
::-ms-input-placeholder {
  color: #7c858c;
}
body {
  background-color: #fff;
  background-attachment: fixed;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  counter-reset: my-sec-counter;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: prata !important;
  color: var(--headings-color);
  font-family: var(--title-font);
  position: relative;
  line-height: var(--line-height-heading-);
  margin-bottom: 1rem;
}
h2,
h3,
h4,
h5 {
  line-height: var(--line-height-heading);
}
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: var(--headings-color);
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  font-weight: inherit;
}
h1 {
  font-size: var(--h1-font-size);
  font-weight: var(--h1-font-weight);
  line-height: var(--line-height-heading-h1);
}
h2 {
  font-size: var(--h2-font-size);
  font-weight: var(--h2-font-weight);
}
h3 {
  font-size: var(--h3-font-size);
  font-weight: var(--h3-font-weight);
}
h4 {
  font-size: var(--h4-font-size);
  font-weight: var(--h4-font-weight);
}
h5 {
  font-size: var(--h5-font-size);
  font-weight: var(--h5-font-weight);
}
h6 {
  font-size: var(--h6-font-size);
  font-weight: var(--h6-font-weight);
  line-height: var(--line-height-heading-small);
}
.call-to-action .sec-title,
.contact-form .form-group:last-child,
.product-details .social-icon-one li,
.skills .skill-item:last-child,
.social-icon-one li:last-child,
table p {
  margin-bottom: 0;
}
p {
  margin-bottom: 20px;
}
.main-footer.style-two .footer-bottom .copyright-text a,
.pricing-section .pricing-tabs .tab-btns .tab-btn.active-btn,
p a:not(.button):not(.btn):focus,
p a:not(.button):not(.btn):hover {
  text-decoration: underline;
}
a {
  font-weight: var(--body-font-weight);
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:focus,
a:hover {
  color: inherit;
  outline: 0;
}
.accordion-box .block .acc-btn.active,
.accordion-box .block .acc-btn.active .icon,
.contact-form .form-group button:hover,
.contact-form .form-group input[type="submit"]:hover,
.contact-info-list li .text a,
.dark-layout .sticky-header .main-menu .navigation > li > a,
.dark-layout h1,
.dark-layout h2,
.dark-layout h3,
.dark-layout h4,
.dark-layout h5,
.dark-layout h6,
.dark-layout1 .sticky-header .main-menu .navigation > li > a,
.dark-layout1 h1,
.dark-layout1 h2,
.dark-layout1 h3,
.dark-layout1 h4,
.dark-layout1 h5,
.dark-layout1 h6,
.form-control,
.input-text,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li > a:hover,
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li:hover > a {
  color: var(--theme-color-light);
}
.category-block .image img,
.category-block h4 a,
.category-block-two .image img,
a b,
a strong {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.project-bg .project-cols p,
.service-block .title,
address,
blockquote,
dd,
dl,
fieldset,
ol,
pre,
table,
ul {
  margin-bottom: 10px;
}
*,
li,
ol,
ul {
  margin: 0;
}
ol,
ul {
  list-style-position: inside;
  padding: 0;
}
b,
strong {
  color: #333;
  font-weight: var(--body-font-weight-bold);
}
iframe {
  border: none !important;
}
.about-section-two .image-column .image img,
.about-section-two .image-column .image-2 img,
.contact-form .form-group button:hover:before,
.contact-form .form-group input[type="submit"]:hover:before,
.container .container,
.link-style-one:hover:before,
.product-details .bxslider .image-box img,
.tm-boxed-layout .container .container,
.tm-boxed-layout.tm-container-100pr .page-wrapper .container,
.tm-boxed-layout.tm-container-100pr .page-wrapper .container-fluid,
.user-links li a:hover:before {
  width: 100%;
}
.container .container,
.container .container-fluid,
.container-fluid .container,
.container-fluid .container-fluid,
.tm-boxed-layout.tm-container-1230px .container .container,
.tm-boxed-layout.tm-container-1230px .container .container-fluid,
.tm-boxed-layout.tm-container-1230px .container-fluid .container,
.tm-boxed-layout.tm-container-1230px .container-fluid .container-fluid,
.tm-boxed-layout.tm-container-1300px .container .container,
.tm-boxed-layout.tm-container-1300px .container .container-fluid,
.tm-boxed-layout.tm-container-1300px .container-fluid .container,
.tm-boxed-layout.tm-container-1300px .container-fluid .container-fluid,
.tm-boxed-layout.tm-container-1340px .container .container,
.tm-boxed-layout.tm-container-1340px .container .container-fluid,
.tm-boxed-layout.tm-container-1340px .container-fluid .container,
.tm-boxed-layout.tm-container-1340px .container-fluid .container-fluid,
.tm-boxed-layout.tm-container-1440px .container .container,
.tm-boxed-layout.tm-container-1440px .container .container-fluid,
.tm-boxed-layout.tm-container-1440px .container-fluid .container,
.tm-boxed-layout.tm-container-1440px .container-fluid .container-fluid,
.tm-boxed-layout.tm-container-1500px .container .container,
.tm-boxed-layout.tm-container-1500px .container .container-fluid,
.tm-boxed-layout.tm-container-1500px .container-fluid .container,
.tm-boxed-layout.tm-container-1500px .container-fluid .container-fluid,
.tm-boxed-layout.tm-container-1600px .container .container,
.tm-boxed-layout.tm-container-1600px .container .container-fluid,
.tm-boxed-layout.tm-container-1600px .container-fluid .container,
.tm-boxed-layout.tm-container-1600px .container-fluid .container-fluid,
.tm-boxed-layout.tm-container-970px .container .container,
.tm-boxed-layout.tm-container-970px .container .container-fluid,
.tm-boxed-layout.tm-container-970px .container-fluid .container,
.tm-boxed-layout.tm-container-970px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
section > .container,
section > .container-fluid {
  padding-top: var(--container-pt);
  padding-bottom: var(--container-pt);
}
.form-control,
.input-text {
  height: calc(2.25rem + 27px);
  padding: 14px 30px;
  outline: 0;
  background-color: var(--theme-light-background);
  border: 1px solid var(--theme-color-dark);
  font-size: 0.9rem;
  width: 100%;
}
.form-control::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder {
  color: var(--theme-color-light);
  opacity: 1;
}
.form-control::-moz-placeholder,
.input-text::-moz-placeholder {
  color: var(--theme-color-light);
  opacity: 1;
}
.form-control:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
  color: var(--theme-color-light);
  opacity: 1;
  color: var(--theme-color-light);
}
.form-control::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
  color: var(--theme-color-light);
  opacity: 1;
  color: var(--theme-color-light);
}
.form-control::placeholder,
.input-text::placeholder {
  color: var(--theme-color-light);
  opacity: 1;
}
textarea.form-control {
  background-color: var(--theme-light-background);
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
.form-control:active,
.form-control:focus {
  color: var(--theme-color-light);
}
.dark-layout .preloader:after,
.dark-layout1 .preloader:after {
  background-image: url(../images/logo.png);
}
.dark-layout .hidden-bar .upper-box,
.dark-layout1 .hidden-bar .upper-box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.dark-layout .hidden-bar .social-links,
.dark-layout1 .hidden-bar .social-links {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.dark-layout .hidden-bar .social-links li,
.dark-layout1 .hidden-bar .social-links li {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.dark-layout.style-two,
.dark-layout1.style-two {
  background-image: url(../images/dark-bg2.webp);
}
.dark-layout.style-three,
.dark-layout1.style-three {
  background-image: none;
  background-color: #191919;
}
.dark-layout1 {
  background-image: url(../images/dark-bg-inner.webp);
}
.dark-layout section,
.dark-layout1 section,
.main-footer.style-three {
  background-color: transparent;
}
.tm-boxed-layout {
  background-color: #444;
  padding: 40px 15px;
}
.tm-boxed-layout.layer-overlay:before {
  z-index: -1;
}
.tm-boxed-layout .page-wrapper {
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .tm-boxed-layout .page-wrapper {
    width: 1170px;
  }
  .tm-boxed-layout .container {
    width: 1140px;
  }
}
@media (min-width: 1000px) {
  .tm-boxed-layout.tm-container-970px .page-wrapper {
    width: 970px;
  }
}
.tm-boxed-layout.tm-container-970px .container,
.tm-boxed-layout.tm-container-970px .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1300px) {
  .tm-boxed-layout.tm-container-1230px .page-wrapper {
    width: 1230px;
  }
}
.tm-boxed-layout.tm-container-1230px .container,
.tm-boxed-layout.tm-container-1230px .container-fluid,
.tm-boxed-layout.tm-container-1300px .container,
.tm-boxed-layout.tm-container-1300px .container-fluid,
.tm-boxed-layout.tm-container-1340px .container,
.tm-boxed-layout.tm-container-1340px .container-fluid,
.tm-boxed-layout.tm-container-1440px .container,
.tm-boxed-layout.tm-container-1440px .container-fluid,
.tm-boxed-layout.tm-container-1500px .container,
.tm-boxed-layout.tm-container-1500px .container-fluid,
.tm-boxed-layout.tm-container-1600px .container,
.tm-boxed-layout.tm-container-1600px .container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
*,
li,
ul {
  padding: 0;
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: var(--container-width);
  }
  .tm-boxed-layout.tm-container-1300px .page-wrapper {
    width: 1300px;
  }
  .tm-boxed-layout.tm-container-1340px .page-wrapper {
    width: 1340px;
  }
  .tm-boxed-layout.tm-container-1440px .page-wrapper {
    width: 1440px;
  }
}
@media (min-width: 1560px) {
  .tm-boxed-layout.tm-container-1500px .page-wrapper {
    width: 1500px;
  }
}
@media (min-width: 1660px) {
  .tm-boxed-layout.tm-container-1600px .page-wrapper {
    width: 1600px;
  }
}
.tm-boxed-layout.tm-container-100pr .page-wrapper {
  width: 95%;
}
.tm-boxed-layout.container-shadow .page-wrapper {
  -webkit-box-shadow: 0 0 25px 0 #777;
  box-shadow: 0 0 25px 0 #777;
}
.header-style-five,
.tm-boxed-layout .footer,
.tm-boxed-layout .header,
.tm-boxed-layout section {
  background-color: #fff;
}
.tm-boxed-layout .header .navbar-default {
  background-color: #fff;
  border-color: #fff;
  padding: 0;
}
.tm-boxed-layout .header .navbar-default .navbar-nav > li > a {
  padding: 30px 5px;
}
.tm-boxed-layout .header .navbar-default .navbar-collapse {
  background-color: #fff;
  border-color: #fff;
  margin-right: 30px;
}
.tm-boxed-layout .header #header-logo {
  margin: 0;
  padding-top: 27px;
}
.tm-boxed-layout .banner-section .slide-item {
  min-height: 540px;
}
.tm-boxed-layout .banner-section .slide-item .content-box {
  padding: 150px 0 220px;
}
.tm-boxed-layout .banner-section-three .content-box,
.tm-boxed-layout .banner-section-two .content-box {
  padding: 250px 0 150px;
}
.tm-boxed-layout .banner-section-four .content-box {
  padding: 130px 0;
}
@media (max-width: 1200px) {
  .tm-boxed-layout {
    padding-top: 15px;
  }
  .tm-boxed-layout .header .navbar-default .navbar-nav > li > a {
    padding: 10px;
  }
  .tm-boxed-layout .header .navbar-default .navbar-collapse {
    margin-right: 15px;
  }
  .tm-boxed-layout .navbar-header {
    padding: 15px 0;
  }
  .tm-boxed-layout .navbar-collapse .navbar-nav li a .caret {
    margin-right: 0;
  }
}
* {
  outline: 0;
  font-size: 100%;
}
.list-style-one li,
.list-style-two li {
  border-radius: 5px;
  background-color: #fff;
  margin-bottom: 10px;
}
.list-style-one li i,
.list-style-two li i,
.scroll-to-top {
  border-radius: 50%;
  color: #fff;
}
textarea {
  overflow: hidden;
  resize: none;
}
button {
  cursor: pointer;
}
img {
  display: inline-block;
  height: auto;
}
li,
ul {
  list-style: none;
}
.dark-layout {
  background-image: url(../images/dark-bg.webp);
}
.bg,
.preloader:after {
  background-repeat: no-repeat;
}
.title a {
  color: inherit;
}
.category-block h4 a:hover,
.category-block-two .inner-box:hover h4 a,
.color1,
.hidden-bar .social-links li a:hover,
.list-style-one li,
.list-style-one li a:hover,
.list-style-two li,
.list-style-two li a:hover,
.main-header .ui-btn:hover,
.main-menu .navigation > li > ul > li > ul > li > a:hover,
.preloader:before,
.service-sidebar .service-sidebar-single-contact-box .phone a:hover,
.service-sidebar .service-sidebar-single-services ul li a:hover i,
.service-sidebar .service-sidebar-single-services ul li.current a i,
.sticky-header .mobile-nav-toggler,
.team-block .info-box .name:hover {
  color: var(--theme-color1);
}
.color2,
.main-menu .navigation > li > ul > li:hover > a,
.mobile-menu .social-links li a:hover,
.news-block-three .title:hover,
.pricing-block .inner-box:hover .title-box .title,
.sidebar-service-list li a:hover,
.sidebar-service-list li.current a {
  color: var(--theme-color2);
}
.color3,
.header-style-five .contact-info li a:hover,
.header-style-five .sticky-header .main-menu .navigation > li.current > a,
.header-style-five .sticky-header .main-menu .navigation > li:hover > a,
.header-style-four .main-box .main-menu .navigation > li.current > a,
.header-style-four .sticky-header .main-menu .navigation > li.current > a,
.header-style-four .sticky-header .main-menu .navigation > li:hover > a,
.social-icon-five li a:hover,
.social-icon-four li a:hover,
.team-block-five .social-links li a:hover,
.team-block-four .info-box .social-links li a:hover {
  color: var(--theme-color3);
}
.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
  z-index: 99;
  background-color: #fff;
}
.auto-container,
.large-container,
.small-container {
  position: static;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
}
.large-container {
  max-width: var(--large-container-width);
}
.auto-container {
  max-width: var(--container-width);
}
.small-container {
  max-width: var(--small-container-width);
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.dropdown-toggle::after,
.tabs-box .tab {
  display: none;
}
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #fff;
}
.preloader:after {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 150px;
  width: 150px;
  margin-left: -95px;
  margin-top: -70px;
  background-position: center center;
  background-image: url(../images/logo.png);
  content: "";
}
.preloader:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  margin: 20px auto 0;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  content: " ";
  -webkit-transition: none;
  transition: none;
}
.preloader img:before {
  width: fit-content;
  height: fit-content;
}
.preloader img:after {
  width: fit-content;
  height: fit-content;
}
.list-style-one li,
.scroll-to-top {
  font-size: 16px;
  -webkit-transition: 0.3s;
}
.scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  background-color: var(--theme-color1);
  z-index: 100;
  display: none;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
.scroll-to-top:hover {
  background: var(--theme-color3);
  color: #fff;
}
.list-style-one,
.list-style-two {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list-style-one li,
.list-style-one li i {
  margin-right: 10px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
}
.list-style-one li {
  position: relative;
  padding: 15px 20px 15px 55px;
  font-weight: 600;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  transition: 0.3s;
}
.list-style-one li:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.list-style-one li i {
  left: 20px;
  top: 13px;
  font-weight: 900;
  height: 25px;
  width: 25px;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.list-style-two li,
.list-style-two li i {
  line-height: 20px;
  -webkit-box-align: center;
  margin-right: 10px;
}
.list-style-one li a,
.list-style-two li a {
  display: inline-block;
  font-weight: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.list-style-two li,
.list-style-two li i,
.social-icon-two {
  display: -webkit-box;
  display: -ms-flexbox;
}
.list-style-two li {
  position: relative;
  font-size: 18px;
  padding: 10px 20px 10px 35px;
  font-weight: 500;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(--title-font);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.list-style-two li:hover i,
.product-block-two .inner-box:hover .image img {
  -webkit-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}
.list-style-two li i {
  left: 0;
  top: 7px;
  font-weight: 900;
  height: 24px;
  width: 24px;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.list-style-two.two-column li {
  width: 50%;
  margin-right: 0;
  padding-right: 20px;
}
.accordion-box,
.accordion-box .block .acc-content .content,
.awards-section .awards-carousel,
.banner-box-two,
.counter-block-three,
.list-style-four,
.list-style-three,
.main-menu,
.main-slider,
.main-slider .btn-box,
.marquee-section,
.news-block .image-box,
.news-block-four .image-box,
.news-block-three .content-box,
.overlay-anim,
.play-btn,
.play-now-two i,
.pricing-block .features-list,
.project-block,
.project-block .inner-box,
.project-section .carousel-outer,
.social-icon-one,
.social-icon-two li a i,
.tabs-box,
.team-block .image-box,
.team-block-five,
.team-block-five .image-box,
.team-block-four .image-box,
.team-block-two .image-box,
.team-section-five .carousel-outer,
.testimonial-block .info-box,
.testimonial-section .carousel-outer,
.testimonial-section-five .carousel-outer,
.testimonial-section-three .testimonials,
.theme-btn .btn-title,
.video-section .link .txt {
  position: relative;
}
.list-style-three li {
  position: relative;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #67687a;
  padding-left: 30px;
  margin-bottom: 10px;
}
.list-style-three li:before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 11px;
  height: 2px;
  background-color: var(--bg-theme-color3);
  content: "";
}
.list-style-four li a,
.list-style-three li a {
  display: inline-block;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.social-icon-one li a,
.social-icon-three li a,
.social-icon-two li a {
  position: relative;
  display: block;
  color: #fff;
}
.award-block .inner-box:hover .count,
.counter-block .inner:hover .count-box,
.counter-block .inner:hover .count-box .count-text,
.link-style-one:hover,
.list-style-four li a:hover,
.list-style-three li a:hover,
.mobile-menu .navigation li.current > a,
.mobile-menu .navigation li:hover > a,
.page-breadcrumb li a:hover,
.service-sidebar .service-sidebar-single-btn .thm-btn:hover span::before,
.service-sidebar .service-sidebar-single-contact-box .icon:hover span::before {
  color: #fff;
}
.list-style-four li {
  position: relative;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #2e2d2d;
  padding-left: 45px;
  margin-bottom: 18px;
}
.list-style-four li:before {
  height: 30px;
  width: 30px;
  position: absolute;
  left: 0;
  top: 0;
  content: "\f00c";
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  font-weight: 700;
  font-family: "Font Awesome 6 Pro";
  background: var(--gradient-1);
  border-radius: 50%;
}
.about-section-two .image-column,
.award-block,
.counter-block,
.counter-block-five,
.counter-block-four,
.faqs-section .faq-column,
.skills,
.social-icon-one li {
  position: relative;
  margin-bottom: 50px;
}
.social-icon-one li a {
  text-align: center;
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 0.05em;
  background: 0 0;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.social-icon-one li a:before {
  position: absolute;
  left: 50%;
  margin-left: -2px;
  top: 50%;
  height: 0;
  width: 3px;
  background-color: #fff;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bg,
.social-icon-one li a:hover:before {
  top: 0;
  height: 100%;
}
.bg,
.main-menu .navigation > li.current:before,
.main-menu .navigation > li:hover:before,
.social-icon-three li a:hover:before {
  left: 0;
  width: 100%;
}
.social-icon-two {
  position: relative;
  display: flex;
}
.social-icon-two li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
}
.social-icon-two li:first-child {
  margin-left: 0;
}
.social-icon-two li a {
  line-height: 50px;
  height: 50px;
  width: 50px;
  border-radius: 10px;
  text-align: center;
  font-size: 16px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.blockquote-style-one,
.default-tabs .tab-buttons li {
  font-size: 18px;
  color: var(--theme-color1);
  background-color: #fff;
}
.social-icon-two li a::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  background-color: #fff;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
}
.social-icon-two li a:hover {
  color: #000;
}
.social-icon-two li a:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.blog-details__meta,
.product-details .product-info .product-details__social,
.project-details__social,
.search-popup .form-group,
.social-icon-five,
.social-icon-four,
.social-icon-three {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.social-icon-three li {
  position: relative;
  margin-right: 30px;
}
.social-icon-three li a {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.05em;
  background: 0 0;
  font-weight: 400;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: var(--title-font);
}
.social-icon-three li a:before {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 2px;
  width: 0;
  background-color: #fff;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.social-icon-five li a,
.social-icon-four li a {
  -webkit-transition: 0.3s;
  display: block;
  position: relative;
}
.social-icon-four li {
  position: relative;
  margin: 0 12px;
}
.social-icon-four li a {
  font-size: 14px;
  line-height: 30px;
  color: var(--theme-color-dark);
  transition: 0.3s;
}
.social-icon-five li {
  position: relative;
  margin-right: 7px;
}
.social-icon-five li a {
  height: 34px;
  width: 34px;
  border: 1px solid rgba(135, 140, 143, 0.32);
  font-size: 12px;
  text-align: center;
  line-height: 32px;
  color: #bcb5b5;
  border-radius: 50%;
  transition: 0.3s;
}
.bg {
  position: absolute;
  background-position: center;
  background-size: cover;
}
.bg-pattern-1 {
  background-image: url(../images/pattern-1.webp);
}
.bg-pattern-2 {
  background-image: url(../images/pattern-2.webp);
}
.bg-pattern-3 {
  background-image: url(../images/pattern-3.webp);
}
.bg-pattern-4 {
  background-image: url(../images/pattern-4.webp);
}
.bg-pattern-5 {
  background-image: url(../images/pattern-5.webp);
}
.bg-pattern-6 {
  background-image: url(../images/pattern-6.webp);
}
.accordion-box .block .acc-content.current,
.tabs-box .active-tab,
.team-row,
.team-section-three .row {
  display: block;
}
.clients-section .image-column .image-box .play-btn .icon,
.play-btn .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 90px;
  width: 90px;
  background-color: var(--theme-color-light);
  border-radius: 50%;
  font-size: 24px;
  color: var(--theme-color-dark);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.play-now-two:before,
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: var(--bg-theme-color1);
}
.clients-section .image-column .image-box .play-btn .circle-text img,
.play-btn .circle-text img {
  position: relative;
  display: inline-block;
  -webkit-animation: 60s linear infinite fa-spin;
  animation: 60s linear infinite fa-spin;
}
.play-now .icon {
  color: var(--bg-theme-color2);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.play-now .ripple,
.play-now .ripple:after,
.play-now .ripple:before {
  -webkit-box-shadow: 0 0 0 0 rgba(233, 35, 47, 0.6);
  box-shadow: 0 0 0 0 rgba(233, 35, 47, 0.6);
}
.play-now .ripple:after,
.play-now .ripple:before {
  content: "";
}
@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 50px rgba(233, 35, 47, 0);
    box-shadow: 0 0 0 50px rgba(233, 35, 47, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(233, 35, 47, 0);
    box-shadow: 0 0 0 0 rgba(233, 35, 47, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 50px rgba(233, 35, 47, 0);
    box-shadow: 0 0 0 50px rgba(233, 35, 47, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(233, 35, 47, 0);
    box-shadow: 0 0 0 0 rgba(233, 35, 47, 0);
  }
}
.play-now-two {
  height: 92px;
  width: 92px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 5px;
  font-size: 12px;
  border: 0.5px solid var(--border-theme-color1);
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-animation: 3s linear infinite zoom-one;
  animation: 3s linear infinite zoom-one;
}
.play-now-two:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 62px;
  width: 62px;
  border-radius: 50%;
  content: "";
}
.play-now-two:hover {
  color: #ff9205;
  background-color: #fff;
}
.select2-dropdown {
  border: 1px solid #eee;
}
.select2-results__option {
  padding: 0 10px;
  color: #7c858c;
  border: 0;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #7c858c;
  padding-left: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  height: 30px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  bottom: 1px;
  height: auto;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  color: #7c858c;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow:before {
  position: relative;
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
}
.contact-section-two .contact-form button:before,
.contact-section-two .contact-form input[type="submit"]:before,
.counter-block-three:last-child .inner:before,
.footer-bottom .footer-nav li:first-child::before,
.main-footer.style-three .widget-title::before,
.main-footer.style-two .widget-title::before,
.main-menu .navbar-header,
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.page-breadcrumb li:last-child::after,
.pricing-section .pricing-tabs .tab-btns .tab-btn:last-child:before,
.products-carousel .owl-nav,
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b,
.sticky-header .navbar-header,
.sticky-header .outer-box,
.testimonial-section .owl-nav,
.testimonial-section-five .carousel-outer .owl-nav,
.tp-bannertimer {
  display: none;
}
.select2-container--default .select2-selection--single {
  border-radius: 0;
}
.default-navs .owl-next,
.default-navs .owl-prev {
  display: block;
  margin: 0 5px;
  height: 65px;
  width: 65px;
  color: var(--theme-color1);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border: 1px solid #fff;
  font-size: 16px;
  line-height: 63px;
  font-weight: 700;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.blockquote-style-one,
.default-tabs .tab-buttons,
.latest-news,
.news-block,
.news-block-four,
.news-block-two,
.product-block-two {
  position: relative;
  margin-bottom: 30px;
}
.default-navs .owl-next span,
.default-navs .owl-prev span {
  display: inline-block;
  background: var(--gradient-1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.default-navs .owl-next:hover,
.default-navs .owl-prev:hover {
  -webkit-box-shadow: 0;
  box-shadow: 0;
  border: 1px solid var(--bg-theme-color2);
}
.default-dots .owl-dots {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 45px;
  background-color: var(--bg-theme-color4);
  border-radius: 50px;
  margin-top: 30px;
}
.default-dots .owl-dots .owl-dot {
  height: 4px;
  width: 10px;
  border-radius: 5px;
  background-color: var(--bg-theme-color2);
  margin: 0 5px;
  opacity: 0.25;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.default-dots .owl-dots .owl-dot.active {
  opacity: 1;
  width: 46px;
  background: var(--gradient-1);
}
.nav-style-one {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9;
}
.nav-style-one .next,
.nav-style-one .prev {
  margin-right: 38px;
  padding: 18px 25px 18px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav-style-one .next .icon,
.nav-style-one .prev .icon,
.product-details .bxslider .thumb-box li a {
  position: relative;
  display: inline-block;
}
.nav-style-one .next .icon:before,
.nav-style-one .prev .icon:before {
  position: absolute;
  top: 0;
  margin-top: -20px;
  right: -25px;
  height: 52px;
  width: 52px;
  border: 1px dotted #fff;
  border-radius: 100px;
  content: "";
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nav-style-one .next:hover .icon:before,
.nav-style-one .prev:hover .icon:before {
  background-color: rgba(255, 255, 255, 0.15);
  width: 125px;
}
.nav-style-one .prev {
  margin-right: 0;
  padding-left: 25px;
  padding-right: 0;
}
.nav-style-one .prev .icon:before {
  left: -25px;
  right: auto;
}
.nav-style-one .swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.nav-style-one.dark .next .icon:before,
.nav-style-one.dark .prev .icon:before {
  border: 1px solid #797979;
}
.default-tabs,
.testimonial-block-five {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.default-tabs .tab-buttons li {
  position: relative;
  float: left;
  font-weight: 600;
  padding: 15px 35px;
  line-height: 20px;
  border-radius: 5px;
  cursor: pointer;
  margin-right: 20px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact-list-one li:last-child,
.contact-list-two li:last-child,
.default-tabs .tab-buttons li:last-child,
.main-menu .navigation > li:last-child,
.pricing-section .pricing-tabs .tab-btns .tab-btn:last-child,
.team-section .owl-nav .owl-next {
  margin-right: 0;
}
.default-tabs .tab-buttons li.active-btn {
  background: var(--gradient-1);
  color: #fff;
}
.default-tabs .tabs-content,
.footer-bottom {
  position: relative;
  width: 100%;
}
.blockquote-style-one {
  line-height: 28px;
  padding: 15px 30px;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
}
.btn-style-one,
.btn-style-two {
  padding: 15px 35px;
  color: #fff;
  line-height: 30px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  overflow: hidden;
}
.blockquote-style-one:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  z-index: 2;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(var(--bg-theme-color2)),
    to(var(--bg-theme-color3))
  );
  background: linear-gradient(
    to left,
    var(--bg-theme-color2),
    var(--bg-theme-color3)
  );
  content: "";
}
.skills .skill-item {
  position: relative;
  margin-bottom: 25px;
}
.skills .skill-item .skill-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 15px;
  margin-bottom: 0;
}
.skills .skill-item .skill-header .skill-title {
  font-weight: 500;
  color: #fff;
  font-size: 18px;
  font-family: var(--text-font);
  letter-spacing: -0.01em;
  margin-bottom: 10px;
}
.skills .skill-item .skill-header .skill-percentage {
  font-size: 18px;
  font-weight: 500;
  color: var(--theme-color-light);
  font-family: var(--title-font);
  line-height: 25px;
  margin-bottom: 10px;
}
.skills .skill-item .skill-bar {
  position: relative;
  width: 100%;
  height: 14px;
  border-radius: 10px;
}
.skills .skill-item .skill-bar .bar-inner {
  position: relative;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
}
.skills .skill-item .skill-bar .bar-inner .bar {
  position: absolute;
  left: 0;
  top: -1px;
  height: 3px;
  width: 0;
  -webkit-transition: 3s;
  transition: 3s;
  background: var(--theme-color-light);
}
.theme-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: var(--title-font);
}
.btn-style-one:before,
.btn-style-two:before {
  position: absolute;
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  height: 100%;
  top: 0;
  width: 100%;
  left: 0;
  content: "";
}
.theme-btn i {
  font-size: 80%;
}
.btn-style-one {
  position: relative;
  background: var(--gradient-1);
}
.btn-style-one:before {
  background: var(--gradient-2);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.btn-style-one i,
.btn-style-three i,
.btn-style-two i {
  margin-left: 5px;
}
.btn-style-one:hover:before {
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.btn-style-one:hover,
.btn-style-three:hover,
.btn-style-two:hover {
  color: #fff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.btn-style-two {
  position: relative;
  background-color: var(--bg-theme-color2);
}
.btn-style-two:before {
  background: var(--bg-theme-color3);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.btn-style-three:hover:before,
.btn-style-two:hover:before {
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.btn-style-three {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  padding: 15px 30px;
  font-weight: 600;
  overflow: hidden;
  color: var(--theme-color1);
  background-color: var(--bg-theme-color4);
  border-radius: 5px;
}
.btn-style-three:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: var(--gradient-1);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.theme-btn.small {
  padding: 10px 40px;
  line-height: 20px;
  font-size: 12px;
}
.anim-icons {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
.circle,
.circle-follow {
  position: fixed;
  border-radius: 100%;
  z-index: 10000;
  pointer-events: none;
}
.arrow-next,
.arrow-next-dark,
.arrow-prev,
.arrow-prev-dark {
  height: 16px;
  width: 73px;
}
.anim-icons.full-width,
.mobile-menu {
  max-width: 100%;
}
[text-split] {
  opacity: 0;
}
.word {
  overflow: hidden;
  padding-bottom: 0.1em;
  margin-bottom: -0.1em;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}
.anim-icons .icon {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.arrow-next {
  background-image: url(../images/arrow-next.webp);
}
.arrow-prev {
  background-image: url(../images/arrow-prev.webp);
}
.arrow-next-dark {
  background-image: url(../images/arrow-next-dark.webp);
}
.arrow-prev-dark {
  background-image: url(../images/arrow-prev-dark.webp);
}
.arrow-donw {
  height: 36px;
  width: 10px;
  background-image: url(../images/arrow-down.webp);
}
.icon-quote {
  width: 96px;
  height: 82px;
  background-image: url(../images/icon-quote.webp);
}
.icon-quote-2 {
  width: 72px;
  height: 60px;
  background-image: url(../images/icon-quote-2.webp);
}
.shape-3 {
  width: 1040px;
  height: 1150px;
  background-image: url(../images/shape-3.webp);
}
.circle-gradient {
  width: 694px;
  height: 694px;
  background-image: url(../images/circle-gradient.webp);
}
.bounce-y {
  -webkit-animation: 10s linear infinite bounce-y;
  animation: 10s linear infinite bounce-y;
}
.bounce-x {
  -webkit-animation: 10s linear infinite bounce-x;
  animation: 10s linear infinite bounce-x;
}
.zoom-one {
  -webkit-animation: 10s linear infinite zoom-one;
  animation: 10s linear infinite zoom-one;
}
.zoom-two {
  -webkit-animation: 5s linear infinite zoom-two;
  animation: 5s linear infinite zoom-two;
}
@-webkit-keyframes float {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes float {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-webkit-keyframes bounce-y {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes bounce-y {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@-webkit-keyframes bounce-x {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes bounce-x {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@-webkit-keyframes zoom-one {
  0%,
  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@keyframes zoom-one {
  0%,
  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@-webkit-keyframes zoom-two {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}
@keyframes zoom-two {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}
.overlay-anim:after {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}
.overlay-anim:hover:after {
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
}
.circle {
  width: 10px;
  height: 10px;
  left: -10px;
  top: -10px;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.circle-follow {
  mix-blend-mode: difference;
  width: 30px;
  height: 30px;
  left: -21px;
  top: -21px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@supports (mix-blend-mode: difference) {
  .circle {
    background-color: #fff;
    mix-blend-mode: difference;
  }
  .circle-follow {
    border: 1px solid #fff;
    mix-blend-mode: difference;
  }
}
.search-popup .search-back-drop {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--theme-color-dark);
  opacity: 0.95;
}
.search-popup .close-search {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 26px;
  color: var(--theme-color-light);
  z-index: 3;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.search-popup .search-inner {
  position: relative;
  display: block;
  top: 40%;
  height: auto;
  z-index: 1;
  width: calc(100% - 60px);
  max-width: 800px;
  margin: auto;
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.search-popup .form-group input[type="search"],
.search-popup .form-group input[type="text"] {
  position: relative;
  display: block;
  line-height: 20px;
  font-size: 16px;
  width: 100%;
  height: 50px;
  border: 1px solid #e1e6dc;
  padding: 15px 20px;
  color: #707070;
  background: #fff;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.counter-block-four:nth-child(2n) .count-box,
.counter-block-four:nth-child(2n) .count-box .count-text,
.header-top .info-text,
.main-header .cart-btn .count,
.main-menu .navigation > li > ul > li > a,
.pricing-block .title-box .link:hover,
.search-popup .form-group button,
.search-popup .form-group button:hover,
.video-section .link:hover {
  color: var(--theme-color-dark);
}
.search-popup .form-group input[type="search"]:focus,
.search-popup .form-group input[type="text"]:focus {
  border-color: var(--border-theme-color2);
}
.mobile-menu .navigation,
.mobile-menu .navigation li > ul > li:first-child,
.mobile-menu .social-links {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.search-popup .form-group button {
  position: absolute;
  right: 5px;
  top: 5px;
  height: 40px;
  width: 40px;
  display: block;
  font-size: 18px;
  line-height: 40px;
  border-radius: 5px;
  font-weight: 400;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.search-popup input::-webkit-input-placeholder,
.search-popup textarea::-webkit-input-placeholder {
  color: inherit;
}
.search-popup input::-moz-placeholder,
.search-popup textarea::-moz-placeholder {
  color: inherit;
}
.search-popup input:-ms-input-placeholder,
.search-popup textarea:-ms-input-placeholder {
  color: inherit;
}
.search-popup input::-ms-input-placeholder,
.search-popup textarea::-ms-input-placeholder {
  color: inherit;
}
.search-popup input::placeholder,
.search-popup textarea::placeholder {
  color: inherit;
}
.moblie-search-active .search-popup {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
  border-radius: 0;
}
.moblie-search-active .search-popup .search-inner {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.header-span {
  position: relative;
  height: 110px;
  display: block;
  width: 100%;
}
.header-top,
.header-top .top-left,
.header-top .top-right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
}
.main-header {
  position: relative;
  width: 100%;
  z-index: 999;
}
.header-top {
  display: flex;
  border-top: 1px solid #f2f3f3;
  border-bottom: 1px solid #f2f3f3;
}
.header-top .inner-container,
.main-header .main-box .nav-outer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.header-top .top-left,
.header-top .top-right {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0;
}
.header-top .info-text,
.main-header .main-box {
  display: -webkit-box;
  display: -ms-flexbox;
  position: relative;
}
.header-top .info-text {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
}
.header-top .info-text i {
  margin-right: 12px;
  font-size: 18px;
  line-height: 30px;
}
.main-header .main-box .logo img {
  height: 70px;
  width: 80px;
  margin-top: -10px;
}
.main-header .logo {
  position: relative;
  display: block;
  padding: 30px 0;
}
.main-header .logo img {
  max-width: 100%;
  height: auto;
}
.main-header .main-box {
  left: 0;
  top: 0;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-style-five .outer-box,
.main-menu .navbar-collapse {
  padding: 0;
}
.main-menu .navigation {
  position: relative;
  margin: 0;
}
.main-menu .navigation > li {
  position: relative;
  float: left;
  padding: 20px 0;
  margin-right: 65px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main-menu .navigation > li:before {
  position: absolute;
  left: 50%;
  bottom: 22px;
  height: 1px;
  width: 0%;
  background-color: var(--theme-color-light);
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main-menu .navigation > li > a {
  position: relative;
  display: block;
  text-align: center;
  opacity: 1;
  color: var(--theme-color-light);
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main-menu .navigation > li > a .icon {
  position: relative;
  font-size: 20px;
  line-height: 24px;
  margin-left: 10px;
}
.main-menu .navigation > li.dropdown > a {
  padding-right: 14px;
  margin-right: -14px;
}
.main-menu .navigation > li.dropdown > a:after {
  content: "\f067";
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 20px;
  display: block;
  line-height: 24px;
  font-size: 12px;
  z-index: 5;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  margin-top: -2px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main-menu .navigation > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
  margin-top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main-menu .navigation > li > ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 220px;
  z-index: 100;
  padding: 10px 0 0;
  background-color: #fff;
  margin-top: 30px;
  opacity: 0;
  display: none;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0 5px 1px rgba(0, 0, 0, 0.05);
}
.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0;
}
.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ebf1f5;
}
.main-menu .navigation > li > ul > li:last-child,
.main-menu .navigation > li > ul > li > ul > li:last-child,
.mobile-menu .navigation li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 0;
  line-height: 29px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  margin: 0 30px;
  text-transform: capitalize;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  position: absolute;
  right: 0;
  top: 11px;
  display: block;
  line-height: 24px;
  font-size: 11px;
  font-weight: 900;
  z-index: 5;
}
.main-menu .navigation > li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 0;
  margin-top: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 220px;
  z-index: 100;
  display: none;
  background-color: var(--theme-color-light);
  opacity: 0;
  padding: 10px 0 0;
  margin-top: 10px;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0 5px 1px rgba(0, 0, 0, 0.05);
}
.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  border-bottom: 1px solid #ebf1f5;
  width: 100%;
}
.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 0;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: var(--theme-color-dark);
  text-align: left;
  margin: 0 30px;
  text-transform: capitalize;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 34px;
  height: 30px;
  border: 1px solid var(--theme-color-light);
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: var(--theme-color-light);
  cursor: pointer;
  z-index: 5;
  display: none;
}
.main-header .outer-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 30px 0;
}
.main-header .outer-box .theme-btn {
  line-height: 25px;
  font-weight: 500;
  margin-left: 40px;
}
.main-header .ui-btn {
  position: relative;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  background: 0 0;
  font-size: 26px;
  color: #fff;
  margin-left: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main-header .cart-btn .count {
  position: absolute;
  right: -5px;
  top: -10px;
  font-size: 14px;
}
.main-header .info-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 18px;
  padding-left: 75px;
  color: #fff;
  text-align: left;
  font-weight: 600;
  line-height: 20px;
  min-height: 54px;
}
.sec-title .sub-title,
.sec-title-three .sub-title,
.sec-title-two .sub-title {
  font-weight: var(--sec-title-subtitle-font-weight);
}
.main-header .info-btn small {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 5px;
}
.main-header .info-btn i {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -27px;
  line-height: 54px;
  height: 54px;
  width: 54px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 20px;
}
.contact-section-two .contact-form button:hover,
.contact-section-two .contact-form input[type="submit"]:hover,
.header-style-five .outer-box .toggle-hidden-bar .line,
.sec-title-four h2:before {
  background-color: var(--bg-theme-color3);
}
.main-footer .footer-upper .info-btn:hover,
.main-header .info-btn:hover {
  color: var(--bg-theme-color2);
}
.header-style-four,
.header-style-one,
.header-style-three,
.header-style-two {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.header-style-five .main-box,
.header-style-four .main-box,
.header-style-one .main-box,
.header-style-three .main-box,
.header-style-two .main-box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.clients-section-two .slide-item img,
.header-style-five .main-box .nav-outer,
.header-style-four .main-box .nav-outer,
.header-style-one .main-box .nav-outer,
.header-style-three .main-box .nav-outer,
.header-style-two .main-box .nav-outer,
.team-details-shape-1 img {
  width: auto;
}
.header-style-one .main-box .main-menu .navigation > li {
  margin: 0 32px;
}
.header-style-one .outer-box:before {
  position: absolute;
  right: -50px;
  top: 20px;
  height: 50px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.08);
  content: "";
}
.header-style-one .outer-box .toggle-hidden-bar {
  position: absolute;
  right: -155px;
  top: 50%;
  margin-top: -15px;
  margin-left: 0;
}
.header-style-five .auto-container,
.header-style-three .large-container,
.header-style-two .auto-container {
  max-width: 1530px;
}
.header-style-two .outer-box .toggle-hidden-bar {
  margin-left: 90px;
}
.header-style-three .main-box .logo {
  padding: 40px 0;
}
.header-style-three .main-box .main-menu .navigation > li {
  font-family: var(--title-font);
  margin-left: 60px;
  margin-right: 0;
}
.header-style-three .main-box .main-menu .navigation > li > a {
  font-size: 14px;
  letter-spacing: 0.3em;
}
.header-style-three .outer-box {
  margin-left: 100px;
}
.header-style-four .header-top {
  margin-top: 25px;
}
.header-style-four .auto-container,
.team-section-four .large-container {
  max-width: 1630px;
}
.header-style-four .main-box .main-menu .navigation > li > a {
  color: var(--theme-color-dark);
  font-size: 12px;
  font-family: var(--title-font);
  letter-spacing: 0.05em;
}
.header-style-four .outer-box .ui-btn {
  color: var(--theme-color-dark);
  margin-left: 15px;
  margin-right: 0;
}
.header-style-four .outer-box .ui-btn .icon {
  font-size: 18px;
}
.header-style-five .outer-box .mobile-nav-toggler,
.header-style-four .outer-box .mobile-nav-toggler {
  top: 0;
  color: var(--theme-color-dark);
  font-size: 24px;
}
.header-style-five .sticky-header .main-menu .navigation > li > a,
.header-style-four .sticky-header .main-menu .navigation > li > a {
  color: var(--theme-color-dark);
  font-family: var(--text-font);
}
.header-style-five .main-box .main-menu .navigation > li {
  margin: 0 35px;
}
.header-style-five .main-box .main-menu .navigation > li > a {
  color: var(--theme-color-dark);
  font-size: 22px;
  font-weight: 500;
  text-transform: unset;
}
.header-style-five .main-box .main-menu .navigation > li.current > a {
  color: var(--theme-color3);
  font-weight: 500;
}
.header-style-five .outer-box .hidden-bar-btn-outer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 110px;
  width: 100px;
  -webkit-box-shadow: 0 10px 30px rgba(210, 210, 210, 0.3);
  box-shadow: 0 10px 30px rgba(210, 210, 210, 0.3);
  margin-left: 30px;
}
.header-style-five .outer-box .toggle-hidden-bar {
  background: 0 0;
}
.header-style-five .contact-info {
  text-align: right;
}
.header-style-five .contact-info li {
  font-size: 20px;
  line-height: 30px;
  color: var(--theme-color-dark);
  font-weight: 500;
}
.header-style-five .contact-info li.phone a {
  font-size: 17px;
  font-weight: 700;
}
.header-style-five .contact-info li a {
  color: var(--theme-color-dark);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sticky-header {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0;
  z-index: 99999;
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.sticky-header.fixed-header {
  opacity: 1;
  z-index: 9999;
  visibility: visible;
}
.sticky-header .logo {
  padding: 10px 0;
}
.hidden-bar .upper-box .nav-logo img,
.mobile-menu .nav-logo img,
.sticky-header .logo img {
  max-height: 40px;
}
.sticky-header .nav-outer {
  position: relative;
  background: 0 0;
}
.sticky-header .inner-container,
.testimonial-block-four .upper-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sticky-header .main-menu .navigation > li {
  margin: 0 0 0 60px;
  padding: 20px 0;
}
@media only screen and (min-width: 768px) {
  .main-menu .navigation > li > ul,
  .main-menu .navigation > li > ul > li > ul {
    display: block !important;
    visibility: hidden;
    opacity: 0;
  }
}
.mobile-nav-toggler {
  position: relative;
  font-size: 32px;
  line-height: 20px;
  cursor: pointer;
  color: #fff;
  display: none;
  top: -3px;
  margin-left: 20px;
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
.mobile-menu,
.mobile-menu .menu-backdrop {
  position: fixed;
  top: 0;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  right: 0;
}
.mobile-menu {
  width: 300px;
  z-index: 999999;
}
.mobile-menu .menu-backdrop {
  width: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
}
.mobile-menu .upper-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
}
.mobile-menu .menu-box,
.mobile-menu .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  background: var(--theme-color-dark);
  position: relative;
  width: 100%;
}
.mobile-menu .close-btn {
  position: relative;
  top: -10px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}
.hidden-bar .upper-box .close-btn:hover,
.mobile-menu .close-btn:hover {
  opacity: 0.5;
}
.hidden-bar .upper-box .nav-logo,
.mobile-menu .nav-logo {
  position: relative;
  text-align: left;
  width: 100%;
}
.mobile-menu .menu-box {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  left: 0;
  top: 0;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  padding: 0;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  -webkit-transform: translateX(101%);
  transform: translateX(101%);
}
.mobile-menu-visible,
.split-line,
.testimonial-section-three .testimonials .testimonial-content,
.testimonial-section-three .testimonials .testimonial-thumbs {
  overflow: hidden;
}
.active-hidden-bar .hidden-bar-back-drop,
.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.4s 0.2s;
  transition: 0.4s 0.2s;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.mobile-menu-visible .scroll-to-top {
  opacity: 0;
  visibility: hidden;
}
.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
}
.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  text-align: center;
  font-size: 16px;
  line-height: 44px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 1px;
  height: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li.dropdown .dropdown-btn.active i:before {
  content: "\f106";
}
.mobile-menu .navigation li > ul > li {
  padding-left: 20px;
}
.contact-list-one {
  position: relative;
  padding: 30px 20px 20px;
}
.contact-form .form-group,
.contact-list-one li,
.contact-list-two li {
  position: relative;
  margin-bottom: 20px;
}
.sec-title h2,
.sec-title-two h2 {
  margin-bottom: 0;
  color: var(--sec-title-color);
  font-family: var(--sec-title-font-family);
  font-weight: var(--sec-title-font-weight);
}
.contact-list-one li .contact-info-box {
  position: relative;
  padding-left: 54px;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
.contact-list-one li .contact-info-box a {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact-list-one li .contact-info-box .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 34px;
  line-height: 50px;
  color: #fff;
}
.contact-list-one li .contact-info-box .title {
  display: block;
  font-size: 12px;
  color: #b2c1c0;
  font-weight: 400;
  text-transform: uppercase;
}
.mobile-menu .social-links {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: auto;
}
.hidden-bar .inner-box,
.hidden-bar .upper-box {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
}
.mobile-menu .social-links li {
  position: relative;
  text-align: center;
  width: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .social-links li a {
  position: relative;
  display: block;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.toggle-hidden-bar {
  position: relative;
  height: 24px;
  min-width: 38px;
}
.toggle-hidden-bar .line {
  position: absolute;
  left: 0;
  top: 10px;
  height: 3px;
  width: 100%;
  background-color: #fff;
}
.toggle-hidden-bar .line:first-child {
  width: 24px;
  top: 0;
}
.toggle-hidden-bar .line:nth-child(3) {
  width: 24px;
  left: auto;
  right: 0;
  top: 21px;
}
.hidden-bar {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  overflow-y: auto;
  z-index: 99999;
  max-width: 320px;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  visibility: hidden;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.hidden-bar::-webkit-scrollbar {
  width: 2px;
}
.hidden-bar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px #cecece;
  box-shadow: inset 0 0 2px #cecece;
  border-radius: 10px;
}
.hidden-bar::-webkit-scrollbar-thumb {
  background: #7a7a7a;
  border-radius: 10px;
}
.hidden-bar::-webkit-scrollbar-thumb:hover {
  background: #7a7a7a;
}
.hidden-bar .inner-box {
  position: relative;
  width: 100%;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: var(--theme-color-dark);
  height: 100%;
}
.hidden-bar .upper-box {
  position: relative;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 30px 30px 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.hidden-bar .upper-box .close-btn {
  position: relative;
  top: -5px;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  color: var(--theme-color1);
  cursor: pointer;
  z-index: 10;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.hidden-bar .text-box {
  position: relative;
  padding: 25px 30px;
}
.main-menu .navi > li {
  color: #fff !important;
  position: relative;
  padding: 20px 0;
  margin-right: 65px;
  display: block;
}
.contact-list-two {
  position: relative;
  padding: 30px 30px 20px;
}
.contact-list-two li .contact-info-box {
  position: relative;
  padding-left: 54px;
  font-size: 14px;
  line-height: 24px;
  color: var(--theme-color1);
}
.contact-list-two li .contact-info-box a {
  color: var(--theme-color1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact-list-two li .contact-info-box .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 34px;
  line-height: 50px;
  color: var(--theme-color-light);
}
.contact-list-two li .contact-info-box .title {
  display: block;
  font-size: 12px;
  color: var(--theme-color-light);
  font-weight: 700;
  text-transform: uppercase;
}
.hidden-bar-back-drop {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.active-hidden-bar .hidden-bar {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.hidden-bar .social-links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: var(--theme-color-dark);
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: auto;
}
.banner-section .main-bg,
.tp-dottedoverlay {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.hidden-bar .social-links li {
  position: relative;
  text-align: center;
  width: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.hidden-bar .social-links li a {
  position: relative;
  display: block;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
  text-align: center;
  color: var(--theme-color-light);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news-block-three,
.sec-title,
.sec-title-three {
  position: relative;
  margin-bottom: 70px;
}
.sec-title .sub-title {
  position: relative;
  font-size: var(--sec-title-subtitle-font-size);
  line-height: var(--sec-title-subtitle-line-height);
  display: block;
  top: -3px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 25px;
}
.sec-title h2 {
  position: relative;
  font-size: var(--sec-title-font-size);
}
.sec-title h2 .selected {
  position: relative;
  display: block;
  padding-left: 130px;
}
.sec-title h2 .selected:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  height: 7px;
  width: 102px;
  background-image: url(../images/line-1.webp);
  content: "";
}
.sec-title .text {
  line-height: 32px;
  letter-spacing: 0.05em;
  margin-top: 25px;
}
.sec-title .btn-box {
  position: relative;
  display: block;
  margin-left: 140px;
  padding-left: 80px;
  padding-bottom: 50px;
  margin-bottom: 20px;
  margin-top: 70px;
}
.sec-title .btn-box:before {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 300px;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  content: "";
}
.link-style-one {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  padding-left: 30px;
  padding-right: 30px;
  font-family: var(--text-font);
}
.link-style-three,
.link-style-two {
  font-size: 16px;
  line-height: 30px;
  text-decoration: underline;
  display: inline-block;
}
.link-style-one::before {
  position: absolute;
  left: 0;
  top: -15px;
  height: 60px;
  width: 60px;
  background-color: rgba(255, 255, 255, 0.1);
  content: "";
  border-radius: 100px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.link-style-three:hover,
.link-style-two:hover,
.main-footer .cta-box .read-more:hover {
  background-color: var(--theme-color-light);
  color: var(--theme-color-dark);
}
.link-style-two {
  letter-spacing: 0.3em;
  background-color: #000;
  color: var(--theme-color-light);
  padding: 10px 30px;
  font-weight: 500;
  text-transform: uppercase;
}
.link-style-three,
.sec-title-two .sub-title {
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.link-style-two:hover,
.main-footer .cta-box .read-more:hover {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.link-style-three {
  color: var(--theme-color-dark);
  font-weight: 700;
}
.counter-block-two,
.sec-title-five,
.sec-title-four,
.sec-title-two {
  position: relative;
  margin-bottom: 60px;
}
.sec-title-two .sub-title {
  position: relative;
  padding-left: 30px;
  line-height: var(--sec-title-subtitle-line-height);
  display: inline-block;
  top: -3px;
  margin-bottom: 20px;
}
.sec-title-two .sub-title:before {
  position: absolute;
  left: 0;
  top: 3px;
  height: 14px;
  width: 14px;
  border: 1px solid var(--theme-color-light);
  content: "";
  border-radius: 50%;
}
.sec-title-two .sub-title:after {
  position: absolute;
  left: 7px;
  top: 10px;
  height: 6px;
  width: 6px;
  border-radius: 10px;
  background-color: var(--theme-color-light);
  content: "";
}
.sec-title-two h2 {
  position: relative;
  font-size: 40px;
}
.sec-title-three .text,
.sec-title-two .text {
  line-height: 32px;
  letter-spacing: 0.05em;
  margin-top: 27px;
}
.sec-title-five .sub-title,
.sec-title-three .sub-title {
  font-family: var(--sec-title-subtitle-font-family);
  top: -3px;
  letter-spacing: 0.25em;
  display: inline-block;
}
.sec-title-three .sub-title {
  position: relative;
  padding-left: 60px;
  font-size: 24px;
  line-height: var(--sec-title-subtitle-line-height);
  color: var(--theme-color2);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.sec-title-three .sub-title:before {
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 40px;
  border: 1px solid var(--theme-color-light);
  opacity: 0.2;
  content: "";
}
.sec-title-three h2 {
  position: relative;
  font-size: 50px;
  line-height: 65px;
  letter-spacing: 0.05em;
  color: var(--sec-title-color);
  font-family: var(--sec-title-font-family);
  font-weight: var(--sec-title-font-weight);
  margin-bottom: 0;
}
.sec-title-five h2,
.sec-title-four h2 {
  line-height: 1.2em;
  position: relative;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .list-style-one li:hover {
    -webkit-transform: none;
    transform: none;
  }
  .sec-title-three h2 {
    font-size: 42px;
    line-height: 1.2em;
  }
  .main-slider .tp-bgimg {
    background-image: none !important;
    background-color: #0e1e2a;
  }
}
.sec-title-four h2 {
  font-size: 60px;
  letter-spacing: 0;
  color: var(--theme-color-dark);
  font-family: var(--sec-title-font-family);
  font-weight: var(--sec-title-font-weight);
}
.sec-title-four h2:before {
  position: absolute;
  left: 0;
  top: 50px;
  height: 6px;
  width: 230px;
  opacity: 0.5;
  content: "";
}
.sec-title-four .text {
  line-height: 32px;
  margin-top: 27px;
}
.sec-title-five.text-center h2:before,
.sec-title-four.text-center h2:before {
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateX(-30%);
  transform: translateX(-30%);
}
.sec-title-five .sub-title {
  position: relative;
  padding-right: 90px;
  font-size: 26px;
  line-height: var(--sec-title-subtitle-line-height);
  font-weight: var(--sec-title-subtitle-font-weight);
  color: var(--theme-color4);
  font-weight: 500;
  margin-top: 25px;
}
.sec-title-five .sub-title:before {
  position: absolute;
  right: 0;
  bottom: 2px;
  height: 1px;
  width: 70px;
  border: 1px solid #878c8f;
  opacity: 0.35;
  content: "";
}
.sec-title-five h2 {
  font-size: 60px;
  letter-spacing: 0;
  color: var(--theme-color-dark);
  font-family: var(--title-font-two);
  font-weight: 500;
}
.sec-title-five .text {
  line-height: 32px;
  color: #878c8f;
  letter-spacing: 0.05em;
  margin-top: 27px;
}
.banner-section .main-bg,
.banner-section .outer-box .bg {
  background-image: url(images/background/5.webp);
}
.main-slider h1 {
  position: relative;
  display: block;
  line-height: 1em;
  color: #fff;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-transform: capitalize;
}
@media only screen and (max-width: 1199px) {
  .header-style-one .main-box .main-menu .navigation > li,
  .header-style-three .main-box .main-menu .navigation > li,
  .header-style-two .main-box .main-menu .navigation > li {
    margin: 0 20px;
  }
  .header-style-five .contact-info,
  .header-style-two .outer-box .toggle-hidden-bar {
    display: none;
  }
  .header-style-five .main-box .main-menu .navigation > li,
  .header-style-four .main-box .main-menu .navigation > li {
    margin: 0 25px;
  }
  .sec-title-four h2 {
    font-size: 54px;
  }
  .main-slider h1 {
    font-size: 64px;
  }
  .banner-section .image-box .image video {
    height: 250px;
    width: 250px;
    position: relative;
    right: 125px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .circle-follow {
    display: none !important;
  }
  .main-header .main-box .logo img {
    height: 55px;
    width: 60px;
    margin-top: -10px;
  }
  .main-header .logo {
    padding: 15px 0;
  }
  .header-style-five .outer-box .hidden-bar-btn-outer,
  .header-style-four .header-top,
  .header-style-four .outer-box .toggle-hidden-bar,
  .header-style-one .outer-box .toggle-hidden-bar,
  .main-menu,
  .main-slider .main-image,
  .sec-title h2 .selected:before,
  .sec-title h2 br,
  .sec-title-five .sub-title::before,
  .sec-title-three .sub-title::before,
  .sec-title-two h2 br {
    display: none;
  }
  .header-style-three .main-box .logo,
  .main-header .outer-box {
    padding: 20px 0;
  }
  .header-style-four {
    background-color: #fff;
  }
  .mobile-nav-toggler {
    display: block;
  }
  .sec-title h2 .selected {
    display: inline-block;
    padding-left: 0;
  }
  .sec-title h2,
  .sec-title-five h2 {
    font-size: 42px;
  }
  .sec-title-three .sub-title {
    padding-left: 0;
    margin-left: -20px;
  }
  .sec-title-three h3 {
    margin-left: -20px;
    display: flex;
    justify-content: center;
  }
  .contact-info-list {
    position: relative;
    display: flex;
    gap: 50px;
    padding-left: 30px !important;
  }
  .sec-title-five .sub-title {
    padding-right: 0;
    letter-spacing: 0.1em;
  }
  .main-slider h1 {
    font-size: 78px;
  }
}
@media only screen and (max-width: 767px) {
  .main-slider h1 {
    font-size: 62px;
  }
}
@media only screen and (max-width: 576px) {
  .sec-title-three h2 {
    font-size: 32px;
    line-height: 1.2em;
  }
  .sec-title-four h2 {
    font-size: 42px;
  }
  .sec-title-four h2:before {
    height: 3px;
    top: 40px;
    width: 100px;
  }
  .sec-title-four h2 br {
    display: none;
  }
  .main-slider h1 {
    font-size: 54px;
  }
}
.main-slider .text {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-family: var(--title-font);
}
@media only screen and (max-width: 424px) {
  .list-style-two.two-column li {
    width: 100%;
    padding-right: 0;
  }
  .main-slider h1 {
    font-size: 42px;
  }
  .main-slider .text {
    font-size: 16px;
    line-height: 24px;
  }
  .contact-form .form-group button,
  .contact-form .form-group input[type="submit"] {
    position: relative;
    display: block;
    width: 95% !important;
    padding: 15px 30px;
    font-size: 14px;
    color: #bbb4b4;
    line-height: 30px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: transparent;
    border: 1px solid rgba(135, 140, 143, 0.2);
    font-family: var(--text-font);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.main-slider .theme-btn {
  display: inline-block;
  white-space: nowrap;
  min-width: 200px !important;
  margin-right: 20px;
}
.tp-dottedoverlay {
  background-color: transparent;
}
.banner-section {
  position: relative;
  padding: 100px 80px 0;
}
@media only screen and (max-width: 1699px) {
  .header-style-one .outer-box:before {
    display: none;
  }
  .header-style-one .outer-box .toggle-hidden-bar {
    position: relative;
    right: 0;
    margin-top: 0;
    margin-left: 30px;
  }
  .header-style-two .outer-box .toggle-hidden-bar {
    margin-left: 20px;
  }
  .banner-section {
    padding: 100px 0 0;
  }
}
.banner-section .main-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 635px;
}
.banner-section .main-bg:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #131313;
  opacity: 0.94;
}
.banner-section .outer-box {
  position: relative;
  min-height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
}
.banner-section .outer-box .bg::before {
  background-image: url(images/background/5.webp);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #131313;
  opacity: 0.97;
}
.banner-section .content-box {
  position: relative;
  max-width: fit-content;
  left: 450px;
  top: 200px;
}
.banner-section .title {
  line-height: 1.2em;
  margin-bottom: 0;
  font-size: 70px !important;
  font-family: prata !important;
}
.project-block .read-more,
.scroll-btn .title {
  line-height: 30px;
  color: var(--theme-color-light);
}
.award-block .sub-title,
.award-block .year {
  font-family: var(--title-font);
  display: block;
}
.banner-section .content-box h1 {
  font-family: prata !important;
  background: var(--gradient-3);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.awards-section .sec-title h2,
.awards-section .sec-title h2 .first-line,
.awards-section .sec-title h2 .selected {
  background-image: url(../images/text-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.awards-section .Mindmap-container .big h2 .first-line,
.awards-section .Mindmap-container .big h2 .selected {
  display: flex;
  text-align: center;
  font-size: 90px;
  background: -webkit-linear-gradient(#be6673, #ffe666);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 1023px) {
  .banner-section {
    padding: 70px 0 0;
    height: 600px;
  }
  .banner-section .outer-box {
    min-height: 700px;
  }
  .banner-section .title {
    font-size: 120px !important;
  }
  .banner-section .social-icon-one {
    display: none;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1280px) {
  .banner-section .image-box {
    position: absolute;
    right: 190px !important;
    top: 0;
    height: 100%;
    width: 50%;
  }
  .banner-section .title .first-line {
    font-family: prata !important;
    -webkit-text-stroke-width: 1px;
    background: -webkit-linear-gradient(#be6673, #ffe666);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .banner-section .image-box img {
    top: 0;
    right: -190px !important;
    height: 490px;
    width: 490px;
    position: relative;
  }
  .banner-section .title {
    padding-top: 150px !important;
    font-size: 50px !important;
  }
  .banner-section .content-box {
    position: relative;
    max-width: 550px;
    background: var(--gradient-3);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
  }
  .large-container {
    position: static;
    max-width: var(--large-container-width);
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
  }
}
@media only screen and (min-width: 300px) and (max-width: 500px) {
  .banner-section .content-box .title {
    font-size: 80px !important;
    left: -10px;
  }
  .banner-section .image-box {
    left: 220px;
    right: 0;
    bottom: 0;
    top: 60px !important;
  }
}
video::-webkit-media-controls-panel {
  display: none !important;
  opacity: 1 !important;
}
@media only screen and (min-width: 1281px) and (max-width: 1920px) {
  .banner-section .title {
    font-size: 150px !important;
  }
  .banner-section .image-box .image {
    position: absolute;
    right: 0 !important;
    top: 0;
  }
  .banner-section .image-box video {
    top: 65px;
    right: -90px !important;
    height: 490px;
    width: 490px;
    position: relative;
  }
}
.banner-section .image-box {
  position: absolute;
  right: 350px;
  top: -100px;
  height: 100%;
  width: 50%;
}
.banner-section .image-box .image {
  position: relative;
  right: 250px;
  height: 700px;
  width: 700px;
  margin-left: 45px;
}
@media only screen and (min-width: 300px) and (max-width: 600px) {
  .banner-section .title {
    padding-left: 45px !important;
    font-size: 90px !important;
    background: var(--gradient-3);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
  }
  .banner-section .content-box {
    background: var(--gradient-3);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    height: fit-content;
    left: 20px;
    top: 100px;
  }
  .banner-section .image-box .image {
    top: 10px;
    position: relative;
    -webkit-media-controls-panel: none !important;
    opacity: 1 !important;
    height: 350px !important;
    width: 350px !important;
  }
}
.award-block .year,
.awards-section .sec-title h2 {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 600px) and (max-width: 1000px) {
  .banner-section .image-box img {
    height: 250px;
    width: 250px;
    position: relative;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .banner-section .image-box video {
    height: 250px;
    width: 250px;
    position: relative;
    right: 125px;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1920px) {
  .banner-section .image-box video {
    height: 400px;
    width: 400px;
    position: relative;
    right: 125px;
    margin-top: 10px;
  }
}
.banner-section .social-icon-one {
  position: absolute;
  right: 80px;
  top: 50%;
  -webkit-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
}
.owl-carousel .animate-1,
.owl-carousel .animate-2,
.owl-carousel .animate-3,
.owl-carousel .animate-4,
.owl-carousel .animate-5,
.owl-carousel .animate-6,
.owl-carousel .animate-7 {
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.owl-carousel .animate-x {
  opacity: 0;
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.owl-carousel .active .animate-1,
.owl-carousel .active .animate-2,
.owl-carousel .active .animate-3,
.owl-carousel .active .animate-4,
.owl-carousel .active .animate-5,
.owl-carousel .active .animate-6,
.owl-carousel .active .animate-7 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.owl-carousel .active .animate-2 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.owl-carousel .active .animate-3 {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.owl-carousel .active .animate-4 {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.owl-carousel .active .animate-5 {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.owl-carousel .active .animate-6 {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.owl-carousel .active .animate-7 {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.banner-carousel .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  max-width: 1170px;
  margin: -25px auto 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: none;
}
.banner-carousel .owl-nav .owl-next,
.banner-carousel .owl-nav .owl-prev {
  display: block;
  margin: 10px 0;
  height: 50px;
  width: 50px;
  color: var(--theme-color-light);
  border-radius: 50%;
  border: 2px solid var(--theme-color-light);
  font-size: 20px;
  line-height: 48px;
  font-weight: 700;
  text-align: center;
  opacity: 0.2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.banner-carousel .owl-nav .owl-next:hover,
.banner-carousel .owl-nav .owl-prev:hover,
.client-block a:hover img,
.product-details .bxslider .thumb-box li a.active:before,
.testimonial-section-five .owl-dots .owl-dot.active {
  opacity: 1;
}
.scroll-btn {
  position: absolute;
  right: 75px;
  bottom: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.scroll-btn .title {
  font-size: 26px;
  font-weight: 700;
  display: inline-block;
  margin-top: 20px;
  letter-spacing: 0.18em;
}
.scroll-btn .icon-box {
  position: relative;
  height: 100px;
  width: 52px;
  border: 2px solid var(--theme-color-light);
  border-radius: 50px;
  margin-left: 40px;
  cursor: pointer;
}
.scroll-btn .icon-box:before {
  position: absolute;
  left: 50%;
  top: 20px;
  height: 9px;
  width: 9px;
  background-color: var(--theme-color-light);
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
}
.scroll-btn .icon-box .icon {
  position: absolute;
  left: 50%;
  top: 40px;
  width: 10px;
  height: 36px;
  margin-left: -5px;
}
.contact-section,
.project-section,
.team-section-three {
  position: relative;
  padding: 50px 0;
}
.project-section .sec-title .text-split {
  font-size: 80px;
}
.project-section .carousel-outer .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-evenly;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.project-block .inner-box:hover .image-box .overlay-content {
  padding: 0 5px;
  left: 1px;
  width: 90%;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.project-section .bg {
  max-height: 700px;
  background-color: var(--theme-color-dark);
}
.project-section .bg:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  opacity: 0.92;
}
.project-section .sec-title .text {
  margin-top: 40px;
  padding-left: 88px;
}
.project-section .nav-style-one {
  position: absolute;
  right: 110px;
  top: -140px;
}
.project-block .inner-box:hover .image-box .overlay-content .title {
  opacity: 1;
  visibility: visible;
  top: 0;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.project-block .inner-box:hover .image-box .overlay-content .text {
  opacity: 1;
  visibility: visible;
  top: 0;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.news-block .inner-box:hover .image img,
.news-block-four .inner-box:hover .image img,
.news-block-two .inner-box:hover .image img,
.project-block .inner-box:hover .image-box .image a img,
.team-block .inner-box:hover .image img,
.team-block-five .inner-box:hover .image img,
.team-block-four .inner-box:hover .image img,
.team-block-two .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.project-block .inner-box:hover .content-box .read-more {
  opacity: 1;
  visibility: visible;
  top: 0;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
.project-block .inner-box:hover .content-box .read-more:before {
  opacity: 1;
  visibility: visible;
  margin-right: 10px;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.project-block .inner-box:hover .content-box .read-more:after {
  opacity: 1;
  visibility: visible;
  margin-left: 10px;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.project-block .image-box {
  width: 400px;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /* background-color: #131313;
  opacity: 0.6; */
}
.clients-section .image-column .image-box .image,
.project-block .image-box .image {
  position: relative;
  margin-bottom: 0;
}
.project-block .image-box .image a {
  display: block;
  width: 100%;
}
.project-block .image-box .image img {
  height: 400px;
  object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 400px;
}
.project-block .image-box .overlay-content {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: 0.3s linear 150ms;
  transition: 0.3s linear 150ms;
}
.project-block .image-box .overlay-content:before {
  position: absolute;
  left: 20px;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  /* background-color: var(--text-color-bg-theme-color1); */
  opacity: 0.7;
  content: "";
}

.project-block .image-box .overlay-content .title {
  position: relative;
  top: -20px;
  color: var(--theme-color-dark);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-family: var(--text-font);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.project-block .image-box .overlay-content .text {
  position: relative;
  top: 20px;
  font-size: 24px;
  color: var(--theme-color-dark);
  font-weight: 600;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.project-block .content-box {
  padding: 20px 20px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 9;
  text-align: center;
}
.project-block .read-more {
  position: relative;
  top: -10px;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s 0.3s;
  transition: 0.3s 0.3s;
}
.project-block .read-more:after,
.project-block .read-more:before {
  opacity: 0;
  -webkit-transition: 0.3s;
  position: absolute;
  content: "";
  visibility: hidden;
}
.project-block .read-more:before {
  right: 100%;
  margin-right: 20px;
  top: 50%;
  margin-top: -5px;
  height: 10px;
  width: 10px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  transition: 0.3s;
}
.project-block .read-more:after {
  left: 100%;
  bottom: 9px;
  width: 35px;
  height: 1px;
  background-color: var(--theme-color-light);
  margin-left: 25px;
  transition: 0.3s;
}
.awards-section {
  position: relative;
  padding-top: 100px;
}
.awards-section .sec-title {
  margin-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
}
.awards-section .sec-title h2 {
  font-size: 120px;
}
.awards-section .sec-title h2 .first-line,
.awards-section .sec-title h2 .selected {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 1199px) {
  .banner-section .social-icon-one,
  .scroll-btn {
    right: 40px;
  }
  .project-section .sec-title .text {
    padding-left: 0;
  }
  .project-section .nav-style-one {
    position: relative;
    right: 0;
    top: 0;
    left: 25px;
    margin-top: 0;
  }
  .awards-section .sec-title h2 {
    font-size: 84px;
    margin-bottom: 40px;
  }
  .about-section-two .image-column .inner-column {
    margin-left: 0;
  }
}
.awards-section .sec-title .text {
  padding-left: 100px;
  margin-top: 150px;
}
.awards-section .sec-title .btn-box {
  margin-top: 0;
}
.awards-section .awards-carousel:before {
  position: absolute;
  left: 0;
  top: 143px;
  width: 100%;
  height: 1px;
  background-image: url(../images/border.webp);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}
.award-block .inner-box {
  position: relative;
  text-align: center;
}
.award-block .count-box {
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-bottom: 38px;
  margin-bottom: 55px;
}
.award-block .count-box:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 8px;
  width: 8px;
  background-color: var(--theme-color-light);
  content: "";
  border-radius: 50%;
}
.award-block .count-box .count {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(255, 255, 255);
  font-size: 110px;
  font-weight: 700;
  -webkit-text-stroke-color: var(--theme-color1);
  line-height: 1em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.award-block .sub-title {
  color: var(--theme-color-light);
  margin-bottom: 20px;
}
.award-block .title,
.award-block .year {
  font-size: 32px;
  color: var(--theme-color1);
}
.award-block .title {
  margin-bottom: 10px;
}
.award-block .year {
  position: relative;
  padding-top: 50px;
  background-image: url(../images/year-bg.webp);
}
.counter-block-two .count-box,
.counter-block-two .count-box .count-text {
  font-size: 100px;
  -webkit-text-stroke-color: rgb(255, 255, 255);
  -webkit-text-stroke-width: 1px;
}
.award-block .year:before {
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: 28px;
  background-color: #fff;
  content: "";
}
.about-section-two,
.main-footer .widgets-section {
  position: relative;
  padding: 50px 0 0;
}
.about-section-two .content-column {
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
  width: 100%;
}
.about-section-two .content-column .inner-column {
  margin-right: -20px;
  width: 100%;
}
.about-section-two .content-column .sec-title-two {
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 30px;
}
.about-section-two .content-column .ceo-info {
  position: relative;
  padding-left: 100px;
}
.about-section-two .content-column .ceo-info:before {
  position: absolute;
  top: 60px;
  left: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  width: 80px;
  content: "";
}
.about-section-two .content-column .ceo-info .designation {
  position: relative;
  display: block;
  padding-left: 150px;
  font-size: 19px;
  line-height: 32px;
  color: var(--theme-color-light);
  margin-top: -20px;
  letter-spacing: 0.05em;
}
.about-section-two .image-column .row img {
  position: relative;
  margin-bottom: 50px;
  margin-left: -70px;
}
.about-section-two .image-column .inner-column,
.team-section .title-column .inner-column,
.team-section-three .title-column .inner-column {
  padding-top: 40px;
}
.about-section-two .image-column .image,
.about-section-two .image-column .image-2 {
  position: relative;
  display: inline-block;
  background-color: var(--theme-color-dark);
  margin-bottom: 0;
}
.counter-block-five .inner,
.counter-block-four .inner,
.counter-block-two .inner,
.news-block .inner-box,
.team-block-four .inner-box {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.counter-block-two .count-box {
  position: relative;
  display: block;
  color: var(--theme-color-light);
  margin-bottom: 0;
  color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.3;
}
.counter-block-two .count-box .count-text {
  color: var(--theme-color-light);
  color: transparent;
  font-weight: 700;
  line-height: 1em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.counter-block-two .counter-title {
  display: block;
  font-size: 28px;
  font-weight: 600;
  font-family: var(--text-font);
  color: var(--theme-color1);
  line-height: 46px;
  letter-spacing: 0.17em;
  margin-top: -50px;
}
.counter-block-two .counter-title .year {
  position: relative;
  display: block;
  padding-left: 80px;
}
.services-section {
  position: relative;
  padding: 120px 0 90px;
  z-index: 2;
}
.services-section .sec-title .text {
  padding-left: 90px;
  margin-top: 95px;
}
.service-block {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
  width: 90%;
  padding-left: 100px;
}
@media screen and (min-width: 300px) and (max-width: 900px) {
  .service-block {
    padding-left: 50px;
  }
  .service-block .inner-box {
    padding: 25px 10px !important;
  }
  .service-block .text {
    text-align: justify;
  }
  .team-section-three {
    position: relative;
    padding: 50px 0;
    height: 1300px;
  }
  .project-block .image-box .image img {
    margin-left: 15px;
    height: 300px;
    width: 300px;
  }
}
.service-block .inner-box {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 35px 35px 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.service-block .inner-box:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  height: 0;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.service-block .inner-box:hover:before {
  height: 100%;
}
.service-block .content {
  position: relative;
  padding-left: 70px;
}
.service-block .icon {
  position: absolute;
  left: 0;
  top: 0;
  color: var(--theme-color1);
  margin-top: 35px;
  font-size: 46px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.service-block .text {
  position: relative;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.call-to-action {
  position: relative;
  z-index: 2;
}
.call-to-action .outer-box {
  position: relative;
  padding: 110px 20px 40px;
  max-width: 1400px;
  margin: 0 auto;
}
.call-to-action .icon-circle-2 {
  left: -70px;
  top: 40px;
}
.call-to-action .icon-circle-3 {
  right: -20px;
  bottom: 30px;
  background-size: 50px;
  background-position: right bottom;
}
.call-to-action .icon-object-1 {
  right: 0;
  top: 65px;
}
.call-to-action .icon-object-2 {
  left: -90px;
  bottom: 35px;
}
.call-to-action .btn-column,
.faqs-section .faq-column .sec-title-three,
.main-footer.style-two .widget-title {
  margin-bottom: 40px;
}
.call-to-action .btn-column .inner-column {
  position: relative;
  text-align: right;
  padding-top: 40px;
}
@media only screen and (max-width: 1199px) {
  .counter-block-two .counter-title {
    letter-spacing: 0;
  }
  .call-to-action .outer-box {
    padding: 70px 10px 30px;
  }
  .call-to-action .btn-column .inner-column {
    padding-top: 20px;
  }
  .call-to-action .btn-column .image {
    display: none;
  }
}
.call-to-action .btn-column .image {
  position: absolute;
  left: -85px;
  top: -60px;
}
.call-to-action .title-column,
.main-footer .footer-column,
.team-block-four,
.team-block-two {
  position: relative;
  margin-bottom: 40px;
}
.marquee-section.style-two {
  padding: 50px 0;
}
.marquee-section .marquee {
  position: relative;
  --duration: 30s;
  --gap: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  gap: var(--gap);
}
.marquee-section .marquee-group {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  -webkit-animation: scroll var(--duration) linear infinite;
  animation: scroll var(--duration) linear infinite;
}
.marquee-section .title {
  font-size: 140px;
  text-transform: uppercase;
  font-family: var(--text-font);
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(19, 19, 19);
  opacity: 0.5;
}
.marquee-section .gradient-text,
.marquee-section .line-text {
  font-size: 110px;
  line-height: 1em;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
}
.marquee-section .arrow-img {
  position: relative;
  margin: 0 40px 0 0;
}
.marquee-section .rounded-img {
  position: relative;
  border-radius: 100px;
  margin-right: 40px;
}
.marquee-section .line-text {
  white-space: nowrap;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(255, 255, 255);
  margin-right: 40px;
}
.marquee-section .gradient-text {
  margin-right: 40px;
  background: var(--gradient-1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (prefers-reduced-motion: reduce) {
  .marquee-section .marquee-group {
    -webkit-animation-play-state: play;
    animation-play-state: play;
  }
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}
.faqs-section {
  position: relative;
  padding: 160px 0 100px;
}
.faqs-section .faq-column .inner-column {
  position: relative;
  padding-top: 70px;
  padding-left: 90px;
  margin-right: -130px;
}
.faqs-section .image-column .inner-column {
  margin-left: -376px;
  margin-right: -90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.faqs-section .image-column .inner-column .image {
  margin-right: 60px;
}
.accordion-box .block {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.accordion-box .block:last-child {
  border-bottom: 0;
}
.accordion-box .block .acc-btn {
  position: relative;
  font-size: 22px;
  line-height: 30px;
  color: var(--theme-color-light);
  font-weight: 700;
  cursor: pointer;
  padding: 27px 70px 27px 0;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.accordion-box .block .acc-btn .icon {
  position: absolute;
  right: 0;
  top: 27px;
  height: 30px;
  font-size: 18px;
  line-height: 30px;
  color: var(--theme-color-light);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.accordion-box .block .acc-btn.active .icon:before {
  content: "\f068";
}
.accordion-box .block .acc-content {
  position: relative;
  display: none;
}
.video-section .bg::before,
.video-section .link:before,
.video-section-two .bg::before {
  position: absolute;
  top: 0;
  height: 100%;
  content: "";
}
.accordion-box .block .acc-content .content .text {
  display: block;
  line-height: 32px;
  color: var(--theme-color1);
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
}
.video-section {
  position: relative;
  padding: 190px 0 40px;
}
.video-section .bg::before {
  left: 0;
  width: 100%;
  opacity: 0.65;
  background-color: var(--theme-color-dark);
}
.video-section .link {
  position: relative;
  font-size: 20px;
  line-height: 32px;
  color: var(--theme-color-light);
  font-weight: 700;
  border-bottom: 1px solid var(--theme-color-light);
  margin-right: 50px;
  margin-bottom: 20px;
}
.video-section .link:hover:before {
  width: 110%;
}
.video-section .link:before {
  left: -5%;
  width: 0;
  background-color: var(--theme-color-light);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.video-section .video-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.video-section .video-box .content {
  width: 50%;
}
.video-section .video-box .content .title {
  position: relative;
  margin-bottom: 120px;
}
.video-section .video-box .content .btn-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-left: -30px;
}
.video-section-two {
  position: relative;
  padding: 235px 0 100px;
  min-height: 700px;
}
.video-section-two .bg::before {
  left: 0;
  width: 100%;
  opacity: 0.25;
  background-color: var(--theme-color-dark);
}
.clients-section-two .slide-item,
.video-section-two .content {
  text-align: center;
}
.video-section-two .title {
  position: relative;
  display: block;
  font-family: var(--title-font-two);
  font-size: 72px;
  font-weight: 700;
  color: var(--theme-color-light);
}
.video-section-two .play-now {
  position: relative;
  display: inline-block;
  margin-bottom: 70px;
}
.video-section-two .play-now .icon {
  background-color: #e9232f;
  height: 94px;
  width: 94px;
  line-height: 94px;
  color: var(--theme-color-light);
}
.fun-fact-section {
  position: relative;
  padding: 100px 0;
}
.fun-fact-section .bg-image {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.fun-fact-section .bg-image.image-left {
  left: 0;
  max-width: 530px;
  z-index: 2;
}
.fun-fact-section .bg-image.image-right {
  right: 0;
  max-width: 960px;
}
.fun-fact-section .fact-counter {
  position: relative;
  max-width: 720px;
  text-align: right;
  padding: 80px 130px 80px 0;
  background-color: #fff;
  background-image: url(../images/shape-4.webp);
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 1699px) {
  .fun-fact-section .fact-counter {
    max-width: 500px;
    margin-left: 100px;
    z-index: 3;
  }
}
.fun-fact-section .play-btn {
  position: absolute;
  left: 100%;
  top: 30px;
  margin-left: 75px;
  z-index: 2;
  height: 120px;
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fun-fact-section .play-btn .icon {
  background-color: transparent;
  color: #fff;
  font-size: 32px;
}
.counter-block .count-box,
.counter-block .count-box .count-text {
  font-size: 90px;
  line-height: 1em;
  color: transparent;
  -webkit-text-stroke-color: rgb(255, 255, 255);
  font-weight: 400;
  -webkit-text-stroke-width: 1px;
}
.counter-block .inner,
.testimonial-block .upper-box {
  display: -webkit-box;
  display: -ms-flexbox;
  position: relative;
}
.counter-block .inner {
  width: 100%;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-left: 30px;
}
.counter-block .inner:before {
  position: absolute;
  left: 0;
  top: 10px;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.06);
  content: "";
}
.counter-block .count-box {
  display: inline-block;
  margin-right: 30px;
  font-family: var(--title-font);
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.counter-block .count-box .count-text {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.counter-block .counter-title {
  display: block;
  font-size: 28px;
  line-height: 34px;
  color: #fff;
  font-weight: 400;
  font-family: var(--text-font);
  margin-bottom: 0;
}
.counter-block-five .count-box,
.counter-block-five .count-box .count-text {
  font-size: 76px;
  line-height: 1em;
  font-weight: 400;
}
.counter-block-five .inner:hover .icon {
  -webkit-transform: scale(-1) rotate(-180deg);
  transform: scale(-1) rotate(-180deg);
}
.counter-block-five .inner:hover .count-box {
  top: -80px;
}
.counter-block-five .count-box {
  display: block;
  color: var(--theme-color-light);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media not screen and (max-width: 1023px) {
  .counter-block-five .count-box span {
    align-items: center;
    padding-left: 80px !important;
  }
}
.counter-block-five .counter-title {
  position: relative;
  display: block;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  margin-top: 30px;
  font-family: var(--text-font);
  margin-bottom: 0;
}
.counter-block-five .counter-title::before {
  position: absolute;
  left: -30px;
  top: -15px;
  height: 65px;
  width: 65px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.1;
  content: "";
}
.counter-block-three:last-child .inner {
  padding: 0;
  margin: 0;
  border: 0;
}
.counter-block-three .inner {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.counter-block-three .inner:before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 175px;
  border-bottom: 2px solid #e0e4e8;
  content: "";
}
.counter-block-three .count-box {
  display: block;
  font-size: 48px;
  font-weight: 400;
  line-height: 1em;
  color: #1c1c1c;
  font-family: var(--title-font);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.counter-block-three .count-box .count-text {
  font-size: 48px;
  color: #1c1c1c;
  font-family: var(--title-font);
  font-weight: 400;
  line-height: 1em;
}
.counter-block-three .counter-title {
  display: block;
  line-height: 30px;
  margin-top: 18px;
  margin-bottom: 0;
}
.counter-block-three .text {
  font-family: var(--title-font);
  font-size: 15px;
  color: #8b9094;
  letter-spacing: -0.01em;
}
.counter-block-four .count-box,
.counter-block-four .count-box .count-text {
  font-size: 70px;
  color: var(--theme-color4);
  font-weight: 700;
  line-height: 1em;
  font-family: var(--title-font-two);
}
.counter-block-four .count-box {
  display: block;
  text-transform: uppercase;
  margin-bottom: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.counter-block-four .counter-title {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 0;
  padding-left: 30px;
  font-family: var(--text-font);
}
.counter-block-four .counter-title .count {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 26px;
  color: #878c8f;
}
.products-section,
.team-section-five,
.testimonial-section,
.testimonial-section-five,
.testimonial-section-three {
  position: relative;
  padding: 120px 0;
}
.testimonial-section .sec-title .text {
  padding-left: 100px;
}
.testimonial-block,
.testimonial-block-three,
.testimonial-block-two {
  position: relative;
  overflow: hidden;
}
.testimonial-block .inner-box {
  position: relative;
  padding-top: 40px;
  border-top: 1px solid var(--theme-color-light);
}
.testimonial-block .inner-box:hover .image,
.testimonial-block-two .inner-box:hover .image {
  border-radius: 0 100px 100px;
}
.testimonial-block .inner-box:hover .icon-quote,
.testimonial-block-two .inner-box:hover .icon-quote {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.testimonial-block .upper-box {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.testimonial-block .upper-box .rating {
  font-size: 22px;
  line-height: 1em;
  color: var(--theme-color-light);
  font-weight: 300;
}
.testimonial-block .info-box .designation {
  display: block;
  line-height: 1em;
  color: var(--theme-color-light);
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-image: url(../images/text-bg-2.webp);
}
.testimonial-block .info-box .name {
  font-size: 26px;
  letter-spacing: 0.05em;
  font-weight: 400;
  margin-bottom: 0;
}
.testimonial-block .text {
  position: relative;
  font-size: 20px;
  line-height: 32px;
  color: var(--theme-color1);
  letter-spacing: 0.05em;
  padding-left: 40px;
  padding-right: 40px;
}
.testimonial-block .text:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: url(../images/test-text-bg.webp) center no-repeat;
  content: "";
  overflow: hidden;
}
.testimonial-section-two {
  position: relative;
  background-color: rgba(0, 0, 0, 0.6) !important;
}
.testimonial-section-two .testimonial-column,
.testimonial-section-two .title-column {
  margin-bottom: 50px;
}
.testimonial-section-two .title-column .inner-column {
  padding-top: 60px;
}
.testimonial-section-two .fact-counter {
  padding: 70px 0 20px;
}
.testimonial-block-two .inner-box {
  position: relative;
  padding: 40px 50px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.testimonial-block-two .text {
  position: relative;
  font-size: 20px;
  line-height: 32px;
  color: var(--theme-color1);
}
.testimonial-block-two .lower-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 32px;
  padding-top: 45px;
}
.testimonial-block-two .lower-content:after,
.testimonial-block-two .lower-content:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 50px;
  height: 1px;
  border-top: 1px solid #fff;
  content: "";
}
@media only screen and (max-width: 576px) {
  .main-slider .theme-btn {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 20px;
    min-width: auto !important;
    margin-right: 10px;
  }
  .service-block .inner-box .content {
    padding-left: 0;
  }
  .service-block .inner-box .icon {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .testimonial-block-two .inner-box {
    padding: 20px 30px;
    text-align: center;
  }
  .testimonial-block-two .lower-content:after,
  .testimonial-block-two .lower-content:before {
    left: 0;
    right: 0;
  }
}
.testimonial-block-two .lower-content:after {
  margin-top: 5px;
  right: 115px;
}
.testimonial-block-two .lower-content .thumb {
  position: relative;
  height: 120px;
  width: 120px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 15px;
  margin-bottom: 0;
}
.testimonial-block-two .lower-content .thumb img {
  border-radius: 50%;
}
.testimonial-block-two .info-box {
  position: relative;
  padding-top: 35px;
}
.testimonial-block-two .info-box .name {
  letter-spacing: 0.05em;
  font-weight: 400;
  margin-bottom: 10px;
}
.testimonial-block-two .info-box .designation {
  position: relative;
  display: block;
  line-height: 30px;
  color: var(--theme-color1);
  font-weight: 500;
  letter-spacing: 0.15em;
  padding-right: 20px;
  margin-right: 20px;
}
.testimonial-block-two .info-box .designation:before {
  position: absolute;
  right: 0;
  top: 7px;
  height: 16px;
  width: 1px;
  background-color: #fff;
  content: "";
  opacity: 0.2;
}
.testimonial-block-two .info-box .rating-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.testimonial-block-two .info-box .rating {
  font-size: 14px;
  line-height: 1em;
  color: var(--theme-color1);
  font-weight: 400;
}
.testimonial-section-three .bg:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #191919;
  opacity: 0.98;
  content: "";
}
.testimonial-section-three .testimonial-thumb.swiper-slide-thumb-active {
  background-color: rgba(255, 255, 255, 0.03);
}
.testimonial-block-three .inner-box {
  position: relative;
  padding: 70px 50px;
  background-color: #191919;
  text-align: center;
  margin-bottom: 50px;
}
.testimonial-block-three .icon {
  display: inline-block;
  margin-bottom: 32px;
}
.testimonial-block-three .text {
  position: relative;
  max-width: 780px;
  margin: 0 auto 40px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--theme-color1);
}
.testimonial-thumb {
  position: relative;
  padding: 40px;
  cursor: pointer;
}
.testimonial-thumb .inner-box {
  position: relative;
  padding-left: 110px;
  padding-top: 15px;
}
.testimonial-thumb .thumb {
  position: absolute;
  left: 0;
  top: 0;
  height: 102px;
  width: 80px;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50px;
}
.testimonial-thumb .thumb img {
  position: relative;
  border-radius: 50px;
}
.testimonial-thumb .rating {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.35em;
  margin-bottom: 10px;
}
.testimonial-thumb .designation {
  color: var(--theme-color2);
  font-family: var(--text-font);
}
.testi-nav .testi-next,
.testi-nav .testi-prev {
  font-size: 16px;
  color: #fff;
  text-transform: unset;
  letter-spacing: 0.9em;
  z-index: 2;
  font-weight: 500;
  text-decoration: underline;
}
.testi-nav {
  position: absolute;
  left: 0;
  top: 30%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.testi-nav .testi-prev {
  position: relative;
  margin-left: -100px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.testi-nav .testi-next {
  margin-right: -100px;
  position: relative;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.team-section-four,
.team-section-two,
.testimonial-section-four {
  position: relative;
  padding: 120px 0 80px;
}
.testimonial-section-four .circle-gradient {
  left: -580px;
  top: 40px;
  background-image: url(../images/shape-5.webp);
}
.main-footer .footer-upper .contact-info,
.main-footer .footer-upper .social-links,
.product-details .bx-wrapper,
.products-box .sec-title,
.related-product h3,
.testimonial-section-four .sec-title-four {
  margin-bottom: 30px;
}
.testimonial-section-four .carousel-outer {
  margin-right: -420px;
  margin-left: -15px;
}
@media only screen and (max-width: 1199px) {
  .call-to-action .title-column .sec-title h2 {
    font-size: 34px;
    line-height: 1.2em;
  }
  .faqs-section .faq-column .inner-column {
    padding-left: 0;
    padding-top: 0;
    margin-right: 0;
  }
  .faqs-section .image-column .inner-column {
    margin-left: 0;
    margin-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .faqs-section .image-column .inner-column .image {
    display: none;
  }
  .counter-block .inner:before {
    top: -10px;
  }
  .counter-block .count-box {
    margin-right: 20px;
    font-size: 72px;
  }
  .counter-block .count-box .count-text {
    font-size: 72px;
  }
  .counter-block .counter-title {
    font-size: 24px;
    line-height: 1.2em;
  }
  .testimonial-section .sec-title .text {
    padding-left: 0;
  }
  .testimonial-section-four .carousel-outer {
    margin-right: -200px;
  }
  .pricing-section .sec-title-five {
    text-align: center;
  }
}
.testimonial-section-four .owl-nav {
  position: absolute;
  left: 0;
  top: -120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.testimonial-section-four .owl-nav .owl-next,
.testimonial-section-four .owl-nav .owl-prev {
  position: relative;
  height: 85px;
  width: 85px;
  border: 1px solid rgba(135, 140, 143, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 20px;
  font-size: 32px;
  color: #999;
}
.testimonial-block-four {
  position: relative;
  overflow: hidden;
  padding: 15px;
}
.testimonial-block-four .inner-box {
  position: relative;
  padding: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.testimonial-block-four .inner-box:hover {
  -webkit-box-shadow: 0 0 15px rgba(98, 143, 144, 0.1);
  box-shadow: 0 0 15px rgba(98, 143, 144, 0.1);
}
.testimonial-block-four .inner-box:hover .info-box {
  border: 1px solid var(--theme-color4);
  border-top: 0;
}
.testimonial-block-four .inner-box:hover .content-box {
  border: 1px solid var(--theme-color4);
}
.testimonial-block-four .content-box {
  position: relative;
  padding: 30px 25px 20px;
  border: 1px solid rgba(135, 140, 143, 0.14);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.testimonial-block-four .upper-box .thumb {
  position: relative;
  height: 65px;
  width: 65px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 27px;
}
.testimonial-block-four .upper-box .rating {
  display: inline-block;
  font-size: 12px;
  color: var(--theme-color3);
}
.testimonial-block-four .title {
  font-size: 18px;
  margin-bottom: 16px;
}
.testimonial-block-four .text {
  font-size: 14px;
  line-height: 26px;
  color: #8b9094;
  font-family: var(--title-font);
  margin-bottom: 0;
}
.testimonial-block-four .info-box {
  position: relative;
  padding: 22px 25px 20px;
  border: 1px solid rgba(135, 140, 143, 0.14);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-top: 0;
}
.testimonial-block-four .name {
  font-size: 16px;
  margin-bottom: 0;
}
.testimonial-block-four .designation {
  font-size: 14px;
  color: #8b9094;
}
.testimonial-section-five .large-container {
  max-width: 1730px;
}
.testimonial-section-five .sec-title-five {
  margin-bottom: 120px;
}
.testimonial-section-five .carousel-outer:before {
  position: absolute;
  left: 50%;
  top: 0;
  height: 250px;
  width: 1px;
  background-color: #000;
  opacity: 0.15;
  content: "";
}
.testimonial-section-five .owl-dots {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.testimonial-section-five .owl-dots .owl-dot {
  display: inline-block;
  height: 12px;
  width: 12px;
  margin: 0 8px;
  border-radius: 10px;
  background-color: var(--theme-color4);
  opacity: 0.3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.testimonial-block-five .inner-box {
  position: relative;
  padding-right: 40px;
  background-color: #fff;
}
.testimonial-block-five .text-box {
  position: relative;
  padding-left: 115px;
  min-height: 60px;
  margin-bottom: 45px;
}
.testimonial-block-five .text-box .icon {
  position: absolute;
  left: 0;
  top: 25px;
}
.testimonial-block-five .text-box .text {
  font-size: 22px;
  line-height: 34px;
  color: #878c8f;
  letter-spacing: 0.05em;
  font-style: italic;
}
.testimonial-block-five .content-box {
  position: relative;
  padding-left: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.testimonial-block-five .content-box::after,
.testimonial-block-five .content-box::before {
  position: absolute;
  left: 30px;
  height: 98px;
  width: 2px;
  background-color: var(--bg-theme-color4);
  content: "";
}
.testimonial-block-five .content-box:after {
  left: 40px;
  height: 118px;
}
.testimonial-block-five .info-box {
  position: relative;
  min-height: 150px;
  padding-left: 150px;
  padding-top: 25px;
}
.testimonial-block-five .info-box .thumb {
  position: absolute;
  left: 0;
  top: 0;
  height: 116px;
  width: 116px;
  border: 6px solid #f0f5f6;
  border-radius: 40px 0 0;
  overflow: hidden;
}
.testimonial-block-five .info-box .name {
  font-weight: 500;
  font-family: var(--title-font-two);
  margin-bottom: 0;
}
.testimonial-block-five .info-box .designation {
  display: block;
  color: var(--theme-color4);
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-top: 10px;
}
.testimonial-block-five .rating-box {
  padding-top: 30px;
}
.testimonial-block-five .rating-box .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: var(--theme-color4);
  margin-bottom: 5px;
}
.testimonial-block-five .rating-box .rating-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 28px;
  font-weight: 700;
  color: var(--theme-color-dark);
}
.testimonial-block-five .rating-box .rating-count sub {
  position: relative;
  bottom: -2px;
  font-size: 20px;
}
.pricing-section {
  position: relative;
  padding: 120px 0 70px;
}
.pricing-section:before {
  position: absolute;
  right: -200px;
  top: 300px;
  height: 702px;
  width: 694px;
  background-image: url(../images/double-shape.webp);
  content: "";
}
.pricing-section .pricing-tabs .tab-buttons {
  text-align: right;
  margin-bottom: 70px;
  margin-top: -120px;
}
.pricing-section .pricing-tabs .tab-btns {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #cfd1d2;
  border-radius: 50px;
}
.pricing-section .pricing-tabs .tab-btns .tab-btn {
  position: relative;
  padding: 20px 50px;
  font-size: 22px;
  line-height: 30px;
  color: #878c8f;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 400;
}
.pricing-section .pricing-tabs .tab-btns .tab-btn:hover {
  cursor: pointer;
}
.pricing-section .pricing-tabs .tab-btns .tab-btn:before {
  position: absolute;
  left: 100%;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background-color: #cfd1d2;
  content: "";
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
}
.pricing-block {
  position: relative;
  margin-bottom: 40px;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pricing-block .inner-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #e7e8e9;
}
.pricing-block .inner-box:hover {
  -webkit-box-shadow: 0 10px 30px rgba(212, 212, 212, 0.3);
  box-shadow: 0 10px 30px rgba(212, 212, 212, 0.3);
  border: 1px solid transparent;
}
.pricing-block .title-box {
  position: relative;
  min-width: 380px;
  padding: 20px 30px 20px 20px;
}
.pricing-block .title-box .title {
  position: relative;
  top: -5px;
  margin-bottom: 15px;
  font-size: 50px;
  line-height: 1.2em;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(19, 19, 19);
  font-family: var(--text-font);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  -webkit-text-stroke-color: rgba(135, 140, 143, 0.6);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pricing-block .title-box .link {
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.15em;
  text-decoration: underline;
  color: var(--theme-color3);
  font-weight: 700;
  text-transform: uppercase;
}
.pricing-block .features-box {
  position: relative;
  min-width: 370px;
  padding: 20px;
}
.pricing-block .features-list li {
  position: relative;
  display: block;
  padding-left: 30px;
  font-size: 19px;
  line-height: 30px;
  color: var(--theme-color-dark);
  font-weight: 500;
  margin-bottom: 12px;
}
.pricing-block .features-list li:before {
  position: absolute;
  left: 0;
  top: 10px;
  height: 8px;
  width: 8px;
  background-color: var(--bg-theme-color4);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}
.pricing-block .price-box {
  position: relative;
  padding: 50px 80px 20px 20px;
}
.pricing-block .price {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 36px;
  color: var(--theme-color-dark);
  font-weight: 500;
  margin-bottom: 25px;
}
.pricing-block .price sub {
  font-size: 16px;
  line-height: 16px;
  top: 12px;
  font-weight: 600;
  margin-left: 2px;
}
.pricing-block .text {
  font-size: 17px;
  line-height: 28px;
  color: #878c8f;
}
.pricing-block .tag {
  position: absolute;
  right: 70px;
  top: 20px;
  font-size: 17px;
  color: var(--theme-color3);
  font-weight: 500;
  line-height: 30px;
  padding: 10px 20px;
  letter-spacing: 0.5em;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  width: 200px;
  border: 1px solid #dce0e1;
  text-align: center;
}
.team-section {
  position: relative;
  padding: 120px 0 80px;
  display: flex;
}
.team-block-container {
  display: flex;
}
.team-block-container .image {
  display: block;
  border-radius: 30px;
  width: fit-content;
}
.team-block {
  padding-right: 50px;
  position: relative;
  margin-bottom: 40px;
}
.team-section .carousel-outer {
  margin-right: -330px;
  margin-left: -12px;
  display: flex !important;
  max-width: fit-content;
}
@media screen and (min-width: 300px) and (max-width: 767px) {
  .team-block {
    height: fit-content;
    width: fit-content;
    display: block;
  }
  .team-block-container {
    display: block;
    padding-left: 50px;
  }
  .team-block-container img {
    width: fit-content;
    justify-content: space-between;
  }
  .team-block .image-box {
    text-align: center;
  }
}
@media only screen and (min-width: 1023px) {
  .team-block-container {
    display: flex !important;
    justify-content: space-between;
    padding-left: 50px;
    gap: 50px !important;
  }
  .team-section .carousel-outer {
    margin-left: 0;
    margin-right: 0;
  }
  .team-block-container img {
    height: 350px;
    width: fit-content;
    justify-content: space-between;
  }
  .team-block {
    display: block;
  }
  .team-block .image-box {
    gap: 100px;
    text-align: center;
  }
}
.team-section .owl-nav {
  position: absolute;
  top: 280px;
  left: -415px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.team-section .owl-nav .owl-next,
.team-section .owl-nav .owl-prev {
  position: relative;
  display: inline-block;
  height: 75px;
  width: 75px;
  color: var(--theme-color-light);
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  margin-right: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.team-section .owl-nav .owl-next:hover,
.team-section .owl-nav .owl-prev:hover {
  background-color: var(--theme-color-light);
  color: var(--theme-color1);
}
.team-block .inner-box {
  position: relative;
  width: fit-content;
}
.news-block .inner-box:hover .image-box .image a:after,
.news-block-four .inner-box:hover .image-box .image a:after,
.news-block-two .inner-box:hover .image-box .image a:after,
.team-block .inner-box:hover .image-box .image a:after,
.team-block-five .inner-box:hover .image-box .image a:after,
.team-block-four .inner-box:hover .image-box .image a:after,
.team-block-three .inner-box:hover .image-box .image a:after {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
}
.team-block .image-box .image,
.team-block-five .image-box .image,
.team-block-four .image-box .image,
.team-block-two .image-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  z-index: 1;
}
.news-block-four .image-box .image a:after,
.news-block-two .image-box .image a:after,
.team-block .image-box .image a:after,
.team-block-five .image-box .image a:after,
.team-block-four .image-box .image a:after,
.team-block-three .image-box .image a:after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
}
.team-block .image-box .image img {
  width: fit-content;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.team-block .info-box {
  position: relative;
  padding: 30px 15px 0;
}
@media only screen and (min-width: 900px) and (max-width: 1023px) {
  .team-block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    position: relative;
    gap: 20px;
  }
  .team-block .info-box {
    text-align: center;
  }
}
.team-block .info-box .name {
  font-size: 26px;
  margin-bottom: 13px;
}
.team-block .info-box .designation {
  position: relative;
  display: block;
  font-weight: 400;
  z-index: 2;
  line-height: 1em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (min-width: 1281px) and (max-width: 1920px) {
  .team-block {
    display: flex !important;
    justify-content: space-between;
    gap: 80px;
  }
}
.team-details .service_image {
  position: relative;
  overflow: hidden;
  height: 40%;
  width: auto;
}
.team-block-two .inner-box {
  position: relative;
  padding-bottom: 28px;
}
.team-block-two .inner-box:hover .info-box {
  right: 20px;
  bottom: 0;
  opacity: 1;
  visibility: visible;
  text-align: center;
  align-items: center;
}
.team-block-two .image-box .image img {
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.team-block-two .info-box {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 20px 15px 10px;
  background-color: var(--theme-color-light);
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}
.team-block-two .info-box .name {
  font-size: 22px;
  margin-bottom: 13px;
  color: var(--theme-color-dark);
}
.team-block-two .info-box .designation {
  position: relative;
  display: block;
  font-weight: 400;
  z-index: 2;
  color: var(--theme-color1);
  line-height: 1em;
  letter-spacing: 0.15em;
  margin-bottom: 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.team-section-three .content-column .new-row {
  display: flex;
  gap: 30px;
  justify-content: space-evenly;
}
@media screen and (min-width: 300px) and (max-width: 900px) {
  .team-section-three .content-column .new-row {
    display: block;
  }
  .team-block-three,
  .team-section-three .new-row .inner-box {
    display: block !important;
  }
  .team-block-three .info-box {
    top: -25px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pricing-section .pricing-tabs .tab-buttons {
    margin-top: 0;
    text-align: center;
  }
  .pricing-block .title-box {
    min-width: 300px;
  }
  .pricing-block .title-box .title {
    letter-spacing: 0;
  }
  .team-section-three .title-column .inner-column {
    margin-right: -30px;
  }
}
.team-section-three .content-column {
  width: 100%;
  padding-left: 70px;
}
.team-section-three .owl-nav {
  display: contents;
}
.team-block-three {
  display: flex !important;
  position: relative;
  margin-bottom: 40px;
}
.team-block-three .inner-box {
  display: flex !important;
  justify-content: space-between;
  position: relative;
  padding-bottom: 90px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-left: 0;
  width: fit-content;
}
.team-block-three .image-box .image {
  width: 250px;
  height: 350px;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  z-index: 1;
}
.team-block-three .inner-box .image-box .image img {
  width: 250px;
  height: 250px;
}
.team-block-three .inner-box:hover .image img {
  min-height: 400px;
}
.team-block-three .inner-box .info-box {
  width: 250px;
  height: 100px;
  opacity: 1;
  visibility: visible;
  position: relative;
  top: 35%;
  left: 10px;
}
.team-block-three .image-box {
  position: relative;
  padding-bottom: 30px;
}
.team-block-three .image-box .image img {
  width: 100%;
  min-height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}
.team-block-three .info-box {
  left: 50px;
  bottom: 20px;
  height: 90px;
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
  text-align: center;
  opacity: 1;
}
.team-block-three .info-box .name {
  color: var(--theme-color-light);
  padding-top: 10px;
  font-size: 18px;
  line-height: 1.2em;
}
.team-block-three .info-box .designation {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 300;
  color: var(--theme-color2);
  z-index: 2;
  text-transform: uppercase;
  line-height: 1em;
  letter-spacing: 0.1em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.team-section-four .row {
  margin: 0 -20px;
}
.team-section-four .row > div {
  padding: 0 20px;
}
.team-section-four .row > div:nth-child(4n + 1) {
  margin-top: 50px;
}
.team-section-four .row > div:nth-child(4n + 2) {
  margin-top: 150px;
}
.team-section-four .row > div:nth-child(4n + 4) {
  margin-top: 100px;
}
.team-block-five .inner-box:hover,
.team-block-four .inner-box:hover {
  padding-bottom: 0;
}
.team-block-five .inner-box:hover .info-box,
.team-block-four .inner-box:hover .info-box {
  right: 50px;
  opacity: 1;
  visibility: visible;
}
.team-block-five .image-box .image img,
.team-block-four .image-box .image img {
  width: 100%;
  min-height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.team-block-four .info-box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -17px;
  background-color: #fff;
  z-index: 2;
  padding: 33px 30px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.team-block-four .info-box .name {
  font-size: 24px;
  color: var(--theme-color-dark);
  margin-bottom: 7px;
}
.team-block-four .info-box .designation {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #8b9094;
  z-index: 2;
  text-transform: uppercase;
  line-height: 1em;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.product-details .social-icon-one,
.team-block-four .info-box .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.team-block-four .info-box .social-links li a {
  font-size: 14px;
  color: var(--theme-color-dark);
  margin-right: 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.team-section-five .carousel-outer .nav-style-one {
  position: absolute;
  top: -150px;
  right: 0;
}
@media only screen and (max-width: 1400px) {
  .sec-title .text br,
  .testimonial-block-five .content-box:after,
  .testimonial-block-five .content-box:before {
    display: none;
  }
  .sec-title .btn-box {
    padding-left: 0;
    margin-left: 0;
  }
  .awards-section .sec-title .text,
  .testimonial-block-five .content-box,
  .testimonial-block-five .text-box {
    padding-left: 0;
  }
  .testimonial-block-five .inner-box {
    padding-right: 0;
  }
  .testimonial-block-five .text-box .icon {
    position: relative;
    top: 0;
    display: inline-block;
  }
  .team-section-five .carousel-outer .nav-style-one {
    right: 25px;
  }
}
.team-block-five .inner-box {
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.team-block-five .info-box,
.team-block-five .social-links {
  -webkit-transition: 0.3s;
  visibility: hidden;
  position: absolute;
  opacity: 0;
  bottom: 0;
}
.team-block-five .inner-box:hover .social-links {
  opacity: 1;
  visibility: visible;
  right: 0;
}
.team-block-five .info-box {
  left: 0;
  right: 60px;
  background-color: #fff;
  z-index: 2;
  padding: 20px 30px;
  transition: 0.3s;
}
.team-block-five .info-box .name {
  font-size: 28px;
  color: var(--theme-color-dark);
  font-family: var(--title-font-two);
  font-weight: 500;
  margin-bottom: 7px;
}
.team-block-five .info-box .designation {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: var(--theme-color4);
  z-index: 2;
  line-height: 1em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.team-block-five .social-links {
  right: -60px;
  padding: 25px 0;
  background-color: var(--bg-theme-color4);
  z-index: 3;
  transition: 0.3s;
}
.team-block-five .social-links li a {
  display: block;
  font-size: 20px;
  width: 60px;
  text-align: center;
  padding: 10px 5px;
  line-height: 30px;
  color: var(--theme-color-light);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.team-row img {
  height: 400px !important;
  width: 300px !important;
}
.news-section {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
}
.news-section .news-block {
  padding: 0 25px;
}
.news-section .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.news-block .image-box .image,
.news-block-four .image-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.news-block .image-box .image img,
.news-block-four .image-box .image img {
  display: block;
  width: 480px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.news-block .image-box .image a:after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 50%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
}
.news-block .post-info {
  position: absolute;
  left: 0;
  right: 80px;
  bottom: 0;
  width: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 18px 40px;
  background-color: rgba(255, 255, 255, 0.75);
}
@media screen and (min-width: 300px) and (max-width: 900px) {
  .news-block .post-info {
    width: 338px !important;
  }
}
.news-block .post-info .author {
  color: var(--theme-color-dark);
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.news-block .post-info .date {
  position: relative;
  line-height: 34px;
  padding: 10px 45px;
  color: var(--theme-color-dark);
  background-color: var(--theme-color-light);
  font-family: var(--title-font);
}
.news-block .content-box {
  position: relative;
  padding: 45px 45px 40px;
  background-color: rgba(255, 255, 255, 0.03);
  margin-right: 40px;
}
.news-block .title {
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
}
.news-block .read-more {
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--theme-color1);
  text-decoration: underline;
}
.news-section-two {
  position: relative;
  padding: 100px 0 70px;
  overflow: hidden;
}
.news-block-three .inner-box,
.news-block-two .inner-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news-block-two .image-box {
  position: relative;
  min-width: 290px;
  margin-right: 10px;
}
.news-block-two .image-box .image {
  position: relative;
  overflow: hidden;
  height: 100%;
  margin-bottom: 0;
}
.news-block-two .image-box .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.news-block-two .content-box {
  position: relative;
  min-width: 50%;
  padding: 50px 25px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.news-block-two .post-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}
.news-block-two .post-info li {
  position: relative;
  font-size: 14px;
  line-height: 18px;
  color: var(--theme-color2);
  padding-right: 15px;
  margin-right: 20px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.news-block-two .post-info li:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}
.news-block-two .post-info li i {
  color: #fff;
  margin-right: 5px;
  font-size: 12px;
  font-weight: 300;
}
.news-block-two .title {
  line-height: 34px;
  margin-bottom: 25px;
}
.news-block-two .text {
  position: relative;
  line-height: 26px;
  color: var(--theme-color1);
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 20px;
  margin-bottom: 25px;
}
.news-block-two .read-more {
  line-height: 1em;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.1em;
  text-decoration: underline;
}
.news-block-four .bottom-box .read-more,
.news-block-three .read-more {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: underline;
}
.news-section-three {
  position: relative;
  padding: 120px 0 50px;
  overflow: hidden;
}
.news-section-three .circle-gradient {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0.5;
}
.news-section-three .large-container {
  max-width: 1350px;
}
.news-section-three .row {
  margin: 0 -30px;
}
.news-section-three .row > div {
  padding: 0 30px;
}
.news-block-three .date {
  display: block;
  font-weight: 500;
  color: var(--theme-color3);
  text-transform: uppercase;
  margin-bottom: 25px;
}
.news-block-three .title {
  font-size: 36px;
  line-height: 1.2em;
  margin-bottom: 22px;
}
.news-block-three .read-more {
  line-height: 1em;
  color: #8b9094;
}
.news-section-four {
  position: relative;
  overflow: hidden;
  padding: 120px 0 90px;
}
.news-section-four .auto-container {
  max-width: 1300px;
}
.news-block-four .inner-box {
  position: relative;
  padding: 30px;
  border: 1px solid #dddedf;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news-block-four .image-box .date {
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 30px;
  color: #878c8f;
  padding: 15px 45px;
  background-color: #fff;
}
.news-block-four .content-box {
  position: relative;
  padding: 35px 0 0 10px;
}
.news-block-four .content-box .post-info {
  font-size: 14px;
  color: var(--theme-color4);
  font-weight: 500;
  display: block;
  margin-bottom: 7px;
}
.news-block-four .content-box .title {
  font-family: var(--text-font);
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 0;
}
.news-block-four .bottom-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 10px 0;
}
.news-block-four .bottom-box .read-more {
  font-size: 14px;
  line-height: 1em;
  color: #878c8f;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.client-block .image,
.client-block a {
  -webkit-transition: 0.3s;
  position: relative;
}
.main-footer.style-three .latest-news .date,
.news-block-four .bottom-box .read-more:hover {
  color: var(--theme-color4);
}
.news-block-four .bottom-box .comments {
  position: relative;
  padding-left: 35px;
  margin-left: 35px;
  font-size: 15px;
  line-height: 30px;
  color: #878c8f;
}
.news-block-four .bottom-box .comments i {
  margin-right: 10px;
}
.news-block-four .bottom-box .comments:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 30px;
  width: 1px;
  background-color: #878c8f;
  content: "";
}
.column1,
.column2 {
  display: flex;
  justify-content: space-between;
  margin-left: 150px;
}
.clients-section {
  position: relative;
  z-index: 1;
  padding: 50px 30px;
}
.clients-section .clients-column .inner-column {
  position: relative;
  padding-right: 35px;
  padding-top: 30px;
}
.clients-section .clients-column .row {
  margin: 0 -23px;
}
.clients-section .clients-column .row > div {
  padding: 0 23px;
}
.clients-section .image-column {
  margin-bottom: 50px;
  text-align: right;
}
.clients-section .image-column .image-box {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.clients-section .image-column .image-box .play-btn {
  position: absolute;
  right: 30px;
  bottom: 15px;
}
.clients-section .image-column .image-box .play-btn:before {
  position: absolute;
  left: -50px;
  top: -50px;
  height: 330px;
  width: 330px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.55);
  content: "";
}
.client-block {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-bottom: 50px;
}
.client-block .image {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 0;
  transition: 0.3s;
}
.client-block .image:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.client-block a {
  display: block;
  transition: 0.3s;
}
.client-block img,
.clients-section-two .slide-item a,
.nav-links > div .thumb a {
  display: inline-block;
}
.client-block img {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.clients-section-two {
  position: relative;
  padding: 80px 0;
}
.clients-section-two .circle-gradient {
  left: 160px;
  top: -160px;
  opacity: 0.7;
}
.contact-section .sec-title-three {
  margin-bottom: 45px;
  width: 600px !important;
  padding-left: 50px;
}
.contact-section .title-column {
  margin-bottom: 50px;
  width: max-content !important;
}
.contact-section .form-column {
  margin-bottom: 50px;
  width: 230px !important;
}
.contact-info-list {
  position: relative;
  display: flex;
  gap: 50px;
  padding-left: 50px;
}
.contact-info-list li {
  position: relative;
  padding-left: 45px;
  margin-bottom: 45px;
}
.contact-info-list li .icon {
  position: absolute;
  left: 0;
  top: 12px;
  font-size: 28px;
  line-height: 30px;
  color: var(--theme-color2);
}
.contact-info-list li .title {
  display: block;
  font-size: 18px;
  color: #bbb4b4;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 7px;
}
.contact-info-list li .text {
  font-size: 20px;
  color: var(--theme-color-light);
  font-family: var(--title-font);
}
.contact-form {
  position: relative;
  width: 500% !important;
}
@media only screen and (min-width: 300px) and (max-width: 767px) {
  .contact-form {
    position: relative;
    width: 50% !important;
  }
  .contact-section .sec-title-three {
    margin-bottom: 45px;
    width: 350px !important;
  }
  .contact-section .title-column {
    margin-bottom: 50px;
    width: 350px !important;
  }
  .contact-section .form-column {
    margin-bottom: 50px;
  }
  .contact-info-list {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  .awards-section .sec-title .text {
    padding-left: 0;
    margin-top: -50px;
  }
  .about-section-two .content-column .ceo-info {
    position: relative;
    padding-left: 100px;
  }
  .about-section-two .image-column .row img {
    margin-left: -1px;
    height: 430px;
  }
  .about-section-two .image-column .inner-column img {
    margin-left: -1px;
  }
  .clients-section .column1,
  .clients-section .column2 {
    display: flex;
    justify-content: space-between;
    margin-left: -20px;
  }
  .clients-section {
    position: relative;
    z-index: 1;
    padding: 50px 30px;
  }
  .contact-form {
    position: relative;
    width: 100% !important;
  }
  .contact-section .sec-title-three {
    margin-bottom: 45px;
    width: 350px !important;
  }
  .contact-section .title-column {
    margin-bottom: 50px;
    width: 350px !important;
  }
  .contact-section .form-column {
    margin-bottom: 50px;
  }
  .contact-info-list {
    display: block;
  }
}
.contact-form .form-group label {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  font-weight: 500;
  display: block;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.contact-form .form-group label.error {
  display: block;
  font-weight: 500;
  font-size: 13px;
  text-transform: capitalize;
  line-height: 24px;
  color: red;
  margin-bottom: 0;
}
.contact-form
  .form-group
  .select2-container--default
  .select2-selection--single,
.contact-form .form-group input:not([type="submit"]),
.contact-form .form-group select,
.contact-form .form-group textarea {
  position: relative;
  display: block;
  height: 60px;
  width: 95%;
  padding: 15px 30px;
  font-size: 14px;
  color: #bbb4b4;
  line-height: 28px;
  font-weight: 500;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid rgba(135, 140, 143, 0.2);
  margin-bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact-form .form-group ::-webkit-input-placeholder {
  color: #bbb4b4;
}
.contact-form .form-group input:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
  border-color: var(--theme-color2);
}
.contact-form .form-group textarea {
  height: 170px;
  resize: none;
}
.contact-form .form-group button,
.contact-form .form-group input[type="submit"] {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 30px;
  font-size: 14px;
  color: #bbb4b4;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid rgba(135, 140, 143, 0.2);
  font-family: var(--text-font);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact-form .form-group button:before,
.contact-form .form-group input[type="submit"]:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background: var(--theme-color2);
  content: "";
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.contact-section-two {
  position: relative;
  padding: 60px 0;
}
.contact-section-two .outer-box {
  position: relative;
  padding: 90px 100px 60px;
  background-color: var(--theme-color-light);
  background-image: url(../images/shape-6.webp);
  -webkit-box-shadow: 0 0 40px rgba(135, 140, 143, 0.07);
  box-shadow: 0 0 40px rgba(135, 140, 143, 0.07);
  border-radius: 10px;
}
.contact-section-two .contact-form {
  max-width: 740px;
}
.contact-section-two
  .contact-form
  .select2-container--default
  .select2-selection--single,
.contact-section-two .contact-form input:not([type="submit"]),
.contact-section-two .contact-form select,
.contact-section-two .contact-form textarea {
  background-color: #f7fafa;
  border-color: #f7fafa;
  text-transform: unset;
  color: #878c8f;
}
.contact-section-two .contact-form ::-webkit-input-placeholder {
  color: #878c8f;
}
.contact-section-two .contact-form button,
.contact-section-two .contact-form input[type="submit"] {
  background-color: var(--bg-theme-color4);
  color: #fff;
  width: auto;
  padding: 15px 60px;
  line-height: 30px;
  border-radius: 50px;
}
.product-details .bxslider .image-box {
  position: relative;
  display: block;
  margin-right: 30px;
  margin-bottom: 10px;
}
.product-details .bxslider .thumb-box li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 15px;
  width: 100px;
  height: 100px;
}
.product-details .bxslider .thumb-box li:last-child,
.product-discription .comment-box .review-box .rating li:last-child,
.product-discription .single-comment-box .inner-box .rating li:last-child {
  margin: 0 !important;
}
.product-details .bxslider .thumb-box li a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product-details .product-info .product-details__top {
  position: relative;
  display: block;
  margin-top: -8px;
}
.product-details .product-info .product-details__title {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  margin: 0;
}
.product-details .product-info .product-details__title span {
  position: relative;
  display: inline-block;
  color: var(--theme-color1);
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin-left: 20px;
  letter-spacing: 0;
}
.product-details .product-info .product-details__reveiw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 22px;
  padding-bottom: 20px;
  margin-bottom: 31px;
  border-bottom: 1px solid var(--theme-color-dark);
}
.product-details .product-info .product-details__reveiw i {
  font-size: 16px;
  color: var(--theme-color2);
}
.product-details .product-info .product-details__reveiw i + i {
  margin-left: 4px;
}
.product-details .product-info .product-details__reveiw span {
  position: relative;
  top: 1px;
  line-height: 1;
  font-size: 16px;
  color: var(--theme-color1);
  margin-left: 18px;
}
.product-details .product-info .product-details__quantity-title {
  margin: 0 20px 0 0;
  color: var(--theme-color-light);
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}
.product-details .social-icon-one li + li,
.project-details__social a + a {
  margin-left: 10px;
}
.product-details .product-info .product-details__buttons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  margin-top: 40px;
}
.product-details .product-info .product-details__buttons-1,
.product-details .product-info .product-details__social .title,
.product-discription {
  display: block;
  position: relative;
}
.product-details .product-info .product-details__buttons-2 {
  position: relative;
  display: block;
  margin-left: 10px;
}
.product-details .product-info .product-details__buttons-2 .thm-btn {
  background-color: var(--theme-color2);
}
.product-details .product-info .product-details__buttons-2 .thm-btn:after,
.product-details .product-info .product-details__buttons-2 .thm-btn:before {
  background-color: var(--theme-color1);
}
.product-details .product-info .product-details__social .title h3 {
  color: var(--theme-color-light);
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}
.product-details .product-info .product-details__social .social-icon-one {
  margin-left: 30px;
}
.product-details .social-icon-one a {
  position: relative;
  height: 43px;
  width: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--theme-color-light);
  background-color: var(--theme-light-background);
  font-size: 15px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}
.product-details .social-icon-one a:hover {
  color: var(--text-color-bg-theme-color2);
}
.product-details .social-icon-one a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.product-details .social-icon-one a:before {
  background-color: unset;
}
.product-details .social-icon-one a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--theme-color2);
  -webkit-transition: 0.4s ease-in-out 0.1s;
  transition: 0.4s ease-in-out 0.1s;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}
.product-details__quantity {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}
.product-details__quantity .quantity-box {
  position: relative;
  width: 98px;
  border-radius: 10px;
  height: 60px;
}
.product-details__quantity .quantity-box input {
  width: 98px;
  border-radius: 10px;
  height: 60px;
  border: 1px solid var(--theme-color-dark);
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  padding-left: 30px;
  outline: 0;
  font-size: 18px;
  font-weight: 500;
  color: var(--theme-color-light);
  background-color: var(--theme-color-dark);
}
.product-details__quantity .quantity-box button {
  width: 29px;
  height: 29px;
  background-color: transparent;
  color: var(--text-color-bg-theme-color2);
  font-size: 8px;
  position: absolute;
  top: 1px;
  right: 1px;
  background-color: var(--theme-color2);
  border: none;
  border-left: 1px solid var(--theme-color-dark);
  border-top-right-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product-details__quantity .quantity-box button:hover {
  color: var(--text-color-bg-theme-color1);
  background-color: var(--theme-color1);
}
.product-details__quantity .quantity-box button.sub {
  bottom: 1px;
  top: auto;
  border-top-right-radius: 0;
  border-bottom-right-radius: 10px;
}
.product-discription .product-description__title {
  font-size: 30px;
  margin-bottom: 27px;
}
.product-discription .product-description__text1 {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}
.product-discription .product-description__list {
  position: relative;
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
}
.product-discription .product-description__list ul {
  position: relative;
  display: block;
}
.product-discription .product-description__list ul li,
.product-discription .single-comment-box .inner-box .rating {
  position: relative;
  display: block;
  margin-bottom: 2px;
}
.product-discription .comment-box .column:last-child .form-group,
.product-discription .product-description__list ul li:last-child,
.product-discription .tab-btn-box .tab-btns li:last-child,
.product-discription .tabs-content .text p:last-child,
.project-bg .project-cols h6,
.service-list li:last-child,
.service-sidebar .service-sidebar-single-services ul li:last-child {
  margin-bottom: 0;
}
.product-discription .product-description__list ul li p {
  margin: 0;
  font-weight: 600;
  color: var(--headings-color);
}
.product-discription .product-description__list ul li p span:before {
  position: relative;
  display: inline-block;
  color: var(--theme-color1);
  font-size: 17px;
  line-height: 17px;
  margin-right: 11px;
  top: 2px;
}
.main-footer .address-widget .user-links li,
.product-discription .tabs-content .text p {
  margin-bottom: 17px;
}
.product-discription .tab-btn-box {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 60px;
}
.product-discription .tab-btn-box:before {
  position: absolute;
  content: "";
  background-color: var(--theme-color-dark);
  width: 100%;
  height: 1px;
  left: 0;
  top: 28px;
}
.product-discription .tab-btn-box .tab-btns li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--theme-color-light);
  text-align: center;
  padding: 14px 30px;
  background-color: var(--theme-color-dark);
  border: 1px solid var(--theme-color-dark);
  cursor: pointer;
  margin: 0 8.5px 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.nav-links > div > a:hover,
.product-discription .tab-btn-box .tab-btns li.active-btn {
  color: var(--text-color-bg-theme-color2);
  background-color: var(--theme-color2);
}
.product-discription .single-comment-box .inner-box {
  position: relative;
  display: block;
  background-color: var(--theme-color-dark);
  padding: 34px 30px 34px 125px;
}
.product-discription .single-comment-box .inner-box .comment-thumb {
  position: absolute;
  left: 30px;
  top: 40px;
  border-radius: 50%;
  width: 80px;
}
.product-discription .single-comment-box .inner-box .comment-thumb img {
  width: 100%;
  border-radius: 50%;
}
.product-discription .single-comment-box .inner-box .rating li {
  position: relative;
  display: inline-block;
  font-size: 12px;
  float: left;
  margin-right: 4px;
  color: #fdc009;
}
.product-discription .single-comment-box .inner-box h5 {
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.product-discription .single-comment-box .inner-box h5 span {
  font-weight: 400;
  text-transform: capitalize;
}
.product-discription .customer-comment {
  position: relative;
  display: block;
  margin-bottom: 60px;
}
.product-discription .comment-box {
  position: relative;
  display: block;
  background-color: var(--theme-color-dark);
  padding: 51px 60px 60px;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.product-discription .comment-box h3 {
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 23px;
}
.product-discription .comment-box .form-group {
  position: relative;
  margin-bottom: 15px;
}
.product-discription .comment-box .form-group label {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #707582;
  margin-bottom: 8px;
}
.product-discription .comment-box .review-box {
  position: relative;
  display: block;
  margin-top: 8px;
}
.product-discription .comment-box .review-box p {
  position: relative;
  float: left;
  margin-right: 10px;
}
.product-discription .comment-box .custom-controls-stacked,
.product-discription .comment-box .review-box .rating {
  position: relative;
  float: left;
}
.product-discription .comment-box .review-box .rating li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
  float: left;
  margin-right: 4px;
  color: #fdc009;
}
.categories-section {
  position: relative;
  padding: 100px 0 70px;
}
.categories-section .bg-pattern {
  position: absolute;
  left: 0;
  top: -220px;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../images/pattern-7.html);
  background-repeat: no-repeat;
  background-position: left top;
  z-index: -1;
}
.categories-section:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 300px;
  width: 100%;
  background: var(--theme-color3);
  content: "";
  z-index: 1;
}
.categories-section:after,
.category-block .inner-box:before {
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 100%;
  content: "";
  left: 0;
  position: absolute;
}
.categories-section:after {
  bottom: -50px;
  height: 70px;
  z-index: 2;
  background-image: url(../images/pattern-3.html);
}
.category-block {
  position: relative;
  margin-bottom: 30px;
  z-index: 9;
}
.category-block .inner-box {
  position: relative;
  text-align: center;
  background: #fff;
  padding: 40px 30px 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.category-block .inner-box:before {
  top: 0;
  height: 190px;
}
.category-block .inner-box:hover {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.category-block .inner-box:hover .image img {
  -webkit-transform: rotate(10deg) scale(1.2);
  transform: rotate(10deg) scale(1.2);
}
.category-block .inner-box.cat-bg-1:before {
  background-image: url(../images/cat-1-bg.html);
}
.category-block .inner-box.cat-bg-2:before {
  background-image: url(../images/cat-2-bg.html);
}
.category-block .inner-box.cat-bg-3:before {
  background-image: url(../images/cat-3-bg.html);
}
.category-block .inner-box.cat-bg-4:before {
  background-image: url(../images/cat-4-bg.html);
}
.category-block .image {
  position: relative;
  display: inline-block;
  height: 180px;
  width: 180px;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 15px;
}
.category-block h4 {
  font-size: 20px;
  color: var(--theme-color3);
  font-weight: 700;
  margin-bottom: 10px;
}
.category-block p {
  font-size: 14px;
  color: #797f7d;
  line-height: 26px;
  margin-bottom: 0;
}
.categories-section-two {
  position: relative;
  padding: 120px 0 90px;
}
.category-block-two {
  position: relative;
  padding-top: 70px;
  margin-bottom: 30px;
  z-index: 9;
}
.category-block-two .inner-box {
  position: relative;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  margin: 0 auto;
  padding: 18px;
}
.category-block-two .inner-box:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 60px;
  width: 100%;
  border-radius: 10px;
  background: #e3eee5;
  content: "";
}
.category-block-two .inner-box:hover .image:before {
  left: 100%;
  -webkit-transition: 1s;
  transition: 1s;
}
.category-block-two .inner-box:hover .image img {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.category-block-two .content {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 0 40px 40px;
  z-index: 1;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
}
.category-block-two .content:before {
  position: absolute;
  top: -88px;
  left: 0;
  width: 180px;
  height: 180px;
  right: 0;
  margin: 0 auto;
  border-radius: 50%;
  background: #e3eee5;
  content: "";
}
.category-block-two .content:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 30px;
  line-height: 1em;
  color: #e8f3ea;
  height: 15px;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  content: attr(data-text);
}
.category-block-two .image {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-bottom: 25px;
  margin-top: -70px;
}
.category-block-two .image:before {
  position: absolute;
  top: 0;
  height: 120%;
  width: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    to(#fff)
  );
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 100%);
  content: "";
  opacity: 0.3;
  left: -100%;
  pointer-events: none;
  z-index: 1;
}
.category-block-two h4 {
  font-size: 22px;
  color: var(--theme-color3);
  font-weight: 700;
  margin-bottom: 15px;
}
.category-block-two h4 a,
.product-block-two h4 a {
  color: var(--theme-color3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.category-block-two p {
  font-size: 16px;
  color: #797f7d;
  line-height: 26px;
  margin-bottom: 0;
}
.category-block-two .link {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  background: #e8f3ea;
  border-radius: 50%;
  line-height: 50px;
  margin-top: 25px;
  color: #608174;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.background-image,
.page-title,
.products-section .bg-image {
  background-position: center;
  background-size: cover;
}
.category-block-two .link:hover {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.category-block-two.child-two .content:before,
.category-block-two.child-two .inner-box:before,
.category-block-two.child-two .link {
  background: #f0e2e3;
}
.category-block-two.child-two .inner-box:hover h4 a {
  color: #e69da2;
}
.category-block-two.child-two .content:after {
  color: #f0e2e3;
}
.category-block-two.child-three .content:before,
.category-block-two.child-three .inner-box:before,
.category-block-two.child-three .link {
  background: #f1ede1;
}
.category-block-two.child-three .inner-box:hover h4 a {
  color: #c9b579;
}
.category-block-two.child-three .content:after {
  color: #f1ede1;
}
.products-section .bg-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 670px;
  width: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.products-section .bg-image:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #113629;
  opacity: 0.7;
  content: "";
}
.products-section .bg-image:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  width: 100%;
  background-image: url(../images/pattern-8.html);
  background-position: center bottom;
  content: "";
}
.products-section .sec-title h2 {
  font-size: 60px;
}
.products-section .sec-title .theme-btn,
.sidebar__single + .sidebar__single {
  margin-top: 30px;
}
.products-box {
  max-width: 1530px;
  position: relative;
  padding: 120px 60px 90px;
  margin: 120px auto 0;
  background-color: #f7f5ee;
  overflow: hidden;
  border-radius: 10px;
}
.products-box:before {
  position: absolute;
  left: -90px;
  bottom: 0;
  height: 70%;
  width: 100%;
  background: url(../images/shape-7.html) top left no-repeat;
  content: "";
}
.products-box .outer-box {
  position: relative;
  padding-right: 400px;
}
.products-box .outer-box .banner-box-two {
  position: absolute;
  right: 0;
  top: 0;
}
.banner-box-two .inner-box:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#164333),
    to(rgba(229, 229, 229, 0))
  );
  background: linear-gradient(
    to bottom,
    #164333 0,
    rgba(229, 229, 229, 0) 100%
  );
  content: "";
}
.banner-box-two .inner-box,
.products-carousel .owl-dot.active {
  background: var(--theme-color3);
}
.banner-box-two .inner-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 370px;
  border-radius: 10px;
  min-height: 440px;
  text-align: center;
  overflow: hidden;
  padding: 20px;
}
.banner-box-two .title {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.banner-box-two .title strong {
  font-size: 60px;
  line-height: 1em;
  color: var(--theme-color2);
  font-weight: 400;
}
.banner-box-two h4 {
  font-size: 30px;
  line-height: 1.2em;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
.product-block-two .inner-box {
  position: relative;
  border: 2px solid transparent;
  border-radius: 10px;
  background: #fff;
  padding: 20px 20px 20px 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 150px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product-block-two .inner-box:hover {
  border: 2px solid var(--theme-color1);
}
.product-block-two .image {
  position: absolute;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  overflow: hidden;
  height: 110px;
  width: 110px;
  border: 1px solid #e4e1d6;
  margin-bottom: 0;
}
.product-block-two .image img {
  width: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product-block-two h4 {
  display: block;
  font-size: 22px;
  color: var(--theme-color3);
  font-weight: 700;
  margin-bottom: 5px;
}
.product-block-two .price {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: var(--theme-color1);
  font-weight: 600;
}
.product-block-two .price del {
  display: inline-block;
  margin-left: 15px;
  font-size: 16px;
  color: red;
  line-height: 27px;
  opacity: 0.3;
}
.product-block-two .rating {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #ffc737;
}
.products-carousel .owl-dots {
  position: absolute;
  right: 0;
  top: -80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 8;
}
.products-carousel .owl-dot {
  position: relative;
  height: 7px;
  width: 7px;
  background: #879d91;
  margin-right: 5px;
  border-radius: 5px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.page-title {
  position: relative;
  background-repeat: no-repeat;
  padding: 210px 0 110px;
  min-height: 250px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page-title {
    padding: 110px 0;
  }
}
.page-title:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #131313;
  opacity: 0.6;
  content: "";
}
.page-title .title {
  font-size: 64px;
  color: #fff;
  margin-bottom: 17px;
}
.page-title .text {
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.05em;
  max-width: 520px;
}
.page-breadcrumb {
  position: relative;
  margin-top: 5px;
}
.page-breadcrumb li {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  padding-right: 13px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.page-breadcrumb li:after {
  position: absolute;
  content: "\f105";
  right: -6px;
  top: 1px;
  font-size: 14px;
  font-weight: 900;
  font-family: "Font Awesome 6 Pro";
  color: #fff;
}
.page-breadcrumb li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.page-breadcrumb li a {
  color: var(--theme-color2);
  font-weight: 500;
  text-transform: capitalize;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.page-title.style-two {
  background-position: center center;
}
.page-title.style-two .page-breadcrumb-outer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 8;
}
.page-title.style-two .page-breadcrumb li {
  color: #070710;
  font-weight: 600;
}
.page-title.style-two .page-breadcrumb li a:hover,
.page-title.style-two .page-breadcrumb li:after {
  color: #070710;
}
.page-title.style-two .page-breadcrumb li a {
  color: rgba(7, 7, 16, 0.6);
}
.play-now {
  position: relative;
  display: block;
  z-index: 9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.play-now .icon {
  position: relative;
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  background-color: #fff;
  color: #ff6d2e;
  z-index: 1;
  padding-left: 0;
  font-size: 14px;
  display: block;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.3);
  -ms-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.3);
  -o-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.3);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.play-now .ripple,
.play-now .ripple:before {
  -webkit-transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  position: absolute;
}
.play-now .ripple {
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: 3s infinite ripple;
  animation: 3s infinite ripple;
}
.play-now .ripple:before {
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: 3s 0.9s infinite ripple;
  animation: 3s 0.9s infinite ripple;
  content: "";
}
.play-now .ripple:after {
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: 3s 0.6s infinite ripple;
  animation: 3s 0.6s infinite ripple;
  content: "";
  position: absolute;
}
.background-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: repeat;
}
.error-page__inner {
  position: relative;
  display: block;
  text-align: center;
}
.error-page__inner .error-page__title-box,
.project-details__details-list,
.project-details__details-list li,
.project-details__img,
.service-sidebar .service-sidebar-single-btn {
  position: relative;
  display: block;
}
.error-page__inner .error-page__title {
  position: relative;
  display: inline-block;
  font-size: 280px;
  line-height: 280px;
  margin-bottom: 0;
  color: var(--theme-color1);
}
.error-page__inner .error-page__sub-title {
  font-size: 40px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 50px;
  margin-top: -16px;
}
.error-page__inner .error-page__text {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
.error-page__inner .error-page__form {
  position: relative;
  display: block;
  margin: 42px auto 20px;
}
.error-page__inner .error-page__form input[type="search"] {
  height: 60px;
  width: 100%;
  border: none;
  outline: 0;
  background-color: #f5f5f5;
  font-size: 14px;
  color: #333;
  padding-left: 50px;
  padding-right: 75px;
  border-radius: 7px;
}
.error-page__inner .error-page__form button[type="submit"] {
  background-color: transparent;
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 72px;
  outline: 0;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
.error-page__inner .error-page__form-input {
  position: relative;
  display: block;
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
}
.service-sidebar {
  position: relative;
  display: block;
  max-width: 365px;
  width: 100%;
}
.service-sidebar .service-sidebar-single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.service-sidebar .service-sidebar-single-services {
  position: relative;
  display: block;
  background: #f6f4ec;
  border-radius: 10px;
  padding: 35px 30px 25px;
}
.service-sidebar .service-sidebar-single-services .title {
  position: relative;
  display: block;
  margin-bottom: 12px;
  padding-left: 20px;
}
.service-sidebar .service-sidebar-single-services .title h3 {
  color: var(--headings-color);
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.02em;
}
.service-sidebar .service-sidebar-single-services ul {
  position: relative;
  display: block;
  margin-top: 10px;
}
.service-sidebar .service-sidebar-single-services ul li {
  position: relative;
  display: block;
  margin-bottom: 5px;
  margin-top: -10px;
}
.service-sidebar .service-sidebar-single-services ul li a {
  position: relative;
  display: block;
  color: var(--agriox-color-1, #687469);
  font-size: 18px;
  padding: 22px 20px;
  border-radius: 10px;
  background: 0 0;
  -webkit-transition: 0.3s linear 0.1s;
  transition: 0.3s linear 0.1s;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.service-sidebar .service-sidebar-single-services ul li a:hover {
  color: var(--headings-color);
}
.service-sidebar .service-sidebar-single-services ul li a:hover::before,
.service-sidebar .service-sidebar-single-services ul li.current a::before {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0);
  transform: perspective(400px) rotateX(0);
  -webkit-transition: 0.3s linear 0.1s;
  transition: 0.3s linear 0.1s;
}
.service-sidebar .service-sidebar-single-services ul li a::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  z-index: -1;
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(90deg);
  transform: perspective(400px) rotateX(90deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: 0.3s linear 0.1s;
  transition: 0.3s linear 0.1s;
  background: #fff;
  -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.service-sidebar .service-sidebar-single-services ul li a i {
  font-size: 16px;
}
.service-sidebar .service-sidebar-single-services ul li.current:first-child {
  margin-top: 20px;
}
.service-sidebar .service-sidebar-single-services ul li.current:last-child {
  margin-bottom: 35px;
}
.service-sidebar .service-sidebar-single-contact-box {
  position: relative;
  display: block;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding: 50px 0 44px;
  z-index: 1;
}
.service-sidebar .service-sidebar-single-contact-box::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(109, 140, 84, 0.93);
  border-radius: 10px;
  content: "";
  z-index: -1;
}
.service-sidebar .service-sidebar-single-contact-box .icon {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  background: var(--theme-color2);
}
.service-sidebar .service-sidebar-single-contact-box .icon:hover {
  background-color: var(--headings-color);
}
.service-sidebar .service-sidebar-single-contact-box .icon span::before {
  position: relative;
  display: inline-block;
  color: var(--headings-color);
  font-size: 30px;
  line-height: 60px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.service-sidebar .service-sidebar-single-contact-box .title {
  position: relative;
  display: block;
  margin-top: 20px;
  margin-bottom: 42px;
}
.service-sidebar .service-sidebar-single-contact-box .title h2 {
  color: #fff;
  font-size: 36px;
}
.service-sidebar .service-sidebar-single-contact-box .phone {
  font-size: 24px;
  line-height: 34px;
}
.service-sidebar .service-sidebar-single-contact-box .phone a {
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.service-sidebar .service-sidebar-single-contact-box p {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}
.service-sidebar .service-sidebar-single-btn .thm-btn {
  font-size: 16px;
  padding: 13px 50px 28px;
}
.service-sidebar .service-sidebar-single-btn .thm-btn span::before {
  position: relative;
  display: inline-block;
  top: 13px;
  color: #334b35;
  font-size: 40px;
  padding-right: 25px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-weight: 500;
}
.service-sidebar .banner-widget {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.08);
}
.service-sidebar .banner-widget .widget-content {
  position: relative;
  display: block;
  width: 100%;
  padding: 45px 30px 40px;
  background-size: cover;
  background-repeat: no-repeat;
}
.service-sidebar .banner-widget .widget-content .shape {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 278px;
  background-repeat: no-repeat;
  background-size: cover;
}
.service-sidebar .banner-widget .content-box {
  position: relative;
  max-width: 200px;
  width: 100%;
}
.service-sidebar .banner-widget .content-box .icon-box {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 40px;
  background-color: var(--theme-color2);
  color: var(--text-color-bg-theme-color2);
  text-align: center;
  border-radius: 5px;
  margin-bottom: 23px;
}
.service-sidebar .banner-widget .content-box .icon-box .icon-shape {
  position: absolute;
  top: -15px;
  right: -38px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
}
.service-sidebar .banner-widget .content-box h3 {
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.service-sidebar .banner-widget .content-box .theme-btn-two:hover {
  background: #0a267a;
}
.service-sidebar .service-sidebar-single-btn .theme-btn {
  padding: 20px 50px;
}
.service-sidebar .service-sidebar-single-btn .theme-btn .btn-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Prata";
}
.service-sidebar .service-sidebar-single-btn .theme-btn span::before {
  position: relative;
  display: inline-block;
  font-size: 36px;
  padding-right: 25px;
  margin-top: 7px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-weight: 500;
}
.services-details__content .feature-list .single-item {
  position: relative;
  display: block;
  border: 1px solid #e1e8e4;
  padding: 16px 30px 16px 53px;
  margin-bottom: 20px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.services-details__content .feature-list .single-item .icon-box {
  color: var(--theme-color1);
  position: absolute;
  left: 20px;
  top: 16px;
  font-size: 18px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.services-details__content .feature-list .single-item .title {
  display: block;
  margin: 0;
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
  text-transform: uppercase;
}
.services-details__content .feature-list .single-item:hover {
  background-color: var(--theme-color2);
  color: var(--text-color-bg-theme-color2);
}
.services-details__content .feature-list .single-item:hover .icon-box {
  color: var(--text-color-bg-theme-color2);
}
.service-list li {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.service-list li a {
  position: relative;
  display: block;
  font-size: 18px;
  color: var(--headings-color);
  font-weight: 600;
  background-color: #fff;
  padding: 17px 20px 17px 50px;
  -webkit-box-shadow: 20px 5px 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 20px 5px 20px 0 rgba(0, 0, 0, 0.05);
}
.service-list li i,
.sidebar-service-list li a i {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  font-size: 16px;
  text-align: center;
}
.service-list li a.current,
.service-list li a:hover {
  color: var(--text-color-bg-theme-color1);
  background-color: var(--theme-color1);
  padding-left: 80px;
}
.service-list li a.current i,
.service-list li a:hover i {
  width: 60px;
  color: var(--text-color-bg-theme-color2);
  background-color: var(--theme-color2);
}
.service-list li i {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  top: 0;
  width: 30px;
  height: 100%;
  background-color: #f6f4ec;
  color: #707582;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sidebar-service-list li a,
.sidebar-service-list li a i {
  -webkit-transition: 0.5s;
  color: var(--theme-color-light);
  border-radius: 15px;
}
.sidebar-service-list {
  margin: 0;
}
.sidebar-service-list li + li {
  margin-top: 10px;
}
.sidebar-service-list li a {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  transition: 0.5s;
  display: block;
  background-color: var(--theme-light-background);
  padding: 19px 40px;
}
.sidebar-service-list li a:hover i {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--theme-color-light);
  background-color: var(--theme-color2);
}
.sidebar-service-list li a i {
  height: 32px;
  width: 45px;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.5s;
  background-color: var(--theme-color-dark);
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sidebar-service-list li.current a i {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  background-color: var(--theme-color2);
}
.service-details-help {
  position: relative;
  display: block;
  padding: 57px 55px 50px;
  margin-top: 30px;
  text-align: center;
  z-index: 1;
  background-color: #333;
  border-radius: 15px;
  overflow: hidden;
}
.help-shape-1,
.help-shape-2 {
  position: absolute;
  mix-blend-mode: soft-light;
}
.help-icon,
.project-details__social a {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
}
.help-shape-1 {
  bottom: -215px;
  left: -95px;
  width: 220px;
  height: 500px;
  background-color: #303030;
  border-radius: 150px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1;
}
.help-shape-2 {
  top: -118px;
  right: -130px;
  width: 180px;
  height: 350px;
  background-color: #fff;
  border-radius: 186px;
  -webkit-transform: rotate(48deg);
  transform: rotate(48deg);
}
.help-icon {
  height: 73px;
  width: 73px;
  background-color: #191825;
  color: #fff;
  font-size: 32px;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.help-contact,
.project-details__content,
.project-details__content-left,
.project-details__content-right,
.project-details__pagination {
  position: relative;
  display: block;
}
.help-icon:hover {
  background-color: #fff;
  color: #191825;
}
.help-title {
  font-size: 38px;
  color: #fff;
  line-height: 40px;
  margin-bottom: 21px;
  font-weight: 700;
}
.project-details__client,
.project-details__name {
  font-size: 16px;
  line-height: 24px;
}
.help-contact {
  margin-top: 21px;
}
.help-contact p {
  font-size: 14px;
  color: #fff;
  margin: 0;
  line-height: 32px;
  font-weight: 600;
  opacity: 0.7;
}
.help-contact a {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.project-details__pagination li a:hover i,
.project-details__social a {
  background-color: var(--theme-color2);
  color: var(--text-color-bg-theme-color2);
}
.blog-details__date .day,
.blog-details__date .month,
.blog-details__tags a,
.blog-details__tags span,
.blog-details__title {
  font-weight: var(--body-font-weight-bold);
}
.help-contact a:hover {
  color: #191825;
}
.blog-details__tags a:hover,
.project-details__social a:hover {
  background-color: var(--theme-color1);
  color: var(--text-color-bg-theme-color1);
}
.project-details__img img {
  width: 100%;
  border-radius: 10px;
}
.project-details__content {
  margin-top: 30px;
}
.project-details__content-left {
  margin-top: 31px;
}
.project-details__content-right {
  margin-top: 40px;
}
.project-details__details-box {
  position: relative;
  border-radius: 10px;
  background-color: var(--theme-light-background);
  padding: 43px 50px 50px;
  z-index: 1;
}
.project-details__details-list li + li {
  margin-top: 24px;
}
.project-details__client {
  color: #838d9e;
  margin: 0;
}
.sidebar__category,
.sidebar__comments,
.sidebar__post,
.sidebar__tags {
  color: var(--theme-light-background-text-color);
  overflow: hidden;
}
.project-details__social a {
  position: relative;
  height: 40px;
  width: 40px;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 15px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}
.project-details__pagination-box {
  position: relative;
  display: block;
  text-align: center;
  border-top: 1px solid #ece9e0;
  border-bottom: 1px solid #ece9e0;
  padding: 30px 0;
  margin-top: 117px;
}
.blog-details__bottom,
.team-details__bottom {
  border-top: 1px solid var(--theme-color-dark);
}
.blog-details__social-list,
.project-details__pagination li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.project-details__pagination li a {
  font-size: 14px;
  color: #757873;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.project-details__pagination li.next i,
.project-details__pagination li.previous i {
  height: 52px;
  width: 52px;
  -webkit-box-align: center;
  -webkit-transition: 0.5s;
  position: relative;
  font-size: 16px;
  z-index: 1;
}
.project-details__pagination li a:hover {
  color: var(--theme-color1);
}
.project-details__pagination li a:hover i {
  border: 2px solid var(--theme-color2);
}
.blog-details,
.blog-details__left,
.blog-details__pagenation,
.project-details__pagination li .content,
.sidebar__search {
  position: relative;
  display: block;
}
.project-details__pagination li.next {
  float: left;
  position: relative;
}
.project-details__pagination li.next i {
  border: 2px solid var(--theme-color2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--theme-color2);
  transition: 0.5s;
  margin-right: 20px;
}
.project-details__pagination li.next .content {
  text-align: left;
}
.project-details__pagination li.previous {
  position: relative;
  float: right;
}
.project-details__pagination li.previous i {
  border: 2px solid var(--theme-color2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--theme-color2);
  transition: 0.5s;
  margin-left: 20px;
}
.project-details__pagination li.previous .content {
  text-align: right;
}
.project-bg {
  background-color: var(--theme-color-dark);
  padding: 20px;
}
.project-bg .project-cols {
  padding: 20px;
  border-right: 1px solid #555;
}
@media (max-width: 767px) {
  .project-bg .project-cols {
    border-right: none;
  }
}
.project-bg .project-cols.border-right-none {
  border-right: none;
}
.blog-details__img {
  position: relative;
  display: block;
  border-radius: 10px;
}
.blog-details__img img {
  width: 100%;
  border-radius: 10px;
}
.blog-details__date {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--theme-color2);
  text-align: center;
  padding: 21px 24px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.blog-details__date .day {
  font-size: 16px;
  color: #fff;
  line-height: 16px;
}
.blog-details__date .month {
  position: relative;
  display: block;
  font-size: 10px;
  color: #fff;
  line-height: 12px;
  text-transform: uppercase;
}
.blog-details__content {
  position: relative;
  display: block;
  margin-top: 22px;
}
.blog-details__meta li + li {
  margin-left: 18px;
}
.blog-details__meta li a {
  font-size: 15px;
  color: #777;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.blog-details__meta li a:hover {
  color: var(--theme-color1);
}
.blog-details__meta li a i {
  color: var(--theme-color2);
  margin-right: 6px;
}
.blog-details__title {
  font-size: 30px;
  line-height: 40px;
  margin-top: 12px;
  margin-bottom: 21px;
}
.blog-details__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0;
  margin-top: 49px;
}
.blog-details__bottom p {
  margin: 0;
}
.blog-details__tags span {
  color: var(--theme-color-light);
  font-size: 20px;
  margin-right: 14px;
}
.blog-details__tags a {
  position: relative;
  font-size: 12px;
  background-color: var(--theme-color2);
  color: var(--text-color-bg-theme-color2);
  display: inline-block;
  padding: 5px 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 35px;
}
.blog-details__pagenation li:hover,
.blog-details__social-list a:after {
  background-color: var(--theme-color2);
}
.blog-details__pagenation li:hover,
.blog-details__social-list a:hover,
.sidebar__search-form input[type="search"] {
  color: var(--text-color-bg-theme-color2);
}
.blog-details__tags a + a {
  margin-left: 6px;
}
.blog-details__social-list a {
  position: relative;
  height: 43px;
  width: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--theme-color-light);
  background-color: var(--theme-light-background);
  font-size: 15px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}
.blog-details__pagenation li,
.nav-links > div > a {
  font-weight: var(--body-font-weight-bold);
  border-radius: 10px;
  font-size: 20px;
  background-color: var(--theme-light-background);
}
.blog-details__social-list a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.blog-details__social-list a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  -webkit-transition: 0.4s ease-in-out 0.1s;
  transition: 0.4s ease-in-out 0.1s;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}
.blog-details__social-list a + a {
  margin-left: 10px;
}
.blog-details__pagenation li + li,
.contact-details__info li .text {
  margin-left: 30px;
}
.blog-details__pagenation-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 53px;
}
.nav-links,
.nav-links .prev {
  display: -webkit-box;
  display: -ms-flexbox;
}
.blog-details__pagenation li {
  position: relative;
  float: left;
  color: #0e2207;
  color: var(--theme-light-background-text-color);
  line-height: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  max-width: 370px;
  width: 100%;
  padding: 52px 60px;
}
.blog-details .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  width: 150%;
  left: -290px;
  position: relative;
}
.nav-links .next .thumb,
.sidebar__post .sidebar__title {
  margin-left: 20px;
}
@media screen and (min-width: 300px) and (max-width: 600px) {
  .project-section .carousel-outer .swiper-wrapper {
    display: block;
  }
  .team-details .service_image {
    height: 300px;
    width: 90%;
    left: 15px;
  }
  .blog-details .row {
    width: fit-content;
    left: 0;
  }
  .blog-details .container {
    margin-top: -60px;
    margin-bottom: -100px;
  }
}
.nav-links {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 53px;
}
.nav-links .prev {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: calc(50% - 15px);
  margin-right: 30px;
}
.nav-links .next,
.sidebar__search-form button[type="submit"] {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
}
.nav-links .prev .thumb {
  margin-right: 20px;
}
.nav-links .next {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: calc(50% - 15px);
}
.nav-links > div {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.nav-links > div .thumb {
  display: inline-block;
  min-width: 60px;
  width: 60px;
  height: 60px;
  overflow: hidden;
}
.nav-links > div > a {
  display: inline-block;
  word-wrap: break-word;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
  line-height: 1.637;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: var(--theme-color-light);
  padding: 52px 50px;
  width: 100%;
}
@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
}
.sidebar__title {
  margin: 0 0 5px;
  font-size: 20px;
  font-weight: var(--h4-font-weight);
}
.language-dropdown,
.main-footer .footer-widget,
.main-footer.style-three .social-links,
.main-footer.style-two .social-links,
.sidebar__search-form,
.team-details .container,
.user-links {
  position: relative;
}
.sidebar__search-form input[type="search"] {
  display: block;
  border: none;
  outline: 0;
  background-color: var(--theme-color2);
  font-size: 16px;
  font-weight: 500;
  padding-left: 50px;
  height: 74px;
  width: 100%;
  padding-right: 80px;
  border-radius: 10px;
}
.sidebar__search-form input[type="search"]::-webkit-input-placeholder {
  color: var(--text-color-bg-theme-color2);
  opacity: 1;
}
.sidebar__search-form input[type="search"]:-ms-input-placeholder,
.sidebar__search-form input[type="search"]::-ms-input-placeholder,
.sidebar__search-form input[type="search"]::-webkit-input-placeholder,
.sidebar__search-form input[type="search"]::placeholder {
  color: var(--text-color-bg-theme-color2);
  opacity: 1;
}
.sidebar__search-form button[type="submit"] {
  background-color: transparent;
  color: var(--text-color-bg-theme-color2);
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 72px;
  outline: 0;
  border: none;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
.sidebar__post {
  position: relative;
  display: block;
  padding: 46px 30px 30px;
  background-color: var(--theme-light-background);
  border-radius: 10px;
  z-index: 1;
}
.sidebar__category-list,
.sidebar__post .sidebar__post-list {
  margin: 0;
}
.sidebar__post .sidebar__post-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 20px 17px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sidebar__post .sidebar__post-list li:hover {
  background-color: var(--theme-color-dark);
  border-radius: 10px;
}
.sidebar__post .sidebar__post-list li + li {
  margin-top: 11px;
}
.sidebar__post .sidebar__post-list .sidebar__post-image {
  margin-right: 20px;
  -webkit-box-flex: 70px;
  -ms-flex: 70px 0 0px;
  flex: 70px 0 0;
}
.sidebar__post .sidebar__post-list .sidebar__post-image > img {
  width: 80px;
  border-radius: 10px;
}
.sidebar__post .sidebar__post-list .sidebar__post-content {
  position: relative;
  top: -3px;
}
.sidebar__post .sidebar__post-list .sidebar__post-content h3 {
  font-size: 18px;
  margin: 0;
  line-height: 26px;
  letter-spacing: 0;
}
.sidebar__post .sidebar__post-list .sidebar__post-content h3 a {
  color: var(--theme-color-light);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.contact-details__info li:hover .icon span,
.sidebar__tags-list a:hover,
.team-details__social a:hover {
  color: var(--text-color-bg-theme-color1);
}
.sidebar__post .sidebar__post-list .sidebar__post-content-meta {
  font-size: 14px;
  font-weight: 500;
  color: #757873 !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sidebar__post .sidebar__post-list .sidebar__post-content-meta i {
  color: var(--theme-color2);
  font-size: 14px;
  padding-right: 3px;
}
.sidebar__category {
  position: relative;
  display: block;
  background-color: var(--theme-light-background);
  border-radius: 10px;
  padding: 45px 30px 38px;
  z-index: 1;
}
.sidebar__category .sidebar__title {
  padding-left: 20px;
  margin-bottom: 9px;
}
.sidebar__category-list li + li {
  margin-top: 4px;
}
.sidebar__category-list li a {
  color: var(--theme-color-light);
  font-size: 16px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
  background: 0 0;
  padding: 12px 20px;
  font-weight: 500;
  border-radius: 10px;
}
.sidebar__category-list li a:hover {
  -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
  text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);
  background-color: var(--theme-color-dark);
  color: var(--theme-color-light);
}
.sidebar__category-list li a:hover span {
  color: #ffcd1e;
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}
.sidebar__category-list li a span {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: var(--theme-color2);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
}
.sidebar__category-list li.active a {
  background-color: var(--theme-color-dark);
  color: var(--theme-color-light);
  -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);
}
.sidebar__category-list li.active a span {
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  color: #ffcd1e;
}
.sidebar__tags {
  position: relative;
  display: block;
  background-color: var(--theme-light-background);
  padding: 46px 45px 50px;
  border-radius: 10px;
  z-index: 1;
}
.sidebar__tags .sidebar__title {
  margin-left: 5px;
  margin-bottom: 25px;
}
.sidebar__tags-list {
  margin-top: -10px;
}
.sidebar__tags-list a {
  font-size: 14px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: var(--theme-color-light);
  background-color: var(--theme-color-dark);
  display: inline-block;
  padding: 5px 28px;
  margin-left: 5px;
  border-radius: 30px;
}
.sidebar__comments,
.sidebar__comments-list,
.sidebar__comments-list li {
  position: relative;
  display: block;
}
.sidebar__comments-text-box h5,
.sidebar__comments-text-box p {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
}
.sidebar__tags-list a:hover {
  background: var(--theme-color1);
}
.sidebar__tags-list a + a {
  margin-left: 5px;
  margin-top: 10px;
}
.sidebar__comments {
  background-color: var(--theme-light-background);
  padding: 46px 50px 43px;
  border-radius: 10px;
  z-index: 1;
}
.sidebar__comments-icon,
.sidebar__comments-list li:hover .sidebar__comments-icon {
  color: var(--text-color-bg-theme-color2);
  background-color: var(--theme-color2);
}
.sidebar__comments .sidebar__title {
  margin-bottom: 25px;
}
.sidebar__comments-list li {
  padding-left: 65px;
}
.contact-details__info li:hover .icon,
.team-details__social a:hover {
  background-color: var(--theme-color1);
}
.sidebar__comments-list li + li {
  margin-top: 23px;
}
.sidebar__comments-icon {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.footer-bottom .copyright-text a:hover,
.main-footer .address-widget .user-links li .txt,
.sidebar__comments-text-box p span,
.user-links li a:hover {
  color: var(--theme-color-light);
}
.sidebar__comments-text-box h5 {
  color: #757873;
  letter-spacing: 0;
}
.team-details {
  position: relative;
  display: block !important;
  padding-top: 90px;
}
.team-details__top {
  padding-left: 20px !important;
}
.team-details-shape-1 {
  position: absolute;
  bottom: -270px;
  right: 0;
  opacity: 0.5;
  z-index: 2;
}
.team-details__top-left {
  position: relative;
  display: block;
  margin-right: 20px;
}
.team-details__top-img {
  position: relative;
  display: block;
  border-radius: 30px;
}
.team-details__top-img img {
  width: 100%;
  border-radius: 30px;
}
.team-details__big-text {
  font-size: 80px;
  line-height: 80px;
  text-transform: uppercase;
  color: #eef0f6;
  letter-spacing: 0.35em;
  font-weight: 400;
  position: absolute;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 209px;
  left: -325px;
}
.team-details__top-right {
  position: relative;
  display: block;
  margin-left: 50px;
}
.team-details__top-content {
  position: relative;
  display: block;
  margin-top: -11px;
}
.team-details__social,
.team-details__social a {
  display: -webkit-box;
  display: -ms-flexbox;
  position: relative;
}
.team-details__top-name {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 3px;
  margin-left: -15px;
}
.team-details__top-title {
  font-size: 16px;
  color: var(--theme-color2);
  margin-left: -15px;
}
.team-details__social {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 28px;
}
.team-details__social a {
  height: 40px;
  width: 40px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: var(--theme-color2);
  color: var(--text-color-bg-theme-color2);
  font-size: 15px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.team-details__social a + a {
  margin-left: 10px;
}
.team-details__top-text-1 {
  font-size: 30px;
  color: var(--theme-color1);
  line-height: 45px;
  font-weight: 400;
  margin-bottom: 30px;
  text-align: justify;
  margin-left: -15px;
}
.team-details__top-text-2 {
  padding-top: 23px;
  padding-bottom: 35px;
  margin-left: -15px;
}
.team-details__bottom {
  position: relative;
  display: block;
  padding-top: 110px;
}
.team-details__bottom-left {
  position: relative;
  display: block;
  margin-right: 70px;
}
.team-details__bottom-left-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}
.team-details__bottom-left-text {
  padding-top: 30px;
}
.team-details__bottom-right {
  position: relative;
  display: block;
  margin-left: 70px;
  margin-top: 1px;
}
@media only screen and (max-width: 991px) {
  .team-details__top-right {
    margin-top: 70px;
    margin-left: 0;
  }
  .team-details__bottom-right {
    margin-left: 0;
  }
}
.team-details__progress {
  position: relative;
  display: block;
  width: 100%;
}
.team-details__progress .bar {
  position: relative;
  width: 100%;
  height: 13px;
  background-color: #eef0f6;
  border-radius: 7px;
  margin-bottom: 22px;
}
.team-details__progress .bar-inner {
  position: relative;
  display: block;
  width: 0;
  height: 13px;
  border-radius: 7px;
  background-color: var(--theme-color2);
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
.team-details__progress .count-text {
  position: absolute;
  right: 0;
  bottom: 21px;
  color: var(--theme-color1);
  line-height: 24px;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.team-details__progress .bar-inner.counted .count-text {
  opacity: 1;
}
.team-details__progress .bar.marb-0,
.user-links li:last-child {
  margin-bottom: 0;
}
.team-details__progress-single {
  position: relative;
  display: block;
}
.team-details__progress-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  color: var(--theme-color1);
  margin-bottom: 6px;
}
.team-contact-form {
  background-color: #eef0f6;
}
.contact-details__info {
  position: relative;
  display: block;
  margin-top: 41px;
}
.contact-details__info li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-details__info li .icon {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background-color: var(--theme-color2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.contact-details__info li .icon span {
  color: var(--text-color-bg-theme-color2);
  font-size: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.contact-details__info li .text p {
  font-size: 14px;
  line-height: 24px;
}
.contact-details__info li .text a {
  font-size: 18px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.contact-details__info li .text span {
  font-size: 20px;
}
.contact-details__info li + li {
  margin-top: 30px;
}
.map-section .map {
  width: 100%;
  height: 400px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.main-footer {
  position: relative;
  background-color: var(--theme-color-dark);
}
.main-footer .footer-upper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 60px;
}
.main-footer .footer-widget .address-widget .user-links,
.main-footer .footer-widget .new-footer .user-links,
.main-footer .widget-title {
  font-size: 25px;
  font-weight: 500;
  color: var(--theme-color-light);
  line-height: 1.2em;
  letter-spacing: 0.01em;
  margin-bottom: 27px;
  position: relative;
}
.main-footer .footer-upper .info-btn {
  position: relative;
  display: block;
  font-size: 20px;
  padding-left: 57px;
  color: var(--theme-color-light);
  line-height: 26px;
  font-weight: 400;
  white-space: nowrap;
  font-family: var(--title-font);
}
.main-footer .footer-upper .info-btn small {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: var(--theme-color-light);
  font-family: var(--text-font);
  margin-bottom: 10px;
}
.main-footer .footer-upper .info-btn i {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -22px;
  line-height: 45px;
  text-align: center;
  color: var(--theme-color-light);
  font-weight: 300;
  font-size: 36px;
}
.main-footer .row {
  display: flex;
  padding: 30px 0;
  justify-content: space-between;
}
.main-footer .widget-title {
  display: inline-block;
}
.main-footer .footer-widget .address-widget .user-links {
  display: block !important;
  gap: 20px;
  margin-right: 20px !important;
}
.main-footer .footer-widget .new-footer .user-links {
  display: flex !important;
  gap: 20px;
  margin-right: 20px !important;
}
.main-footer .widget-title:before {
  position: absolute;
  left: 100%;
  bottom: 7px;
  margin-left: 12px;
  width: 45px;
  height: 1px;
  background-color: var(--theme-color-light);
  content: "";
}
.main-footer .news-widget {
  margin-left: -15px;
}
.main-footer.style-three .auto-container,
.main-footer.style-two .auto-container {
  max-width: 1320px;
}
.main-footer.style-three .widgets-section,
.main-footer.style-two .widgets-section {
  padding-bottom: 5px;
}
.main-footer.style-two .social-links .title {
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  font-family: var(--text-font);
  margin-top: 20px;
}
.main-footer.style-two .footer-bottom .copyright-text {
  font-size: 14px;
  color: #ddd5d5;
}
.main-footer .cta-box {
  position: relative;
  padding: 110px 0 0;
  text-align: center;
}
.main-footer .cta-box .title {
  font-family: var(--title-font-two);
  font-size: 48px;
  line-height: 62px;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1023px) {
  .awards-section .sec-title h2 {
    font-size: 64px;
  }
  .about-section-two .image-column {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: center;
  }
  .services-section .sec-title .text {
    padding-left: 0;
    margin-top: 40px;
  }
  .call-to-action .outer-box,
  .counter-block-five .inner {
    text-align: center;
  }
  .call-to-action .btn-column .inner-column {
    text-align: center;
    padding-top: 0;
  }
  .faqs-section .image-column {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .video-section {
    padding: 100px 0 70px;
  }
  .video-section .link {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .video-section .video-box .content {
    width: 100%;
    text-align: center;
  }
  .video-section .video-box .content .title {
    margin-bottom: 60px;
    padding: 0 30px;
  }
  .video-section .video-box .content .btn-box {
    margin-left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .video-section-two {
    min-height: auto;
    padding: 120px 0;
  }
  .fun-fact-section .fact-counter {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 80px 30px;
  }
  .clients-section .image-column,
  .fun-fact-section .play-btn,
  .main-footer .widget-title:before,
  .testimonial-section-four .owl-nav {
    display: none;
  }
  .counter-block-five .counter-title {
    margin-top: 15px;
  }
  .counter-block-five .counter-title::before {
    left: 50%;
    top: -85px;
  }
  .counter-block-three .inner:before {
    left: 0;
    margin: 0 auto;
  }
  .testimonial-section-two .title-column .inner-column {
    padding-top: 0;
  }
  .testimonial-section-two .title-column .inner-column .sec-title-two {
    margin-bottom: 0;
  }
  .testimonial-block-two .lower-content .thumb {
    margin-top: 30px;
    height: 100px;
    width: 100px;
  }
  .testimonial-thumb {
    padding: 20px;
  }
  .testimonial-thumb .inner-box {
    padding-left: 0;
    padding-top: 0;
    text-align: center;
  }
  .testimonial-thumb .thumb {
    position: relative;
    display: inline-block;
  }
  .testimonial-thumb .rating {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .testimonial-section-four .carousel-outer {
    margin-right: -15px;
  }
  .pricing-section .pricing-tabs .tab-btns .tab-btn {
    padding: 10px 30px;
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  .pricing-block .inner-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pricing-block .price-box {
    padding-top: 20px;
    padding-right: 20px;
  }
  .team-section .owl-nav {
    position: relative;
    top: 0;
    left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .team-section-three .title-column .inner-column {
    margin-right: 0;
    padding-top: 0;
  }
  .team-section-three .carousel-outer {
    padding-left: 0;
    margin-right: 0;
  }
  .team-section-four .row > div {
    margin: 0 0 40px !important;
  }
  .news-block .post-info {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px 20px;
  }
  .news-block .post-info .date {
    margin-top: 10px;
    padding: 5px 20px;
    font-size: 14px;
  }
  .news-block .content-box {
    text-align: center;
    padding: 40px 20px 30px;
  }
  .clients-section .clients-column .inner-column {
    padding-right: 0;
    text-align: center;
  }
  .contact-form {
    position: relative;
    width: 150% !important;
  }
  .contact-section .sec-title-three {
    margin-bottom: 45px;
    width: 400px !important;
    margin-left: -20px;
  }
  .contact-section .title-column {
    margin-bottom: 50px;
    width: 350px !important;
  }
  .contact-section .form-column {
    margin-bottom: 50px;
  }
  .contact-info-list {
    display: grid;
  }
  .contact-section-two .outer-box {
    padding: 50px 40px;
  }
  .main-footer .news-widget {
    margin-left: 0;
  }
  .main-footer .cta-box .title {
    font-size: 36px;
    line-height: 1.2em;
  }
}
.main-footer .cta-box .read-more {
  display: inline-block;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.2em;
  text-decoration: underline;
  color: #191919;
  font-weight: 400;
  text-transform: uppercase;
}
.main-footer.style-three .widget-title {
  margin-bottom: 40px;
  color: var(--theme-color-dark);
  font-family: var(--text-font);
  font-weight: 700;
  text-transform: uppercase;
}
.main-footer.style-three .contact-info {
  color: var(--theme-color-dark);
  font-weight: 500;
  opacity: 1;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
}
@media only screen and (max-width: 1199px) {
  .team-block-four .info-box {
    bottom: 0 !important;
    right: 0 !important;
  }
  .news-block .post-info {
    right: 0;
  }
  .news-block .content-box {
    margin-right: 0;
  }
  .news-block-two .image-box {
    min-width: 250px;
  }
  .news-block-two .post-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .news-block-two .post-info li {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
    margin-bottom: 5px;
  }
  .news-block-four .inner-box {
    padding: 0;
    border: 0;
  }
  .news-block-four .content-box {
    padding: 20px 0 0;
  }
  .news-block-four .bottom-box .comments {
    padding-left: 22px;
    margin-left: 25px;
  }
  .main-footer.style-three .contact-info {
    padding-left: 0;
  }
  .main-footer.style-three .contact-info .icon {
    display: none;
  }
}
.main-footer.style-three .contact-info:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.main-footer.style-three .contact-info small,
.main-footer.style-three .footer-nav li a,
.main-footer.style-three .footer-nav li a:before,
.main-footer.style-three .latest-news .title,
.main-footer.style-three .social-links .social-icon-five li a,
.main-footer.style-three .user-links li,
.main-footer.style-three .user-links li a {
  color: #878c8f;
}
.main-footer.style-three .user-links li a:before {
  background-color: #cdcfd1;
  height: 2px;
}
.main-footer.style-three .social-links .title {
  font-size: 16px;
  line-height: 36px;
  color: var(--theme-color-dark);
  font-family: var(--text-font);
  margin-top: 20px;
}
.main-footer.style-three .footer-bottom .inner-container {
  border-top: 1px solid #e3e5e6;
}
.main-footer.style-three .footer-bottom .copyright-text {
  font-size: 14px;
  color: var(--theme-color-dark);
  font-weight: 500;
}
.main-footer.style-three .footer-bottom .copyright-text a {
  text-decoration: underline;
  color: var(--theme-color4);
  font-weight: 700;
}
.contacts-widget .contact-info {
  position: relative;
  display: block;
  padding-left: 60px;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 50px;
  min-height: 40px;
}
.contacts-widget .contact-info small {
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #ddd5d5;
  white-space: nowrap;
}
.contacts-widget .contact-info i {
  position: absolute;
  left: 0;
  top: 5px;
  line-height: 40px;
  font-size: 16px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
  color: var(--theme-color-dark);
  background-color: var(--theme-color-light);
}
.contacts-widget .contact-info:hover {
  color: var(--bg-theme-color3);
}
.user-links li {
  position: relative;
  font-size: 14px;
  line-height: 22px;
  color: #bbb4b4;
  font-weight: 400;
  margin-bottom: 6px;
}
.user-links li a {
  position: relative;
  display: inline-block;
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.user-links li a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--theme-color-light);
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.user-links.two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.user-links.two-column li {
  width: 50%;
  padding-right: 10px;
}
.user-links.style-two li {
  font-size: 16px;
  line-height: 26px;
  color: #ddd5d5;
  margin-bottom: 10px;
}
.user-links.style-two li:hover a:before {
  width: 0;
}
.user-links.style-two li a:before {
  width: 100%;
  background-color: #ddd5d5;
  bottom: 4px;
}
.latest-news .inner {
  padding-left: 100px;
  min-height: 70px;
}
.latest-news .thumb {
  position: absolute;
  left: 0;
  top: 0;
  height: 70px;
  width: 80px;
  overflow: hidden;
}
.latest-news .date {
  display: block;
  font-size: 12px;
  color: #ddd5d5;
  line-height: 15px;
  margin-bottom: 10px;
}
.latest-news .title {
  font-size: 16px;
  line-height: 22px;
  color: var(--theme-color-light);
  font-family: var(--text-font);
}
.footer-bottom .inner-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px 0;
}
.footer-bottom .copyright-text {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  color: #b3b0b0;
  font-weight: 500;
  margin-bottom: 0;
}
@media only screen and (max-width: 576px) {
  .testimonial-block-two .lower-content:after {
    right: 0;
  }
  .testimonial-block-two .lower-content .thumb {
    margin: 20px auto 0;
  }
  .testimonial-block-two .info-box .designation {
    padding-right: 0;
    margin-right: 0;
  }
  .testimonial-block-two .info-box .designation::before {
    display: none;
  }
  .testimonial-block-two .info-box .rating-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .testimonial-block-two .info-box .rating-box .rating {
    margin-top: 10px;
  }
  .news-block-three .date,
  .news-block-three .read-more {
    font-size: 18px;
  }
  .news-block-three .title {
    font-size: 36px;
  }
  .contact-section-two .outer-box {
    padding: 40px 20px;
  }
  .contact-section-two .contact-form button,
  .contact-section-two .contact-form input[type="submit"] {
    padding: 10px 30px;
    line-height: 30px;
    width: 100%;
  }
  .footer-bottom .copyright-text {
    font-size: 14px;
  }
}
.footer-bottom .copyright-text a {
  color: inherit;
}
@media only screen and (max-width: 767px) {
  .about-section-two .content-column .ceo-info,
  .counter-block-four .counter-title {
    padding-left: 0;
  }
  .about-section-two .content-column .ceo-info:before,
  .counter-block-four .counter-title .count,
  .counter-block-four .counter-title br,
  .testimonial-block .text::before {
    display: none;
  }
  .about-section-two .content-column .ceo-info .designation {
    padding-left: 0;
    margin-top: 20px;
  }
  .about-section-two .image-column .inner-column,
  .counter-block-four .inner,
  .testimonial-block-five .text-box {
    text-align: center;
  }
  .about-section-two .image-column .inner-column .image-2 {
    width: 100%;
    display: none;
  }
  .video-section-two .title {
    font-size: 42px;
  }
  .counter-block-four .count-box {
    margin-bottom: 10px;
  }
  .testimonial-block .upper-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .testimonial-block .upper-box .rating {
    margin-top: 20px;
  }
  .testimonial-block .text {
    padding-left: 0;
    padding-right: 0;
  }
  .main-footer .footer-upper,
  .testimonial-block-two .lower-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 0;
  }
  .testimonial-block-three .inner-box {
    padding: 50px 30px;
    margin-bottom: 20px;
  }
  .news-block-two .inner-box,
  .testimonial-block-five .content-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .testimonial-block-five .info-box {
    padding-left: 0;
    padding-top: 0;
    text-align: center;
  }
  .testimonial-block-five .info-box .thumb {
    position: relative;
    display: inline-block;
  }
  .testimonial-block-five .rating-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 15px;
  }
  .pricing-block .features-box,
  .pricing-block .price-box,
  .pricing-block .title-box {
    padding: 20px 0;
  }
  .pricing-block .features-list li {
    margin-bottom: 5px;
  }
  .pricing-block .tag {
    -webkit-transform: none;
    transform: none;
    position: relative;
    right: 0;
    top: 0;
  }
  .team-section-five .carousel-outer .nav-style-one {
    position: relative;
    top: 0;
    right: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
  }
  .news-block-two .image-box {
    margin-right: 0;
    height: 200px;
  }
  .product-details .product-info .product-details__buttons {
    display: block;
  }
  .product-details .product-info .product-details__buttons-1 {
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .product-details .product-info .product-details__buttons-2 {
    margin-left: 0;
    margin-top: 0;
  }
  .product-details .product-info .product-details__social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .product-details .product-info .product-details__social .social-icon-one {
    margin-left: 0;
  }
  .product-details__img {
    margin-bottom: 50px;
  }
  .product-details__title span {
    margin-left: 0;
    display: block;
  }
  .product-details__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .product-details__buttons-2 {
    margin-left: 0;
    margin-top: 10px;
  }
  .product-details__social-link {
    margin-left: 0;
    margin-top: 20px;
  }
  .blog-details__bottom {
    gap: 30px;
  }
  .nav-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  .nav-links .next,
  .nav-links .prev {
    width: 100%;
  }
  .nav-links > div > a,
  .sidebar__comments,
  .sidebar__post,
  .sidebar__tags {
    padding: 30px;
  }
  .sidebar__search-form input[type="search"] {
    padding-left: 30px;
  }
  .sidebar__search-form button[type="submit"] {
    width: 42px;
  }
  .sidebar__post .sidebar__title {
    margin-left: 0;
  }
  .sidebar__post .sidebar__post-list li {
    padding: 16px 0;
  }
  .sidebar__category {
    padding: 30px 15px;
  }
  .contacts-widget .contact-info {
    margin-bottom: 20px;
  }
  .footer-bottom .inner-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
  }
  .footer-bottom .copyright-text {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.footer-bottom .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 0;
}
.footer-bottom .footer-nav li {
  position: relative;
  padding-left: 10px;
  margin-left: 10px;
}
.footer-bottom .footer-nav li:first-child {
  padding-left: 0;
  margin-left: 0;
}
.footer-bottom .footer-nav li:before {
  position: absolute;
  left: -2px;
  top: 0;
  content: "|";
  font-size: 14px;
  line-height: 30px;
  color: #ddd5d5;
}
.footer-bottom .footer-nav li a {
  font-size: 14px;
  line-height: 30px;
  color: #ddd5d5;
}
.language-dropdown .dropdown-toggle {
  position: relative;
  background-color: transparent;
  font-size: 18px;
  line-height: 30px;
  color: var(--theme-color1);
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-dropdown .dropdown-toggle i {
  position: relative;
  right: -3px;
  bottom: -2px;
  margin-left: 10px;
  font-size: 10px;
  color: var(--theme-color-light);
}

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel .owl-item .owl-lazy,
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

@font-face {
  font-family: linearicons-free;
  src: url("../fonts/linearicons-free8429.eot?4l2k0u");
  src: url("../fonts/linearicons-free8429.eot?4l2k0u#iefix")
      format("embedded-opentype"),
    url("../fonts/linearicons-free8429.ttf?4l2k0u") format("truetype"),
    url("../fonts/linearicons-free8429.woff?4l2k0u") format("woff"),
    url("../fonts/linearicons-free8429.svg?4l2k0u#linearicons-free")
      format("svg");
  font-weight: 400;
  font-style: normal;
}
.lnr,
[class*=" lnr-"],
[class^="lnr-"] {
  font-family: linearicons-free;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lnr-icon-home:before {
  content: "\e800";
}
.lnr-icon-apartment:before {
  content: "\e801";
}
.lnr-icon-pencil:before {
  content: "\e802";
}
.lnr-icon-magic-wand:before {
  content: "\e803";
}
.lnr-icon-drop:before {
  content: "\e804";
}
.lnr-icon-lighter:before {
  content: "\e805";
}
.lnr-icon-poop:before {
  content: "\e806";
}
.lnr-icon-sun:before {
  content: "\e807";
}
.lnr-icon-moon:before {
  content: "\e808";
}
.lnr-icon-cloud:before {
  content: "\e809";
}
.lnr-icon-cloud-upload:before {
  content: "\e80a";
}
.lnr-icon-cloud-download:before {
  content: "\e80b";
}
.lnr-icon-cloud-sync:before {
  content: "\e80c";
}
.lnr-icon-cloud-check:before {
  content: "\e80d";
}
.lnr-icon-database:before {
  content: "\e80e";
}
.lnr-icon-lock:before {
  content: "\e80f";
}
.lnr-icon-cog:before {
  content: "\e810";
}
.lnr-icon-trash:before {
  content: "\e811";
}
.lnr-icon-dice:before {
  content: "\e812";
}
.lnr-icon-heart:before {
  content: "\e813";
}
.lnr-icon-star:before {
  content: "\e814";
}
.lnr-icon-star-half:before {
  content: "\e815";
}
.lnr-icon-star-empty:before {
  content: "\e816";
}
.lnr-icon-flag:before {
  content: "\e817";
}
.lnr-icon-envelope:before {
  content: "\e818";
}
.lnr-icon-paperclip:before {
  content: "\e819";
}
.lnr-icon-inbox:before {
  content: "\e81a";
}
.lnr-icon-eye:before {
  content: "\e81b";
}
.lnr-icon-printer:before {
  content: "\e81c";
}
.lnr-icon-file-empty:before {
  content: "\e81d";
}
.lnr-icon-file-add:before {
  content: "\e81e";
}
.lnr-icon-enter:before {
  content: "\e81f";
}
.lnr-icon-exit:before {
  content: "\e820";
}
.lnr-icon-graduation-hat:before {
  content: "\e821";
}
.lnr-icon-license:before {
  content: "\e822";
}
.lnr-icon-music-note:before {
  content: "\e823";
}
.lnr-icon-film-play:before {
  content: "\e824";
}
.lnr-icon-camera-video:before {
  content: "\e825";
}
.lnr-icon-camera:before {
  content: "\e826";
}
.lnr-icon-picture:before {
  content: "\e827";
}
.lnr-icon-book:before {
  content: "\e828";
}
.lnr-icon-bookmark:before {
  content: "\e829";
}
.lnr-icon-user:before {
  content: "\e82a";
}
.lnr-icon-users:before {
  content: "\e82b";
}
.lnr-icon-shirt:before {
  content: "\e82c";
}
.lnr-icon-store:before {
  content: "\e82d";
}
.lnr-icon-cart:before {
  content: "\e82e";
}
.lnr-icon-tag:before {
  content: "\e82f";
}
.lnr-icon-phone-handset:before {
  content: "\e830";
}
.lnr-icon-phone:before {
  content: "\e831";
}
.lnr-icon-pushpin:before {
  content: "\e832";
}
.lnr-icon-map-marker:before {
  content: "\e833";
}
.lnr-icon-map:before {
  content: "\e834";
}
.lnr-icon-location:before {
  content: "\e835";
}
.lnr-icon-calendar-full:before {
  content: "\e836";
}
.lnr-icon-keyboard:before {
  content: "\e837";
}
.lnr-icon-spell-check:before {
  content: "\e838";
}
.lnr-icon-screen:before {
  content: "\e839";
}
.lnr-icon-smartphone:before {
  content: "\e83a";
}
.lnr-icon-tablet:before {
  content: "\e83b";
}
.lnr-icon-laptop:before {
  content: "\e83c";
}
.lnr-icon-laptop-phone:before {
  content: "\e83d";
}
.lnr-icon-power-switch:before {
  content: "\e83e";
}
.lnr-icon-bubble:before {
  content: "\e83f";
}
.lnr-icon-heart-pulse:before {
  content: "\e840";
}
.lnr-icon-construction:before {
  content: "\e841";
}
.lnr-icon-pie-chart:before {
  content: "\e842";
}
.lnr-icon-chart-bars:before {
  content: "\e843";
}
.lnr-icon-gift:before {
  content: "\e844";
}
.lnr-icon-diamond:before {
  content: "\e845";
}
.lnr-icon-linearicons:before {
  content: "\e846";
}
.lnr-icon-dinner:before {
  content: "\e847";
}
.lnr-icon-coffee-cup:before {
  content: "\e848";
}
.lnr-icon-leaf:before {
  content: "\e849";
}
.lnr-icon-paw:before {
  content: "\e84a";
}
.lnr-icon-rocket:before {
  content: "\e84b";
}
.lnr-icon-briefcase:before {
  content: "\e84c";
}
.lnr-icon-bus:before {
  content: "\e84d";
}
.lnr-icon-car:before {
  content: "\e84e";
}
.lnr-icon-train:before {
  content: "\e84f";
}
.lnr-icon-bicycle:before {
  content: "\e850";
}
.lnr-icon-wheelchair:before {
  content: "\e851";
}
.lnr-icon-select:before {
  content: "\e852";
}
.lnr-icon-earth:before {
  content: "\e853";
}
.lnr-icon-smile:before {
  content: "\e854";
}
.lnr-icon-sad:before {
  content: "\e855";
}
.lnr-icon-neutral:before {
  content: "\e856";
}
.lnr-icon-mustache:before {
  content: "\e857";
}
.lnr-icon-alarm:before {
  content: "\e858";
}
.lnr-icon-bullhorn:before {
  content: "\e859";
}
.lnr-icon-volume-high:before {
  content: "\e85a";
}
.lnr-icon-volume-medium:before {
  content: "\e85b";
}
.lnr-icon-volume-low:before {
  content: "\e85c";
}
.lnr-icon-volume:before {
  content: "\e85d";
}
.lnr-icon-mic:before {
  content: "\e85e";
}
.lnr-icon-hourglass:before {
  content: "\e85f";
}
.lnr-icon-undo:before {
  content: "\e860";
}
.lnr-icon-redo:before {
  content: "\e861";
}
.lnr-icon-sync:before {
  content: "\e862";
}
.lnr-icon-history:before {
  content: "\e863";
}
.lnr-icon-clock:before {
  content: "\e864";
}
.lnr-icon-download:before {
  content: "\e865";
}
.lnr-icon-upload:before {
  content: "\e866";
}
.lnr-icon-enter-down:before {
  content: "\e867";
}
.lnr-icon-exit-up:before {
  content: "\e868";
}
.lnr-icon-bug:before {
  content: "\e869";
}
.lnr-icon-code:before {
  content: "\e86a";
}
.lnr-icon-link:before {
  content: "\e86b";
}
.lnr-icon-unlink:before {
  content: "\e86c";
}
.lnr-icon-thumbs-up:before {
  content: "\e86d";
}
.lnr-icon-thumbs-down:before {
  content: "\e86e";
}
.lnr-icon-magnifier:before {
  content: "\e86f";
}
.lnr-icon-cross:before {
  content: "\e870";
}
.lnr-icon-menu:before {
  content: "\e871";
}
.lnr-icon-list:before {
  content: "\e872";
}
.lnr-icon-chevron-up:before {
  content: "\e873";
}
.lnr-icon-chevron-down:before {
  content: "\e874";
}
.lnr-icon-chevron-left:before {
  content: "\e875";
}
.lnr-icon-chevron-right:before {
  content: "\e876";
}
.lnr-icon-arrow-up:before {
  content: "\e877";
}
.lnr-icon-arrow-down:before {
  content: "\e878";
}
.lnr-icon-arrow-left:before {
  content: "\e879";
}
.lnr-icon-arrow-right:before {
  content: "\e87a";
}
.lnr-icon-move:before {
  content: "\e87b";
}
.lnr-icon-warning:before {
  content: "\e87c";
}
.lnr-icon-question-circle:before {
  content: "\e87d";
}
.lnr-icon-menu-circle:before {
  content: "\e87e";
}
.lnr-icon-checkmark-circle:before {
  content: "\e87f";
}
.lnr-icon-cross-circle:before {
  content: "\e880";
}
.lnr-icon-plus-circle:before {
  content: "\e881";
}
.lnr-icon-circle-minus:before {
  content: "\e882";
}
.lnr-icon-arrow-up-circle:before {
  content: "\e883";
}
.lnr-icon-arrow-down-circle:before {
  content: "\e884";
}
.lnr-icon-arrow-left-circle:before {
  content: "\e885";
}
.lnr-icon-arrow-right-circle:before {
  content: "\e886";
}
.lnr-icon-chevron-up-circle:before {
  content: "\e887";
}
.lnr-icon-chevron-down-circle:before {
  content: "\e888";
}
.lnr-icon-chevron-left-circle:before {
  content: "\e889";
}
.lnr-icon-chevron-right-circle:before {
  content: "\e88a";
}
.lnr-icon-crop:before {
  content: "\e88b";
}
.lnr-icon-frame-expand:before {
  content: "\e88c";
}
.lnr-icon-frame-contract:before {
  content: "\e88d";
}
.lnr-icon-layers:before {
  content: "\e88e";
}
.lnr-icon-funnel:before {
  content: "\e88f";
}
.lnr-icon-text-align-left:before {
  content: "\e898";
}
.lnr-icon-text-align-center:before {
  content: "\e899";
}
.lnr-icon-text-align-right:before {
  content: "\e89a";
}
.lnr-icon-text-align-justify:before {
  content: "\e89b";
}
.lnr-icon-sort-amount-asc:before {
  content: "\e8a4";
}
.lnr-icon-cart1:before {
  content: "\e003";
}
.lnr-icon-close:before {
  content: "\e005";
}
.lnr-icon-copy:before {
  content: "\e007";
}
.lnr-icon-dropdown:before {
  content: "\e00a";
}
.lnr-icon-favourite:before {
  content: "\e00c";
}
.lnr-icon-history1:before {
  content: "\e00f";
}
.lnr-icon-live-support:before {
  content: "\e012";
}
.lnr-icon-location-1:before {
  content: "\e013";
}
.lnr-icon-phone-plus:before {
  content: "\e01a";
}
.lnr-icon-rocket1:before {
  content: "\e01c";
}
.lnr-icon-search:before {
  content: "\e01d";
}
.lnr-icon-user1:before {
  content: "\e023";
}
.lnr-icon-arrow-left1:before {
  content: "\e029";
}
.lnr-icon-arrow-right1:before {
  content: "\e02a";
}
.lnr-icon-bars:before {
  content: "\e02b";
}
.lnr-icon-calendar:before {
  content: "\e02c";
}
.lnr-icon-comment:before {
  content: "\e034";
}
.lnr-icon-comments:before {
  content: "\e035";
}
.lnr-icon-envelope1:before {
  content: "\e037";
}
.lnr-icon-external-link-alt:before {
  content: "\e039";
}
.lnr-icon-eye1:before {
  content: "\e03a";
}
.lnr-icon-file-alt:before {
  content: "\e03b";
}
.lnr-icon-file-archive:before {
  content: "\e03c";
}
.lnr-icon-folder-open:before {
  content: "\e03d";
}
.lnr-icon-folder:before {
  content: "\e03e";
}
.lnr-icon-gift1:before {
  content: "\e040";
}
.lnr-icon-grid:before {
  content: "\e041";
}
.lnr-icon-heart-fill:before {
  content: "\e042";
}
.lnr-icon-heart1:before {
  content: "\e043";
}
.lnr-icon-home1:before {
  content: "\e044";
}
.lnr-icon-list1:before {
  content: "\e047";
}
.lnr-icon-map-marker-check:before {
  content: "\e04c";
}
.lnr-icon-meh:before {
  content: "\e04d";
}
.lnr-icon-minus:before {
  content: "\e04e";
}
.lnr-icon-plus:before {
  content: "\e051";
}
.lnr-icon-quote:before {
  content: "\e052";
}
.lnr-icon-random:before {
  content: "\e053";
}
.lnr-icon-shopping-cart:before {
  content: "\e057";
}
.lnr-icon-sign-out-alt:before {
  content: "\e058";
}
.lnr-icon-smile1:before {
  content: "\e059";
}
.lnr-icon-spinner:before {
  content: "\e05a";
}
.lnr-icon-square:before {
  content: "\e05b";
}
.lnr-icon-star1:before {
  content: "\e05c";
}
.lnr-icon-store1:before {
  content: "\e05d";
}
.lnr-icon-sync1:before {
  content: "\e05e";
}
.lnr-icon-tachometer-alt:before {
  content: "\e05f";
}
.lnr-icon-thumbtack:before {
  content: "\e062";
}
.lnr-icon-times-circle:before {
  content: "\e063";
}
.lnr-icon-times:before {
  content: "\e064";
}
.lnr-icon-truck:before {
  content: "\e065";
}
.lnr-icon-video:before {
  content: "\e066";
}

@charset "UTF-8"; /*!
Animate.css - http://daneden.me/animate
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,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounce {
  0%,
  100%,
  20%,
  53%,
  80% {
    -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 {
  0%,
  100%,
  20%,
  53%,
  80% {
    -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 {
  0%,
  100%,
  50% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  100%,
  50% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  0%,
  100% {
    -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);
  }
}
@keyframes pulse {
  0%,
  100% {
    -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);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0%,
  100% {
    -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);
  }
}
@keyframes rubberBand {
  0%,
  100% {
    -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);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -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 {
  0%,
  100% {
    -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);
  }
  100% {
    -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);
  }
  100% {
    -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 {
  0%,
  100% {
    -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);
  }
}
@keyframes tada {
  0%,
  100% {
    -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);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  0%,
  100% {
    -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);
  }
}
@keyframes wobble {
  0%,
  100% {
    -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);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  100%,
  11.1% {
    -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 {
  100%,
  11.1% {
    -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 {
  0%,
  100%,
  20%,
  40%,
  60%,
  80% {
    -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);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,
  100%,
  20%,
  40%,
  60%,
  80% {
    -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);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0%,
  100%,
  60%,
  75%,
  90% {
    -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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%,
  100%,
  60%,
  75%,
  90% {
    -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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  100%,
  60%,
  75%,
  90% {
    -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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%,
  100%,
  60%,
  75%,
  90% {
    -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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  100%,
  60%,
  75%,
  90% {
    -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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%,
  100%,
  60%,
  75%,
  90% {
    -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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -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;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) 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;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) 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);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -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);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
.flipInY,
.flipOutX {
  -webkit-backface-visibility: visible !important;
}
@-webkit-keyframes flipInY {
  0% {
    -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);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -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);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -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;
  }
  100% {
    -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;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -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;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -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;
  }
  100% {
    -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 {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -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;
  }
  100% {
    -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;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    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 {
  0% {
    opacity: 1;
  }
  100% {
    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 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInStable {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  33.333% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  66.666666% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes zoomInStable {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  33.333% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  66.666666% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.zoomInStable {
  -webkit-animation-name: zoomInStable;
  animation-name: zoomInStable;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@keyframes anime {
  from {
    opacity: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
  }
  to {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -moz-transform: scaleY(1);
  }
}
@-webkit-keyframes anime {
  from {
    opacity: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
  }
  to {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -moz-transform: scaleY(1);
  }
}
@-moz-keyframes anime {
  from {
    opacity: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
  }
  to {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -moz-transform: scaleY(1);
  }
}
@-o-keyframes anime {
  from {
    opacity: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
  }
  to {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -moz-transform: scaleY(1);
  }
}
@-ms-keyframes anime {
  from {
    opacity: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
  }
  to {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -moz-transform: scaleY(1);
  }
}
