/* Xoven HTML5 Template  */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header
5. Hidden Sidebar
6. Banner Section
7. Page Title
8. Section Banner
9. Section Title
10. About Section
11. Blog Section

**********************************************/

:root {
  --thm-font: "Open Sans", sans-serif;
  --thm-oswald-font: "Oswald", sans-serif;
  --thm-pony-tale-font: pony-tale;
  --thm-gray: #777777;
  --thm-black: #1f2026;
  --thm-base: #9e0c0f;
  --thm-base-rgb: 252, 168, 23;
  --thm-primary: #43bc75;
  --thm-primary-rgb: 67, 188, 117;
}

/*==============================================
   Base Css
===============================================*/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
}
html,
body {
  height: 100%;
}
body {
  color: var(--thm-gray);
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  font-family: var(--thm-font);
}
button:focus {
  outline: none;
}
button {
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--thm-black);

  font-weight: 700;
  line-height: 1.25em;
  font-family: var(--thm-oswald-font);
  margin: 0;
}

h6 {
  color: #ffffff;

  font-weight: 700;
  line-height: 1.25em;
  font-family: var(--thm-oswald-font);
  margin: 0;
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
  border: none;
}

.parallax-scene {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.fancybox-image,
.fancybox-spaceball {
  border-radius: 10px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

img {
  max-width: 100%;
  height: auto;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}

.map-data {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8em;
  padding: 5px 10px 5px;
}
.map-data a {
  color: #0b59d9;
  display: block;
}
.map-data h6 {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
  color: #121212;
}

i {
  font-style: normal;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
ol,
li {
  margin: 0;
  padding: 0;
}

.auto-container {
  position: static;
  /* max-width: 1200px; */
  padding: 0px 15px;
  margin: 0 auto;
}

.btn-one {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding-left: 36px;
  padding-right: 36px;
  background-color: transparent;
  color: #ffffff;
  font-size: 16px;
  line-height: 62px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 30px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-family: var(--thm-oswald-font);
  text-shadow: 0px 5px 3px rgba(12, 21, 41, 0.1);
  z-index: 2;
}
.btn-one:after {
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  right: 1px;
  border-radius: 30px;
  background-color: var(--thm-base);
  content: "";
  z-index: -2;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.btn-one:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  right: 1px;
  border-radius: 30px;
  background: #1f2026;
  opacity: 0;
  z-index: -1;
  transform: scaleX(0);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.btn-one:hover:before {
  opacity: 1;
  border-radius: 30px;
  transform: scaleX(1);
  transition: all 400ms linear;
  transition-delay: 0.1s;
}
.btn-one .txt {
  position: relative;
  z-index: 1;
}
.btn-one:hover,
.btn-one:focus {
  color: #ffffff;
}

.btn-one .left_round {
  content: "";
  position: absolute;
  top: 0px;
  left: 10px;
  width: 10px;
  height: 10px;
  background: #f3f3f4;
  border-radius: 50%;
}
.btn-one .right_round {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 10px;
  height: 10px;
  background: #f3f3f4;
  border-radius: 50%;
}
.btn-one .border_line {
  position: absolute;
  top: -22px;
  right: 3px;
}
.btn-one .plusicon {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 10px;
  padding-left: 9px;
  top: -1px;
}

.thm-social-link1 {
  position: relative;
  display: block;
}
.thm-social-link1 ul {
  position: relative;
}
.thm-social-link1 ul li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.thm-social-link1 ul li:last-child {
  margin-right: 0;
}
.thm-social-link1 ul li a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 50%;
  border: 1px solid #e3e3e3;
  color: #222222;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  z-index: 1;
  transition: all 500ms ease;
}
.thm-social-link1 ul li a:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  border-radius: 50%;
  z-index: -1;
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.thm-social-link1 ul li a:hover:before {
  transform: scaleX(1);
}
.thm-social-link1 ul li a:hover {
  color: #ffffff;
}

.theme-shape {
  position: relative;
  display: block;
  position: relative;
}
.theme-shape.pdtop30 {
  padding-top: 30px;
}
.theme-shape-box {
  position: relative;
  display: block;
}
.theme-shape-box .shap_item {
  position: relative;
  display: inline-block !important;
  margin: 0 13px;
  color: #f6f3ee;
  font-size: 60px;
}

.parallax-bg-one {
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.parallax-bg-one::before {
  background: rgba(18, 32, 0, 0.9) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

/*___ owl Nav Dot Style _____*/
.owl-theme .owl-prev span,
.owl-theme .owl-next span {
  display: block;
}
.owl-nav-style-one {
}
.owl-nav-style-one.owl-theme .owl-prev span,
.owl-nav-style-one.owl-theme .owl-next span {
  position: relative;
  display: block;
  text-align: center;
}
.owl-nav-style-one .owl-controls {
}
.owl-nav-style-one.owl-theme .owl-stage-outer {
  position: relative;
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
}
.owl-nav-style-one.owl-theme .owl-nav {
  position: relative;
  display: block;
  text-align: center;
  z-index: 10;
}
.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 55px;
  background: transparent;
  border: 1px solid var(--thm-color-4);
  border-radius: 50%;
  font-size: 24px;
  font-weight: 400;
  line-height: 53px;
  margin: 0 0 0 0px;
  padding: 0;
  transition: all 700ms ease 0s;
}
.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:before {
  content: "\f10e";
  font-family: "Flaticon";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: #222222;
  font-size: 24px;
  line-height: 53px;
  text-align: center;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] span {
  display: none;
}

.owl-nav-style-one.owl-theme .owl-nav .owl-prev {
  transform: rotate(0deg);
}
.owl-nav-style-one.owl-theme .owl-nav .owl-next {
  margin-left: 10px;
  transform: rotate(180deg);
}
.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover {
  border-color: var(--thm-primary);
  background-color: var(--thm-primary);
}
.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover:before {
  color: #ffffff;
}

.owl-nav-style-two {
}
.owl-nav-style-two .owl-controls {
}
.owl-nav-style-two.owl-theme .owl-nav [class*="owl-"] {
  background: #fff none repeat scroll 0 0;
  border-radius: 0%;
  color: #3740b0;
  font-size: 24px;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  margin: 0 0 0 0px;
  padding: 0;
  width: 50px;
  transition: all 700ms ease 0s;
}
.owl-nav-style-two.owl-theme .owl-nav .owl-next {
  margin-left: 0px;
}
.owl-nav-style-two.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #ffffff;
  background: #3740b0;
}

.owl-carousel.owl-dot-style1 .owl-dots {
  position: relative;
  text-align: center;
  line-height: 0;
  margin-top: 50px !important;
  display: block;
}
.owl-carousel.owl-dot-style1 .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 0px solid transparent;
  margin: 0px 5px;
  padding: 0px;
  border-radius: 50%;
  transition: all 100ms linear;
  transition-delay: 0.1s;
}
.owl-carousel.owl-dot-style1 .owl-dots .owl-dot:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--thm-primary);
  opacity: 0;
  border-radius: 50%;
  transform: scale(0);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active:before {
  opacity: 0.25;
  transform: scale(1);
}
.owl-carousel.owl-dot-style1 .owl-dots .owl-dot span {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  background: #dddddd;
  margin: 0px;
  margin: 0 auto !important;
  border-radius: 50%;
  transition: all 100ms linear;
  transition-delay: 0.1s;
}
.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active span {
  background: var(--thm-primary);
  opacity: 1;
}

@keyframes pulse {
  50% {
    box-shadow:
      0 0 0 5px rgba(255, 255, 255, 0.1),
      0 0 0 20px rgba(238, 238, 238, 0.3);
  }
}

@keyframes pulse2 {
  50% {
    box-shadow:
      0 0 0 5px rgba(255, 231, 1, 0.1),
      0 0 0 20px rgba(255, 231, 1, 0.3);
  }
}

.rating-box {
  position: relative;
  display: block;
  overflow: hidden;
}
.rating-box ul {
  overflow: hidden;
}
.rating-box ul li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 5px;
}
.rating-box ul li:last-child {
  margin-right: 0;
}
.rating-box ul li a {
  font-size: 20px;
  font-weight: 400;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.boxed_wrapper {
  position: relative;
  margin: 0 auto;
  overflow: hidden !important;
  background: #ffffff none repeat scroll 0 0;
  width: 100%;
  min-width: 320px;
}

.styled-pagination {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 20px;
}
.styled-pagination.pdtop0 {
  padding-top: 0;
}
.styled-pagination li {
  position: relative;
  display: inline-block;
  float: none;
  margin: 0 3.5px;
}
.styled-pagination li.prev a {
  transform: rotate(0deg);
}

.styled-pagination li a {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid var(--thm-base);
  color: var(--thm-black);
  font-size: 16px;
  line-height: 53px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  transition: all 500ms ease;
  font-family: var(--thm-oswald-font);
  z-index: 1;
}
.styled-pagination li:hover a,
.styled-pagination li.active a {
  background: var(--thm-base);
}
.styled-pagination li.prev a,
.styled-pagination li.next a {
  color: var(--thm-base);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.styled-pagination li.prev a:hover,
.styled-pagination li.next a:hover {
  color: #ffffff;
}

/*________________Preloader_______________ */
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999999999999;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/icon/preloader.svg);
}
.preloader-close {
  position: fixed;
  z-index: 999999;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  right: 0;
  bottom: 0;
  font-weight: 600;
  background-color: var(--thm-black);
}
.loader-wrap {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
}
.loader-wrap .layer-one {
  position: absolute;
  left: 0%;
  top: 0;
  width: 33.3333%;
  height: 100%;
  overflow: hidden;
}
.loader-wrap .layer-two {
  position: absolute;
  left: 33.3333%;
  top: 0;
  width: 33.3333%;
  height: 100%;
  overflow: hidden;
}
.loader-wrap .layer-three {
  position: absolute;
  left: 66.6666%;
  top: 0;
  width: 33.3333%;
  height: 100%;
  overflow: hidden;
}
.loader-wrap .layer .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--thm-base);
}

/*** Scroll To Top style ***/
.scroll-top {
  position: fixed;
  right: 15px;
  bottom: 20px;
  width: 55px;
  height: 55px;
  background-color: var(--thm-base);
  color: #ffffff;
  border-radius: 5px;
  font-size: 20px;
  line-height: 55px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  display: none;
  cursor: pointer;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 999999999;
}
.scroll-top span {
}
.scroll-top:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  z-index: -1;
  background: -webkit-radial-gradient(
    center,
    ellipse,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  background: -webkit-radial-gradient(
    center ellipse,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0) 80%
  );
}
.scroll-top:hover {
  color: #f8f8f8;
}

.scroll-top.style2 {
  position: absolute;
  left: 0;
  top: -20px;
  right: 0;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border-radius: 5px;
  background-color: #0098ff;
  border: none;
  text-align: center;
  animation: auto;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  font-size: 20px;
  line-height: 40px;
  font-weight: 400;
}

/* Form validation styles */
input:focus,
textarea:focus,
select:focus {
  border-color: #43c3ea;
  outline: none;
}

#contact-form input[type="text"].error {
  border-color: red;
}
#contact-form input[type="email"].error {
  border-color: red;
}
#contact-form select.error {
  border-color: red;
}
#contact-form textarea.error {
  border-color: red;
}

/* Post pagination styles */
.post-pagination {
  position: relative;
  display: block;
}
.post-pagination.martop20 {
  margin-top: 20px;
}
.post-pagination li {
  position: relative;
  display: inline-block;
  margin: 0 3px;
}
.post-pagination li a {
  position: relative;
  display: block;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: 2px solid #eeeeee;
  color: #131313;
  font-size: 18px;
  line-height: 56px;
  font-weight: 600;
  transition: all 500ms ease 0s;
  font-family: "Poppins", sans-serif;
}
.post-pagination li a i {
  color: #c1c1c1;
  font-size: 22px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.post-pagination li.active a,
.post-pagination li:hover a {
  background: #fec727;
  border-color: #fec727;
}
.post-pagination li.active a i,
.post-pagination li:hover a i {
  color: #131313;
}
.post-pagination.style2 li a {
  border-radius: 0;
}

.secpd100-0 {
  padding: 100px 0;
}

/* Overlay styles */
.overlay-style-one {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(218, 60, 34, 0.8);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
  opacity: 0;
  z-index: 1;
}
.overlay-style-one .box {
  display: table;
  height: 100%;
  width: 100%;
}
.overlay-style-one .box .content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.overlay-style-one .box .inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.overlay-style-two {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  top: 0px;
  z-index: 2;
  opacity: 0;
  transition: all 900ms ease;
}
.overlay-style-two:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 50%;
  display: block;
  opacity: 0;
  text-align: center;
  transform: perspective(400px) rotateX(-90deg);
  transform-origin: top;
  transition: all 0.5s;
  background-color: rgba(18, 18, 18, 0.9);
}
.overlay-style-two:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 50%;
  display: block;
  opacity: 0;
  text-align: center;
  transform: perspective(400px) rotateX(90deg);
  transform-origin: bottom;
  transition: all 0.5s;
  background-color: rgba(18, 18, 18, 0.9);
}

.overlay-style1 {
  position: absolute;
  top: 0;
  left: -100%;
  bottom: 0;
  width: 100%;
  opacity: 0;
  transform-origin: top;
  transform-style: preserve-3d;
  transition: all 0.9s cubic-bezier(0.62, 0.21, 0.45, 1.22);
  z-index: 1;
}
.overlay-style1.bg1 {
  background-color: rgba(0, 0, 0, 0.7);
}
.overlay-style2 {
  position: absolute;
  top: 20px;
  left: 20px;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  transform: skew(0deg, 0deg) scale(1.2, 1.2);
  transition: all 0.9s cubic-bezier(0.62, 0.21, 0.45, 1.22);
  z-index: 1;
}

.review-box {
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 16px;
}
.review-box ul {
  display: block;
  overflow: hidden;
}
.review-box ul li {
  display: inline-block;
  float: left;
  margin-right: 3px;
}
.review-box ul li:last-child {
  margin-right: 0px;
}
.review-box ul li i {
  color: #f6d000;
  font-size: 18px;
}

.social-links-style1 {
  position: relative;
  display: block;
  overflow: hidden;
}
.social-links-style1 li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 30px;
}
.social-links-style1 li:last-child {
  margin-right: 0px;
}
.social-links-style1 li a i {
  position: relative;
  display: block;
  color: #777777;
  font-size: 20px;
  font-weight: 400;
  transition: all 500ms ease;
}
.social-links-style1 li a:hover i {
  color: #ffffff;
}

.sociallinks-style-two {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 7px 0 8px;
}
.sociallinks-style-two li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 25px;
}
.sociallinks-style-two li:last-child {
  margin-right: 0px;
}
.sociallinks-style-two li a i {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 16px;
  transition: all 500ms ease 0s;
}
.sociallinks-style-two li a:hover i {
  color: #e4b33d;
}

/* Update header Style */
@keyframes menu_sticky {
  0% {
    margin-top: -90px;
  }
  50% {
    margin-top: -74px;
  }
  100% {
    margin-top: 0;
  }
}

/*** 
========================================
    Mobile Menu
========================================
***/
.nav-outer .mobile-nav-toggler {
  position: relative;
  display: none;
  float: right;
  cursor: pointer;
  padding: 30px 0;
}
.nav-outer.style1 .mobile-nav-toggler {
  padding: 15px 0 15px;
}
.nav-outer.style2 .mobile-nav-toggler {
  padding: 10px 0;
}
.nav-outer.style3 .mobile-nav-toggler {
  padding: 45px 0;
}

.nav-outer .mobile-nav-toggler .inner {
  position: relative;
  display: block;
  padding: 3px 5px;
  background: var(--thm-base);
}
.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  max-width: 100%;
  height: 100%;
  padding-right: 30px;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}
.mobile-menu .menu-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(9, 16, 32, 0.9);
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  z-index: 1;
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 0.7;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.mobile-menu .mCSB_inside > .mCSB_container {
  margin-right: 5px;
}
.mobile-menu .navbar-collapse {
  display: block !important;
}

.mobile-menu .nav-logo {
  position: relative;
  padding: 30px 25px;
  text-align: left;
}
.mobile-menu .nav-logo a {
  position: relative;
  display: inline-block;
}

.mobile-menu-visible {
  overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}
.mobile-menu .menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #000000;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}
.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.mobile-menu .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #ffffff;
  font-size: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.mobile-menu .close-btn:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
}
.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  padding: 10px 25px;
  color: #ffffff;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mobile-menu .navigation li > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  border-left: 5px solid var(--thm-base);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mobile-menu .navigation li.current > a:before {
  height: 100%;
}

.mobile-menu .navigation li.current > a,
.mobile-menu .navigation li > a:hover {
  color: var(--thm-base);
}

.mobile-menu .navigation li ul li > a {
  font-size: 15px;
  font-weight: 400;
  margin-left: 20px;
  text-transform: capitalize;
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 32px;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn.open {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.mobile-menu .navigation > li.dropdown > .megamenu {
  display: none;
}
.mobile-menu .social-links {
  position: relative;
  text-align: center;
  padding: 30px 25px;
}
.mobile-menu .social-links li {
  position: relative;
  display: inline-block;
  margin: 0px 5px 10px;
}
.mobile-menu .social-links li a {
  position: relative;
  color: #ffffff;
  font-size: 20px;
  line-height: 32px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sec-title {
  position: relative;
  display: block;
  margin-top: -3px;
  padding-bottom: 64px;
}
.sec-title .sub-title {
  position: relative;
  display: block;
  padding-bottom: 19px;
}
.sec-title .sub-title h3 {
  color: var(--thm-base);
  font-size: 50px;
  line-height: 1.2em;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #ffffff;
}
.sec-title h2 {
  font-size: 32px;
  line-height: 1.3em;
  text-transform: uppercase;
}
.add-color h3 {
  color: transparent !important;
}
.add-color h2 {
  color: #ffffff !important;
}
/*** 
=============================================
   Portfolio Style1 Area Css
=============================================
***/
.portfolio-style1-area {
  position: relative;
  display: block;
  background: #f3f3f4;
  padding: 0px 0 120px;
}
.portfolio-style1-area .sec-title {
  padding-bottom: 64px;
}

.portfolio-style1-area.pdtop120 {
  padding-top: 120px;
}

.single-portfolio-style1 {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.single-portfolio-style1 .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
}
.single-portfolio-style1 .img-holder img {
  width: 100%;
  filter: grayscale(100%);
}
.single-portfolio-style1:hover .img-holder img {
  transform: scale(1.2) rotate(1deg);
  filter: grayscale(0%);
}
.single-portfolio-style1 .img-holder .overlay-icon {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
  transform: perspective(400px) scale(0);
  transform-origin: center;
}
.single-portfolio-style1:hover .img-holder .overlay-icon {
  transform: perspective(400px) scale(1);
}
.single-portfolio-style1 .img-holder .overlay-icon a {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 120px;
  background: var(--thm-base);
  color: var(--thm-black);
  font-size: 60px;
  line-height: 120px;
  text-align: center;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-portfolio-style1 .img-holder .overlay-icon a:hover {
  color: #ffffff;
  background: var(--thm-black);
}

.portfolio-style1-area .btns-box {
  position: relative;
  display: block;
  padding-top: 40px;
  line-height: 0;
}
.portfolio-style1-area .btns-box a.btn-one .left_round {
  background: #f3f3f4;
}
.portfolio-style1-area .btns-box a.btn-one .right_round {
  background: #f3f3f4;
}

/*** 
=============================================
   Portfolio Style2 Area Css
=============================================
***/
.portfolio-style2-area {
  position: relative;
  display: block;
  background: #f3f3f4;
  padding: 120px 0 120px;
}
.portfolio-style2-area .auto-container {
  max-width: 1650px;
}
.portfolio-style2-area .btns-box {
  position: relative;
  display: block;
  padding-top: 40px;
  line-height: 0;
}

/*** 
=============================================
   Portfolio Style3 Area Css
=============================================
***/
.portfolio-style3-area {
  position: relative;
  display: block;
  background: #f3f3f4;
  padding: 120px 0 120px;
}
.portfolio-style3-area .auto-container {
  max-width: 100%;
  padding: 0;
}
.portfolio-style3-area .btns-box {
  position: relative;
  display: block;
  padding-top: 40px;
  line-height: 0;
}

/*** 
=============================================
   Portfolio Page Two Css
=============================================
***/
.portfolio-page-two {
  position: relative;
  display: block;
  background: #f3f3f4;
  padding: 120px 0 120px;
}
.single-portfolio-style2 {
  margin-bottom: 46px;
}
.single-portfolio-style2 .title-holder {
  position: relative;
  display: block;
  text-align: center;
  padding-top: 23px;
}
.single-portfolio-style2 .title-holder h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
}
.single-portfolio-style2 .title-holder h3 a {
  color: var(--thm-black);
  transition: all 100ms ease;
}
.single-portfolio-style2 .title-holder h3 a:hover {
  color: var(--thm-base);
}

.btns-box.loadmore-portfolio-button {
  padding-top: 20px;
  line-height: 0;
}

/*** 
=============================================
   Portfolio Details Area Css
=============================================
***/
.portfolio-details-area {
  position: relative;
  display: block;
  background: #f3f3f4;
  padding: 120px 0 120px;
}
.portfolio-details_content {
  position: relative;
  display: block;
}

.portfolio-details_image-box {
  position: relative;
  display: block;
}
.portfolio-details_image-box .bx-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
}
.portfolio-details_image-box .bx-wrapper .bx-viewport {
  box-shadow: none;
  border: 0px solid #fff;
  left: 0px;
  background: #fff;
  transform: translatez(0);
}

.portfolio-main-image-box {
  position: relative;
  display: block;
}
.portfolio-main-image-box .single-box {
  position: relative;
  display: block;
}
.portfolio-main-image-box .single-box .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
}
.portfolio-main-image-box .single-box .img-holder img {
  width: 100%;
  filter: grayscale(100%);
}

.portfolio-details_image-box .slider-pager {
  position: relative;
  display: block;
  margin-top: 30px;
}
.portfolio-details_image-box .slider-pager ul {
  position: relative;
  display: block;
  margin-left: -15px;
  margin-right: -15px;
}
.portfolio-details_image-box .slider-pager ul li {
  position: relative;
  display: block;
  float: left;
  padding: 0 15px;
}
.portfolio-details_image-box .slider-pager ul li a {
  position: relative;
  display: block;
}
.portfolio-details_image-box .slider-pager ul li a .thumb-image {
  position: relative;
  display: block;
  overflow: hidden;
}
.portfolio-details_image-box .slider-pager ul li a .thumb-image img {
  width: 100%;
  transform: scale(1);
  transition: all 700ms ease;
  filter: grayscale(100%);
}
.portfolio-details_image-box .slider-pager ul li a.active .thumb-image img {
  filter: grayscale(0%);
  transform: scale(1.2);
}

.portfolio-details-text-box {
  position: relative;
  display: block;
  padding: 70px 0 62px;
}
.portfolio-details-text-box .top-title {
  position: relative;
  display: block;
  margin-bottom: 15px;
}
.portfolio-details-text-box .top-title h5 {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  background: var(--thm-base);
  padding: 4px 20px 4px;
  border-radius: 2px;
}
.portfolio-details-text-box .top-title h2 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
}
.portfolio-details-text {
  position: relative;
  display: block;
}
.portfolio-details-text p {
  margin: 0;
}

.xoven-video-gallery-2.portfolio-details-video-gallery {
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 255px 0px 290px;
}
.xoven-video-gallery-2.portfolio-details-video-gallery .shape {
  position: absolute;
  left: 0;
  bottom: 0;
}
.xoven-video-gallery-2.portfolio-details-video-gallery img {
}
.xoven-video-gallery-2.portfolio-details-video-gallery .inner-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  text-align: center;
}
.xoven-video-gallery-2.portfolio-details-video-gallery .inner-box h2 {
  color: #ffffff;
  font-size: 50px;
  line-height: 1.2em;
  font-weight: 700;
}
.xoven-video-gallery-2.portfolio-details-video-gallery .inner-box h2 span {
  color: var(--thm-base);
}
.xoven-video-gallery-2.portfolio-details-video-gallery .icon {
  margin-top: 53px;
}
.xoven-video-gallery-2.portfolio-details-video-gallery .icon a {
  text-align: center;
}

/*** 
=============================================
   Video Gallery Area Css
=============================================
***/
.video-gallery-area {
  position: relative;
  display: block;
  padding: 166px 0px 190px;
  overflow: hidden;
  z-index: 1;
}
.video-gallery-area_bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  z-index: -1;
}
.video-gallery-area .shape1 {
  position: absolute;
  left: 100px;
  bottom: 100px;
  -webkit-animation: animation1 5s ease-in infinite;
  animation: animation1 5s ease-in infinite;
}

.xoven-video-gallery-2 {
  position: relative;
  display: block;
}
.xoven-video-gallery-2 .big-title {
  position: relative;
  display: block;
  margin-bottom: 29px;
}
.xoven-video-gallery-2 .big-title h2 {
  color: transparent;
  -webkit-text-stroke: 2px #ffffff;
  font-size: 72px;
  line-height: 1.2em;
  font-weight: 700;
}

.xoven-video-gallery-2 .big-title .xoven-p{
  color: #ffffff;
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  margin: 0;
}

.xoven-video-gallery-2 .big-title h2 span {
  position: relative;
  display: inline-block;
  padding-right: 23px;
  color: #9e0c0f;
  /* -webkit-text-stroke: 0px #ffffff; */
}
.xoven-video-gallery-2 p {
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  margin: 0;
}
.xoven-video-gallery-2 .icon {
  position: relative;
  display: block;
  margin-top: 62px;
}
.xoven-video-gallery-2 .icon a {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 150px;
  background: var(--thm-base);
  border-radius: 50%;
  color: #ffffff;
  font-size: 65px;
  line-height: 150px;
}

.xoven-video-gallery-2.style2 .big-title h2 {
  color: #ffffff;
  -webkit-text-stroke: 0px #ffffff;
}

/*** 
=============================================
    SKill style1 Area Css
=============================================
***/
.skill-style1-area {
  position: relative;
  display: block;
  background: #f3f3f4;
  min-height: 590px;
}
.skill-style1-area.pdtop120 {
  padding-top: 120px;
}

.skill-style1-area .custom-container {
  position: relative;
  display: block;
  max-width: 100%;
  width: 100%;
}

.skill-style1_image-box-outer {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 590px;
}
.skill-style1_image-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 115px;
  min-height: 590px;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  filter: grayscale(100%);
}
.skill-style1_image-box img {
  width: 100%;
}
.skill-style1_image-box:before {
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0;
  right: 0;
  background: var(--thm-primary);
  opacity: 0.8;
  content: "";
  transform: skew(-90deg) translateY(100%);
  transform-origin: left;
  transform-style: preserve-3d;
  transition: all 900ms ease 100ms;
  display: none;
}
.skill-style1_image-box:hover:before {
  transform: skew(0deg) translateY(0);
}

.skill-style1_image-box-outer .title {
  position: absolute;
  top: -25px;
  right: 139px;
  transform: rotate(-90deg);
  transform-origin: right;
  background: var(--thm-base);
  padding: 15px 20px;
}
.skill-style1_image-box-outer .title h4 {
  color: #1f2026;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.skill-style1_image-box-outer .title:before {
  content: "";
  position: absolute;
  right: 116px;
  bottom: 23px;
  border-top: 30px solid var(--thm-base);
  border-right: 25px solid transparent;
  width: 0;
  height: 0;
  transform: rotate(90deg);
}
.skill-style1_image-box-outer .title:after {
  content: "";
  position: absolute;
  right: 115px;
  bottom: -2px;
  border-top: 30px solid var(--thm-base);
  border-left: 25px solid transparent;
  width: 0;
  height: 0;
  transform: rotate(90deg);
}

.skill-style1_content-box {
  position: relative;
  display: block;
  max-width: 570px;
  width: 100%;
  padding-top: 50px;
}
.skill-style1_content-box h2 {
  font-size: 85px;
  line-height: 1.2em;
  margin: 0 0 26px;
}
.skill-style1_content-box p {
  font-size: 18px;
  line-height: 36px;
  font-weight: 300;
}

.skill-progress-box {
  position: relative;
  display: block;
  padding-top: 33px;
}
.progress-levels {
  position: relative;
  display: block;
}
.progress-levels .progress-box {
  position: relative;
  display: block;
}
.progress-levels .progress-box .inner {
  position: relative;
  display: block;
}
.progress-levels .progress-box .bar {
  position: relative;
  display: block;
}
.progress-levels .progress-box .bar .bar-innner {
  position: relative;
  width: 100%;
  height: 8px;
  background: #e4e4e5;
  border-radius: 10px;
}
.progress-levels .progress-box .bar .bar-fill {
  position: absolute;
  top: 0%;
  left: 0px;
  bottom: 0%;
  width: 0px;
  height: 8px;
  border-radius: 10px;
  background: var(--thm-base);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  transition: all 2000ms ease 300ms;
}

.progress-levels .progress-box .skill-percent {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 14px;
}
.progress-levels .progress-box .skill-percent .title {
  position: relative;
  display: block;
}
.progress-levels .progress-box .skill-percent .title h6 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.progress-levels .progress-box .skill-percent .counting {
  position: relative;
  display: block;
}
.progress-levels .progress-box .count-text {
  color: var(--thm-gray);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  display: inline-block;
  float: none;
}
.progress-levels .progress-box .percent {
  color: var(--thm-gray);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  display: inline-block;
  float: none;
  margin-left: -3px;
}
.progress-levels.style2 .progress-box .bar .bar-fill {
  background: var(--thm-primary);
}

.skill-style2_image-box-outer {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 590px;
}
.skill-style2_image-box {
  left: 0;
  right: 0;
  filter: grayscale(100%);
}
.skill-style2_image-box::before {
  display: none;
}
.skill-style2_image-box-outer .title {
  position: absolute;
  top: -25px;
  right: 24px;
  transform: rotate(-90deg);
  transform-origin: right;
  background: var(--thm-base);
  padding: 15px 20px;
}
.skill-style2_image-box-outer .title h4 {
  color: #1f2026;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.skill-style2_image-box-outer .title:before {
  content: "";
  position: absolute;
  right: 116px;
  bottom: 23px;
  border-top: 30px solid var(--thm-base);
  border-right: 25px solid transparent;
  width: 0;
  height: 0;
  transform: rotate(90deg);
}
.skill-style2_image-box-outer .title:after {
  content: "";
  position: absolute;
  right: 115px;
  bottom: -2px;
  border-top: 30px solid var(--thm-base);
  border-left: 25px solid transparent;
  width: 0;
  height: 0;
  transform: rotate(90deg);
}
.skill-style2_content-box {
  max-width: 100%;
  padding-left: 100px;
  padding-top: 50px;
}

.skill-style2_content-box.style3 {
  max-width: 100%;
  padding-left: 0px;
  padding-right: 100px;
}

/*** 
=============================================
    Working Process Area Css
=============================================
***/
.working-process-area {
  /* padding-top:  90px; */
  position: relative;
  display: block;
  background: #f3f3f4;
  z-index: 1;
}
.working-process-area .auto-container {
  position: relative;
  /* max-width: 1620px; */
  padding: 0;
}
.working-process-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  /* filter: grayscale(100%); */
  z-index: -1;
}
.working-process-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1f2026;
  opacity: 0.7;
}

.working-process-inner {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 103px 220px 80px;
}
.working-process-inner .shape1 {
  position: absolute;
  left: -10px;
  bottom: -10px;
}
.working-process-inner .shape2 {
  position: absolute;
  top: 0;
  right: -100px;
}

.working-process-inner .title {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 59px;
}
.working-process-inner .title h2 {
  color: #ffffff;
  font-size: 72px;
  line-height: 1.2em;
  font-weight: 700;
}
.our-products h2 {
  font-size: 72px !important;
  color: transparent !important;
  -webkit-text-stroke: 1px #ffffff;
}
.our-products h3 {
  color: #ffffff;

  font-size: 40px !important;
}

.working-process-inner ul {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  counter-reset: count;
}
.single-working-process {
  position: relative;
  display: block;
  width: 310px;
  background: #ffffff;
  padding: 50px 0px 47px;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 40px;
}
.hover-animate img {
  animation: none;
}

/* Trigger animation on hover */
.hover-animate:hover img {
    opacity: 1;
  /* transform: perspective(400px) scaleX(1); */
  animation: fadeInRight 1s ease both;
}

.single-working-process:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  /* background: #1f2026; */
  border-radius: 0px;
  transition: 0.s;
  transform: perspective(400px) scaleX(0);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  z-index: -1;
}
.single-working-process:hover:after {
  opacity: 1;
  transform: perspective(400px) scaleX(1);
}


.single-working-process .count-box {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  z-index: 1;
}
.single-working-process .count-box .shape-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.single-working-process .count-box:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  line-height: 32px;
  font-weight: 400;
  counter-increment: count;
  content: counter(count);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  font-family: var(--thm-oswald-font);
}

.single-working-process p {
  color: #777777;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  margin: 15px 0 4px;
  font-family: var(--thm-oswald-font);
}
.single-working-process h2 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
}

/*** 
=============================================
   Support Area Css
=============================================
***/
.support-area {
  position: relative;
  display: block;
  background: #f3f3f4;
}
.single-support-box {
  position: relative;
  display: block;
  background: #efeff0;
  padding: 0 50px 60px;
  z-index: 1;
}
.single-support-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 2px solid #e2e2e4;
  z-index: -1;
}
.single-support-box:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  background: #1f2026;
  border-radius: 0px;
  transition: 0.5s;
  transform: perspective(400px) scaleX(0);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  z-index: -1;
}
.single-support-box:hover:after {
  opacity: 1;
  transform: perspective(400px) scaleX(1);
}

.single-support-box .inner-box {
  position: relative;
  display: block;
  padding-left: 140px;
}

.single-support-box .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 170px;
  background: #1f2026;
  border-bottom-left-radius: 70px;
  border-bottom-right-radius: 70px;
  text-align: center;
  z-index: 1;
}
.single-support-box .icon:before {
  position: absolute;
  top: 0;
  left: -1px;
  bottom: -1px;
  right: -1px;
  content: "";
  border-bottom-left-radius: 70px;
  border-bottom-right-radius: 70px;
  background: var(--thm-base);
  z-index: -1;
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.7s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.single-support-box:hover .icon:before {
  transform: scale(1);
}
.single-support-box .inner-box .icon span::before {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 60px;
  line-height: 60px;
  padding-top: 70px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-support-box:hover .inner-box .icon span::before {
  color: var(--thm-black);
}

.single-support-box .inner-box .title {
  position: relative;
  display: block;
  padding-top: 62px;
  padding-left: 30px;
}
.single-support-box .inner-box .title h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 16px;
  transition: all 200ms linear;
  transition-delay: 0.3s;
}
.single-support-box:hover .inner-box .title h2 {
  color: #ffffff;
}
.single-support-box .inner-box .title p {
  font-size: 18px;
  line-height: 30px;
  margin: 0;
}

/*** 
=============================================
    Home Google Map Area Css
=============================================
***/
.home-google-map-area {
  position: relative;
  display: block;
}
.home-google-map-area .container-fluid {
  padding: 0;
}

.home-page-map-outer {
  position: relative;
  display: block;
  z-index: 10;
}
.home-page-map-outer .map-canvas {
  position: relative;
  width: 100%;
  height: 680px;
}

.map-form-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: 570px;
  width: 100%;
  background: #ffffff;
  margin: 0 auto;
  padding: 58px 100px 70px;
  overflow: hidden;
  z-index: 1;
}
.map-form-box .shape1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.map-form-box .shape2 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.map-form-box .shape3 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.map-form-box .inner-title {
  position: relative;
  display: block;
  padding-bottom: 61px;
}
.map-form-box .inner-title h2 {
  color: #1f2026;
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
  text-transform: uppercase;
}
.map-form-box form {
  position: relative;
  display: block;
}
.map-form-box form .input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.map-form-box form input[type="text"],
.map-form-box form input[type="email"],
.map-form-box form textarea {
  position: relative;
  display: block;
  background: #f8f8f8;
  width: 100%;
  height: 60px;
  border: 1px solid #efeff0;
  color: #777777;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  padding-left: 29px;
  padding-right: 25px;
  border-radius: 5px;
  transition: all 500ms ease;
  font-family: var(--thm-oswald-font);
}
.map-form-box form textarea {
  height: 140px;
  padding-top: 15px;
  padding-left: 29px;
  padding-right: 25px;
}
.map-form-box form input[type="text"]:focus {
  color: #171717;
  border-color: #171717;
}
.map-form-box form input[type="email"]:focus {
  color: #171717;
  border-color: #171717;
}
.map-form-box form textarea:focus {
  color: #171717;
  border-color: #171717;
}

.map-form-box form input[type="text"]::-webkit-input-placeholder {
  color: #666666;
}
.map-form-box form input[type="text"]:-moz-placeholder {
  color: #666666;
}
.map-form-box form input[type="text"]::-moz-placeholder {
  color: #666666;
}
.map-form-box form input[type="text"]:-ms-input-placeholder {
  color: #666666;
}
.map-form-box form input[type="email"]::-webkit-input-placeholder {
  color: #666666;
}
.map-form-box form input[type="email"]:-moz-placeholder {
  color: #666666;
}
.map-form-box form input[type="email"]::-moz-placeholder {
  color: #666666;
}
.map-form-box form input[type="email"]:-ms-input-placeholder {
  color: #666666;
}
.map-form-box form textarea::-webkit-input-placeholder {
  color: #666666;
}
.map-form-box form textarea:-moz-placeholder {
  color: #666666;
}
.map-form-box form textarea::-moz-placeholder {
  color: #666666;
}
.map-form-box form textarea:-ms-input-placeholder {
  color: #666666;
}

.map-form-box form .button-box {
  position: relative;
  padding-top: 50px;
}
.map-form-box form .button-box button {
}

.map-form-box form .button-box button .left_round {
  background: #ffffff;
}
.map-form-box form .button-box button .right_round {
  background: #ffffff;
}

/*** 
=============================================
   Service Details Area Css
=============================================
***/
.service-details-area {
  position: relative;
  display: block;
  background: #f3f3f4;
}

.service-deails-box {
  position: relative;
  display: flex;
  align-items: center;
  background: #ffffff;
  padding: 120px 100px 120px;
  margin-top: -290px;
  z-index: 10;
}
.service-deails-box .bg-shape {
  position: absolute;
  left: 0;
  bottom: 183px;
  width: 170px;
  height: 50px;
  background: var(--thm-base);
}
.service-deails-box .shape1 {
  position: absolute;
  top: 0;
  right: 0;
}

.service-details-content-box {
  position: relative;
  display: block;
  padding-left: 70px;
  max-width: 600px;
  width: 100%;
  padding-right: 100px;
}
.service-details-content-box .icon {
  position: absolute;
  top: 4px;
  left: 0;
  width: 70px;
}

.service-details-content-box .text {
  position: relative;
  display: block;
  padding-left: 30px;
}
.service-details-content-box .text h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

.service-details-content-box .text .inner-text {
  position: relative;
  display: block;
  margin-top: 21px;
  padding-left: 20px;
}
.service-details-content-box .text .inner-text:before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 10px;
  height: 4px;
  background: var(--thm-base);
  content: "";
}
.service-details-content-box .text .inner-text p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin: 0;
}

.service-details-image-box {
  position: relative;
  display: block;
  max-width: 370px;
  width: 100%;
}
.service-details-image-box img {
  width: 100%;
}

.service-deails-bottom-box {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 0 100px 120px;
}
.service-deails-bottom-box .single-support-box {
  padding: 0 30px 60px;
  background: #fbfbfb;
}
.service-deails-bottom-box .single-support-box:before {
  border: 2px solid #edeeee;
}

/*** 
=============================================
   comments Box Css
=============================================
***/
.comments-box-one {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 72px 28px 15px;
  margin-top: 80px;
}
.comments-box-one .title {
  position: relative;
  display: block;
  padding-bottom: 33px;
}
.comments-box-one .title h2 {
  color: var(--thm-black);
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: var(--thm-oswald-font);
}

.comments-box-one .inner {
  position: relative;
  display: block;
}
.single-comments-box {
  position: relative;
  display: block;
  padding-left: 80px;
  min-height: 80px;
  margin-bottom: 42px;
}
.single-comments-box.mar-left {
  margin-left: 100px;
}
.single-comments-box .img_box {
  position: absolute;
  top: 2px;
  left: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.single-comments-box .img_box .inner {
  position: relative;
  display: block;
  overflow: hidden;
}
.single-comments-box .img_box .inner img {
  width: 100%;
  border-radius: 50%;
  filter: grayscale(100%);
}

.single-comments-box .text_box {
  position: relative;
  display: block;
  padding-left: 50px;
}
.single-comments-box .text_box .inner {
  position: relative;
  display: block;
}
.single-comments-box .text_box .inner h3 {
  color: var(--thm-black);
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.single-comments-box .text_box .inner p {
  margin: 0;
}
.single-comments-box .comment-meta-box {
  position: relative;
  display: block;
  margin-top: 13px;
}
.single-comments-box .comment-meta-box ul {
  position: relative;
  display: block;
  overflow: hidden;
  padding-left: 1px;
}
.single-comments-box .comment-meta-box ul li {
  position: relative;
  display: inline-block;
  margin-right: 15px;
}
.single-comments-box .comment-meta-box ul li:last-child {
  margin-right: 0;
}
.single-comments-box .comment-meta-box ul li a {
  color: var(--thm-gray);
  font-size: 13px;
  line-height: 23px;
  font-weight: 600;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-comments-box .comment-meta-box ul li a:hover {
  color: var(--thm-base);
}
.single-comments-box .comment-meta-box ul li a span::before {
  position: relative;
  display: inline-block;
  top: 2px;
  font-size: 13px;
  line-height: 26px;
  padding-right: 5px;
}

/*** 
=============================================
   Reply Form Box Css
=============================================
***/
.reply-form-box {
  position: relative;
  display: block;
  padding-top: 33px;
  background: #ffffff;
  padding: 0px 30px 70px;
}
.reply-form-box .title {
  position: relative;
  display: block;
  padding-bottom: 43px;
}
.reply-form-box .title h2 {
  color: #222222;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.reply-form-box .title p {
  margin: 0;
}
.reply-form-box form .input-box {
  position: relative;
  display: block;
}
.reply-form-box form .input-box label {
  color: var(--thm-black);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-family: var(--thm-oswald-font);
  text-transform: uppercase;
  margin-bottom: 16px;
}
.reply-form-box form input[type="text"],
.reply-form-box form input[type="email"],
.reply-form-box form textarea {
  position: relative;
  display: block;
  background: #ffffff;
  width: 100%;
  height: 65px;
  border: 1px solid #ededed;
  color: #777777;
  font-size: 14px;
  padding: 0 30px;
  margin-bottom: 20px;
  border-radius: 7px;
  transition: all 500ms ease;
  outline: none;
}
.reply-form-box form textarea {
  height: 170px;
  padding: 20px 30px;
  margin-bottom: 70px;
}
.reply-form-box form button {
}

/*** 
=============================================
    Sidebar Css
=============================================
***/
.sidebar-content-box {
  position: relative;
  display: block;
  max-width: 370px;
  width: 100%;
  float: none;
  z-index: 2;
}

.single-sidebar-box {
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.single-sidebar-box .title {
  position: relative;
  display: block;
  margin-top: -5px;
  padding-bottom: 26px;
}
.single-sidebar-box .title h3 {
  color: var(--thm-black);
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.single-sidebar_search_box {
  position: relative;
  display: block;
}
.sidebar-search-box {
  position: relative;
  display: block;
}
.sidebar-search-box form.search-form {
  position: relative;
  display: block;
  width: 100%;
}
.sidebar-search-box .search-form input[type="text"] {
  position: relative;
  display: block;
  width: 100%;
  height: 55px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #777777;
  font-size: 14px;
  font-weight: 400;
  padding-left: 20px;
  padding-right: 70px;
  border-radius: 0px;
  transition: all 500ms ease 0s;
}
.sidebar-search-box .search-form button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 60px;
  height: 55px;
  font-size: 16px;
  line-height: 55px;
  background: transparent;
  display: block;
  text-align: center;
  border-radius: 0px;
  border: 0px solid #e7e7e8;
  transition: all 500ms ease 0s;
}
.sidebar-search-box .search-form button i {
  font-size: 16px;
  color: var(--thm-black);
}
.sidebar-search-box .search-form input[type="text"]:focus {
  color: #000;
}
.sidebar-search-box .search-form input::-webkit-input-placeholder {
  color: rgba(119, 119, 119, 0.6);
}
.sidebar-search-box .search-form input:-moz-placeholder {
  color: rgba(119, 119, 119, 0.6);
}
.sidebar-search-box .search-form input::-moz-placeholder {
  color: rgba(119, 119, 119, 0.6);
}
.sidebar-search-box .search-form input:-ms-input-placeholder {
  color: rgba(119, 119, 119, 0.6);
}

.sidebar-categories {
  position: relative;
  display: block;
}
.sidebar-categories-box {
  position: relative;
  display: block;
  overflow: hidden;
}
.sidebar-categories-box li {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.sidebar-categories-box li:last-child {
  margin-bottom: 0;
}
.sidebar-categories-box li a {
  position: relative;
  display: block;
  height: 40px;
  padding: 0 25px;
  background: #ffffff;
  border-radius: 3px;
  color: #777777;
  font-size: 14px;
  line-height: 40px;
  font-weight: 400;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.sidebar-categories-box li a span {
  position: relative;
  display: inline-block;
  float: right;
}
.sidebar-categories-box li:hover a {
  color: var(--thm-black);
  font-weight: 600;
  letter-spacing: 0.03em;
  background: var(--thm-base);
}

.sidebar-recent-news {
  position: relative;
  display: block;
}
.recent-news {
  position: relative;
  display: block;
}
.recent-news li {
  position: relative;
  display: block;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dedddf;
}
.recent-news li:last-child {
  margin-bottom: 0;
}

.recent-news li .inner {
  position: relative;
  display: block;
  padding-left: 70px;
  min-height: 70px;
}
.recent-news li .img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 0%;
}
.recent-news li .img-box img {
  width: 100%;
}
.recent-news li .img-box .overlay-content {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 0%;
  opacity: 0;
  transform: perspective(0px) scale(0);
  transform-origin: center;
  transition: all 0.5s ease-in-out 0s;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.recent-news li:hover .img-box .overlay-content {
  opacity: 1;
  transform: perspective(400px) scale(1);
  transition: all 0.3s ease-in-out 0.3s;
}
.recent-news li .img-box .overlay-content a {
  color: #ffffff;
  font-size: 14px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.recent-news li .title-box {
  position: relative;
  display: block;
  padding-left: 20px;
  min-height: 70px;
}
.recent-news li .title-box h4 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  margin: 0;
}
.recent-news li .title-box h4 a {
  color: #1f2026;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.recent-news li .title-box h4 a:hover {
  color: var(--thm-base);
}

.recent-news li .title-box p {
  color: #777777;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  margin: 10px 0 0;
}

/*** 
=============================================
    Thm Form Style1 Area Css
=============================================
***/
.thm-form-style1-area {
  position: relative;
  display: block;
  background: #f3f3f4;
  padding-top: 120px;
  padding-bottom: 120px;
  z-index: 1;
}

.thm-form-style1 {
  position: relative;
  display: block;
  padding: 94px 100px 110px;
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 50px 0px rgba(12, 21, 41, 0.1);
}
.thm-form-style1 .car-image {
  position: absolute;
  bottom: -180px;
  right: -160px;
}
.thm-form-style1 .title {
  position: relative;
  display: block;
  margin-top: -7px;
  padding-bottom: 32px;
}
.thm-form-style1 .title h2 {
  color: #0c1529;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}

#thm-form-style1 {
  position: relative;
  display: block;
}
#thm-form-style1 .row {
  margin-left: -25px;
  margin-right: -25px;
}
#thm-form-style1 .row [class*="col-"] {
  padding-left: 25px;
  padding-right: 25px;
}

#thm-form-style1 .about-you {
  position: relative;
  display: block;
}
#thm-form-style1 .about-you .row {
  margin-left: -10px;
  margin-right: -10px;
}
#thm-form-style1 .about-you .row [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

#thm-form-style1 .about-you h3 {
  color: #0c1529;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin: 0 0 13px;
}
#thm-form-style1 .input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
#thm-form-style1 input[type="text"],
#thm-form-style1 input[type="email"] {
  position: relative;
  display: block;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  width: 100%;
  height: 50px;
  color: #808080;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 5px;
  transition: all 500ms ease;
  font-family: "Poppins", sans-serif;
}
#thm-form-style1 input[type="text"]:focus {
  color: #171717;
  border-color: #171717;
}
#thm-form-style1 input[type="email"]:focus {
  color: #171717;
  border-color: #171717;
}
#thm-form-style1 input[type="text"]::-webkit-input-placeholder {
  color: #808080;
}
#thm-form-style1 input[type="text"]:-moz-placeholder {
  color: #808080;
}
#thm-form-style1 input[type="text"]::-moz-placeholder {
  color: #808080;
}
#thm-form-style1 input[type="text"]:-ms-input-placeholder {
  color: #808080;
}
#thm-form-style1 input[type="email"]::-webkit-input-placeholder {
  color: #808080;
}
#thm-form-style1 input[type="email"]:-moz-placeholder {
  color: #808080;
}
#thm-form-style1 input[type="email"]::-moz-placeholder {
  color: #808080;
}
#thm-form-style1 input[type="email"]:-ms-input-placeholder {
  color: #808080;
}
.contact-form form textarea::-webkit-input-placeholder {
  color: #808080;
}
#thm-form-style1 .button-box {
  position: relative;
  display: block;
  margin-top: 30px;
}

/*** 
=============================================
    Error Page Area Style      
=============================================
***/
.error-page-area {
  position: relative;
  display: block;
  overflow: hidden;
  background: #f3f3f4;
  padding: 146px 0 150px;
}
.error-content {
  position: relative;
  display: block;
  z-index: 3;
}
.error-content h4 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.error-content .title {
  position: relative;
  display: block;
  color: var(--thm-black);
  font-size: 180px;
  line-height: 150px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 17px 0 30px;
}
.error-content p {
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 33px;
}
.error-content .btns-box {
  line-height: 0;
  padding-top: 8px;
}
.error-content .btns-box a {
  line-height: 60px;
  padding-left: 40px;
  padding-right: 40px;
}
